/**
 * Content
 */

html {
  scroll-behavior: smooth;
}

body {
  background-color: #fff;
  color: #000;
}

a:active {
  opacity: 0.7;
}

.page a.active {
  color: #ec444a;
}

i,
em {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

sub,
sup {
  position: relative;
  vertical-align: baseline;
}

sub {
  top: 0.3em;
}

sup {
  top: -0.4em;
}

s {
  text-decoration: line-through;
}

img {
  border: 0;
  padding: 0;
}

ul,
ol {
  margin: 0;
  padding: 0 0 0 1em;
}

blockquote {
  margin: 0;
  padding: 0 0 0 1em;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  background: rgba(127, 127, 127, 0.2);
}

.content img {
  float: none;
  margin-bottom: 0.5em;
}

.gallery_image_caption {
  margin-top: 0.75rem;
  margin-bottom: 0.5rem;
  font-family: "Williams Caslon Text", Icons;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
  color: rgba(0, 0, 0, 0.75);
}


/**
 * Loading Animation
 */

.loading[data-loading] {
  position: fixed;
  bottom: 8px;
  left: 8px;
}


/**
 * Editor Styles
 */

[data-predefined-style="true"] bodycopy {
  font-family: "Williams Caslon Text", Icons;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  color: rgba(0, 0, 0, 1);
}

[data-predefined-style="true"] bodycopy a {
  color: rgba(0, 0, 0, 0.75);
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.6);
}

bodycopy a.image-link,
bodycopy a.icon-link,
bodycopy a.image-link:hover,
bodycopy a.icon-link:hover {
  padding-bottom: 0;
  border-bottom: 0;
}

[data-predefined-style="true"] h1 {
  margin: 0;
  padding: 0;
  font-family: Avara, Icons;
  font-size: 3.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  color: rgba(0, 0, 0, 0.85);
}

[data-predefined-style="true"] h1 a {
  color: rgba(0, 0, 0, 0.85);
}

[data-predefined-style="true"] h2 {
  margin: 0;
  padding: 0;
  font-family: "Neue Haas Grotesk", Icons;
  font-size: 2.2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.4;
  color: rgba(0, 0, 0, 0.85);
}

[data-predefined-style="true"] h2 a {
  color: rgba(0, 0, 0, 0.85);
}

[data-predefined-style="true"] small {
  display: inline-block;
  font-family: "Williams Caslon Text", Icons;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
  color: rgba(0, 0, 0, 0.75);
}

[data-predefined-style="true"] small a {
  color: rgb(0, 0, 0);
  border-bottom-width: 0;
}


/**
 * Breakpoints
 */

[data-css-preset] .page {
  background-color: initial /*!page_bgcolor*/;
}

.mobile .page,
[data-css-preset].mobile .page {
  position: relative;
  width: 100%;
  max-width: 100%;
  background-color: transparent /*!page_bgcolor*/;
}

[data-css-preset] .container {
  margin-right: auto /*!content_center*/;
  margin-left: auto /*!content_center*/;
  text-align: left /*!text_left*/;
}

[data-css-preset] body {
  background-color: rgb(255, 255, 255) /*!body_bgcolor*/;
}

[data-css-preset] .container_width {
  width: 100% /*!content_center*/;
}

[data-css-preset] .content_padding {
  padding-top: 7rem /*!main_margin*/;
  padding-right: 7rem /*!main_margin*/;
  padding-bottom: 7rem /*!main_margin*/;
  padding-left: 7rem /*!main_margin*/;
}

[data-css-preset] text-limit {
  display: inline-block /*!text_width*/;
  max-width: 66rem /*!text_width*/;
}


/**
 * Thumbnails
 */

 div[thumbnails] {
  justify-content: flex-start;
}

.thumbnails .content_padding {
  padding: 0.5rem;
}

[data-css-preset] .thumbnails {
  background-color: transparent /*!thumbnails_bgcolor*/;
}

[data-css-preset] .thumbnails_width {
  width: 70% /*!thumbnails_width*/;
}

[data-css-preset] [thumbnails-pad] {
  padding: 0.75rem /*!thumbnails_padding*/;
}

[data-css-preset] [thumbnails-gutter] {
  margin: -1.5rem /*!thumbnails_padding*/;
}

[data-css-preset] [responsive-layout] [thumbnails-pad] {
  padding: 0.25rem /*!responsive_thumbnails_padding*/;
}

[data-css-preset] [responsive-layout] [thumbnails-gutter] {
  margin: -0.5rem /*!responsive_thumbnails_padding*/;
}

.thumbnails .thumb_image {
  outline: 0 solid rgba(0, 0, 0, 0.12);
  outline-offset: -1px;
}

.thumbnails .title {
  margin-top: 1.2rem;
  margin-bottom: 0.1rem;
  font-family: "Neue Haas Grotesk", Icons;
  font-size: 8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.1;
  color: rgba(0, 0, 0, 0.75);
}

.thumbnails .tags {
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-family: "Williams Caslon Text", Icons;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
  color: rgba(0, 0, 0, 0.75);
}

.thumbnails .tags a {
  color: rgba(0, 0, 0, 0.75);
  text-decoration: none;
  border-bottom: 0;
}

.thumbnails .has_title .tags {
  margin-top: -2rem;
}

.thumbnails .thumbnail > a {
  position: relative;
}

.thumbnails .thumbnail .title {
  display: flex;
  align-content: flex-start;
  z-index: 9;
  margin-top: 1rem;
  margin-bottom: 2rem;
  padding: 0;
  font-family: "Williams Caslon Text", Icons;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.85);
  background-color: rgba(0, 0, 0, 0);
}


/**
 * Site Menu Button
 */

[data-css-preset] #site_menu_button {
  position: fixed;
  top: 3rem /*!site_menu_button*/;
  right: 3rem /*!site_menu_button*/;
  padding: 6px;
  font-size: 28px /*!site_menu_button*/;
  line-height: 1;
  color: rgba(0, 0, 0, 0.75);
  background: rgba(33, 32, 46, 0);
}

body.mobile #site_menu_button {
  margin: -6px;
  font-size: 34px;
}

#site_menu_button.custom_icon {
  width: 40px;
  height: auto;
}

#site_menu_button.active {
  display: none;
}


/**
 * Site Menu
 */

#site_menu {
  display: flex;
  justify-content: flex-start;
  max-width: 400px;
  min-width: 300px;
  padding: 20px 30px 90px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  text-align: left;
  background: rgba(20, 20, 20, 0.95);
}

body.mobile #site_menu {
  width: 100%;
}

#site_menu .page-link a,
#site_menu .set-link > a {
  color: rgba(255, 255, 255, 0.75);
}

#site_menu .set-link > a {
  font-weight: bold;
}

#site_menu a:active {
  opacity: 0.7;
}

#site_menu a.active {
  opacity: 0.4;
}

#site_menu .close {
  display: none;
  font-size: 45px;
  line-height: 0.85em;
  color: rgba(255, 255, 255, 0.4);
}

body.mobile #site_menu .close {
  display: block;
  font-size: 50px;
  line-height: 1em;
}

#site_menu .break {
  height: 28px;
}

#site_menu .indent {
  margin-left: 28px;
}


/**
 * Shop Button
 */

[data-css-preset] #shop_button {
  position: fixed;
  top: 2.5rem /*!shop_button*/;
  right: 4rem /*!shop_button*/;
  padding: 6px;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  color: rgba(0, 0, 0, 0.85);
  background: transparent;
}

#shop_button.text {
  padding: 0;
  font-family: "Williams Caslon Text", Icons;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  color: rgba(0, 0, 0, 0.75);
}

#shop_button.custom_icon {
  width: 40px;
  height: auto;
}

body.mobile #shop_button:not(.text) {
  margin: -6px;
  font-size: 40px;
}


/**
 * Shop Product Widget
 */

.shop_product {
  position: relative;
  display: block;
  width: 100%;
  max-width: 22rem;
}

.shop_product .price {
  display: block;
  margin-bottom: 1rem;
  font-family: "Williams Caslon Text", Icons;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  color: rgba(0, 0, 0, 0.75);
}

.shop_product .dropdown {
  display: inline-block;
  width: 100%;
  margin-bottom: 1rem;
  padding: 0.7rem 2.5rem 0.7rem 1rem;
  font-family: "Williams Caslon Text", Icons;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  background: white url(https://static.cargo.site/assets/images/select-line-arrows.svg) no-repeat right;
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.shop_product .button {
  display: inline-block;
  flex: 0 0 50%;
  padding: 0.8rem 1rem;
  font-family: "Williams Caslon Text", Icons;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  color: rgba(255, 255, 255, 1);
  text-align: left;
  background: rgba(0, 0, 0, 0.75);
  border: 0;
}


/**
 * Image Zoom
 */

.content img.image-zoom:active {
  opacity: 0.7;
}


/**
 * Quick View
 */

[data-css-preset] .quick-view {
  width: 100% /*!quick_view_width*/;
  height: 100% /*!quick_view_height*/;
  padding-top: 2.5rem /*!quick_view_padding*/;
  padding-right: 2.5rem /*!quick_view_padding*/;
  padding-bottom: 2.5rem /*!quick_view_padding*/;
  padding-left: 2.5rem /*!quick_view_padding*/;
}

body.mobile .quick-view {
  width: 100%;
  height: 100%;
  margin: 0;
}

[data-css-preset] .quick-view-background {
  background: rgba(0, 0, 0, 0.9) /*!quick_view_bgcolor*/;
}

.quick-view-caption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 3.5rem 0;
  font-family: "Williams Caslon Text", Icons;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  text-align: center;
  transition: 100ms opacity ease-in-out;
}

.quick-view-caption span {
  display: inline-block;
  padding: 0.5rem 1rem;
  color: white;
  background: rgba(0, 0, 0, 0.5);
}


/**
 * Quick View Navigation
 */

.quick-view-navigation .left-arrow {
  left: 10px;
}

.quick-view-navigation .right-arrow {
  right: 10px;
}

.quick-view-navigation .left-arrow,
.quick-view-navigation .right-arrow {
  width: 36px;
  height: 36px;
}

.quick-view-navigation .left-arrow .inner-color,
.quick-view-navigation .right-arrow .inner-color,
.quick-view-navigation .close-button .inner-color {
  stroke: #fff;
  stroke-width: 1.5px;
}

.quick-view-navigation .left-arrow .outer-color,
.quick-view-navigation .right-arrow .outer-color,
.quick-view-navigation .close-button .outer-color {
  stroke: rgba(0, 0, 0, 0.6);
  stroke-width: 2.5px;
}

.quick-view-navigation .close-button {
  top: 10px;
  right: 10px;
  width: 36px;
  height: 36px;
}


/**
 * Image Gallery Navigation Arrows
 */

.image-gallery-navigation .left-arrow,
.image-gallery-navigation .right-arrow {
  width: 42px;
  height: 42px;
}

.image-gallery-navigation .left-arrow .inner-color,
.image-gallery-navigation .right-arrow .inner-color {
  stroke: rgba(0, 0, 0, 0.75);
  stroke-width: 1.5px;
}

.image-gallery-navigation .left-arrow .outer-color,
.image-gallery-navigation .right-arrow .outer-color {
  stroke: transparent;
  stroke-width: 2.5px;
}


/**
 * Wallpaper Backdrop Navigation Arrows
 */

.wallpaper-navigation .left-arrow,
.wallpaper-navigation .right-arrow {
  width: 36px;
  height: 36px;
}

.wallpaper-navigation .left-arrow .inner-color,
.wallpaper-navigation .right-arrow .inner-color {
  stroke: #fff;
  stroke-width: 1.5px;
}

.wallpaper-navigation .left-arrow .outer-color,
.wallpaper-navigation .right-arrow .outer-color {
  stroke: rgba(0, 0, 0, 0.6);
  stroke-width: 2.5px;
}


/**
 * Feed
 */

.feed .content_container .page {
  border-top: 0 dashed rgba(0, 0, 0, 0.2);
}

.feed .content_container .page_container:first-child .page {
  border-top: 0;
}


/**
 * Audio Player
 */

.audio-player {
  max-width: 36rem;
  height: 3.3rem;
  margin: 1px 1px 1em;
  font-family: "Neue Haas Grotesk", Icons;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
  color: rgba(0, 0, 0, 0.6);
  text-align: left;
  background: #fff;
  outline: 1px solid rgba(0, 0, 0, 0.15);
}

body.mobile .audio-player {
  max-width: 100%;
}

.audio-player .separator {
  width: 1px;
  background-color: rgba(0, 0, 0, 0.15);
}

.audio-player .button {
  cursor: pointer;
  background: transparent;
  fill: rgba(0, 0, 0, 0.85);
}

.audio-player .icon {
  width: 100%;
  margin: auto;
  padding: 30%;
  fill: rgba(0, 0, 0, 0.85);
}

.audio-player .buffer {
  background: rgba(0, 0, 0, 0.03);
}

.audio-player .progress {
  background: rgba(0, 0, 0, 0.1);
}

.audio-player .progress-indicator {
  position: absolute;
  right: 0;
  width: 1px;
  height: 100%;
  cursor: ew-resize;
  border: 1px solid rgba(0, 0, 0, 0.7);
}

.audio-player .note-icon {
  width: 3.8rem;
  height: 100%;
  padding: 1rem;
  fill: rgba(0, 0, 0, 0.5);
}

.audio-player .current-time {
  padding-left: 1rem;
}

.audio-player .total-time {
  padding-right: 1rem;
}


/**
 * Back Button
 */

.back-to-blog {
  position: fixed;
  bottom: 20px;
  left: 50%;
  z-index: 999;
  padding: 10px 16px;
  font-size: 14px !important;
  color: #fff !important;
  text-decoration: none;
  background: #000;
  border-radius: 6px;
  transform: translateX(-50%);
}

.back-to-blog:hover {
  opacity: 0.8;
}


/**
 * Shared Figure Styles
 */

.figure-block,
.tuning-curve-figure,
.attention-gain-figure {
  max-width: 720px;
  margin: 50px auto;
  font-family: inherit;
  text-align: center;
}

.figure-title,
.tuning-title,
.attention-title {
  margin-bottom: 18px;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.25;
}

.figure-svg,
.tuning-svg,
.attention-svg {
  display: block;
  width: 100%;
}

.axis,
.tick {
  stroke: black;
  stroke-width: 2;
}

.label,
.axis-label {
  font-size: 17px;
  fill: black;
}

.plot-title,
.panel-label,
.legend text,
.ticks text,
.axis-label,
.axis-sub-label {
  font-family: "Neue Haas Grotesk", Icons;
  fill: rgba(0, 0, 0, 0.85);
}

.plot-title {
  font-size: 17px;
  font-weight: 500;
  text-anchor: middle;
}

.panel-label {
  font-size: 18px;
  font-weight: 600;
}

.ticks line {
  stroke: black;
  stroke-width: 1.5;
}

.ticks text {
  font-size: 13px;
}

.axis-label {
  font-size: 14px;
  text-anchor: middle;
}

.axis-sub-label {
  font-size: 12px;
  text-anchor: middle;
  fill: rgba(0, 0, 0, 0.6);
}

.zero-line {
  stroke: rgba(0, 0, 0, 0.18);
  stroke-width: 1;
}

.legend text {
  font-size: 13px;
}

.figure-caption,
.attention-caption {
  margin-top: 14px;
  font-size: 16px;
  line-height: 1.4;
  text-align: center;
}

.figure-image {
  display: block;
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
}

.plot-line {
  fill: none !important;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.point {
  cursor: pointer;
  stroke: #fff;
  stroke-width: 1.4;
}

.point:hover {
  r: 6;
}

.error-bar,
.error-cap {
  fill: none !important;
  stroke-width: 1.1;
  stroke-linecap: round;
  opacity: 0.9;
}


/**
 * Tuning Curve Figure
 */

.curve {
  fill: none;
  stroke: black;
  stroke-width: 5;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform 0.35s ease, opacity 0.35s ease, stroke-width 0.35s ease;
  transform-box: view-box;
  transform-origin: 350px 300px;
}

.figure-gradient,
.color-gradient,
.attention-gradient {
  width: 610px;
  max-width: calc(100% - 110px);
  height: 24px;
  margin-right: auto;
  margin-left: auto;
  background: linear-gradient(to right, red, orange, yellow, green, cyan, blue, violet);
  border: 1px solid black;
}


/**
 * Attention Gain Figure
 */

.attention-radio {
  display: none;
}

.attention-controls {
  display: inline-flex;
  gap: 0;
  margin-bottom: 24px;
  border: 1px solid black;
}

.attention-controls label {
  padding: 10px 14px;
  font-size: 15px;
  color: black;
  cursor: pointer;
  background: white;
  border-right: 1px solid black;
}

.attention-controls label:last-child {
  border-right: none;
}

#attend-green:checked ~ .attention-controls label[for="attend-green"],
#attend-default:checked ~ .attention-controls label[for="attend-default"],
#attend-other:checked ~ .attention-controls label[for="attend-other"] {
  color: white;
  background: black;
}

.baseline-curve {
  stroke: #999;
  stroke-width: 3;
  opacity: 0.4;
}

.gain-curve {
  stroke: black;
  stroke-width: 5;
}

#attend-green:checked ~ .attention-svg .gain-curve {
  stroke-width: 6;
  transform: scaleY(1.18);
}

#attend-default:checked ~ .attention-svg .gain-curve {
  stroke-width: 5;
  transform: scaleY(1);
}

#attend-other:checked ~ .attention-svg .gain-curve {
  stroke-width: 4;
  transform: scaleY(0.65);
}


/**
 * Audio Buttons
 */

.audio-buttons {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin: 20px 0;
}

.audio-buttons button {
  padding: 10px 18px;
  font-family: inherit;
  font-size: 1em;
  cursor: pointer;
  background: #f3f3f3;
  border: 1px solid #000;
  border-radius: 20px;
}

.audio-buttons button:hover {
  background: #e8e8e8;
}


/**
 * Model Animation
 */

.model-animation {
  max-width: 760px;
}

.model-steps {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin: 28px auto 22px;
}

.model-step {
  width: 175px;
  min-height: 160px;
  padding: 14px 12px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.75);
  border-radius: 18px;
  opacity: 0.25;
  transform: translateY(8px);
  transition: opacity 0.35s ease, transform 0.35s ease, background 0.35s ease;
}

.model-step.active {
  opacity: 1;
  transform: translateY(0);
}

.model-step.done {
  opacity: 0.65;
  transform: translateY(0);
}

.step-label {
  margin-bottom: 5px;
  font-family: "Neue Haas Grotesk", Icons;
  font-size: 15px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.85);
}

.step-sublabel {
  min-height: 32px;
  margin-bottom: 12px;
  font-family: "Williams Caslon Text", Icons;
  font-size: 13px;
  line-height: 1.2;
  color: rgba(0, 0, 0, 0.55);
}

.mini-note {
  margin-top: 12px;
  font-family: "Williams Caslon Text", Icons;
  font-size: 12.5px;
  line-height: 1.25;
  color: rgba(0, 0, 0, 0.6);
}

.model-arrow {
  font-family: "Neue Haas Grotesk", Icons;
  font-size: 24px;
  color: rgba(0, 0, 0, 0.45);
  opacity: 0.5;
}

.feature-row {
  display: flex;
  align-items: end;
  justify-content: center;
  gap: 8px;
  height: 52px;
}

.feature-row span {
  width: 13px;
  border-radius: 8px 8px 0 0;
  transition: height 0.35s ease, opacity 0.35s ease, transform 0.35s ease;
}

.feature-row span:nth-child(1) { height: 28px; }
.feature-row span:nth-child(2) { height: 24px; }
.feature-row span:nth-child(3) { height: 36px; }
.feature-row span:nth-child(4) { height: 20px; }
.feature-row span:nth-child(5) { height: 31px; }

.target-feature {
  background: #6f8f3f;
  opacity: 0.65;
}

.other-feature {
  background: rgba(0, 0, 0, 0.22);
  opacity: 0.75;
}

.cue-step.active .target-feature {
  opacity: 1;
  transform: scaleY(1.08);
}

.mixture-step.active {
  background: rgba(111, 143, 63, 0.08);
}

.mixture-step.active .target-feature {
  opacity: 1;
  transform: scaleY(1.55);
}

.mixture-step.active .other-feature {
  opacity: 0.35;
  transform: scaleY(0.85);
}

.output-step.active .word-output {
  opacity: 1;
  transform: translateY(0);
}

.word-output {
  font-family: "Williams Caslon Text", Icons;
  font-size: 22px;
  opacity: 0.3;
  transform: translateY(6px);
  transition: opacity 0.35s ease, transform 0.35s ease;
}

.model-next-button {
  padding: 10px 18px;
  font-family: inherit;
  font-size: 1em;
  font-weight: inherit;
  color: #000;
  cursor: pointer;
  background: #f3f3f3;
  border: 1px solid #000;
  border-radius: 999px;
}

.model-next-button:hover {
  background: #e8e8e8;
}

@media (max-width: 700px) {
  .model-steps {
    flex-direction: column;
  }

  .model-arrow {
    transform: rotate(90deg);
  }
}


/**
 * Accuracy Figure
 */

.accuracy-figure,
.confusion-figure,
.spatial-figure,
.direction-figure,
.attention-sharpness-figure {
  position: relative;
  max-width: 820px;
}

.accuracy-svg,
.confusion-svg,
.spatial-svg,
.direction-svg,
.attention-sharpness-svg {
  display: block;
  width: 100%;
  overflow: visible;
}

.accuracy-svg .plot-line {
  stroke-width: 1.8;
}

.same-sex {
  stroke: #e2a13a;
  fill: #e2a13a;
}

.different-sex {
  stroke: #62c4d3;
  fill: #62c4d3;
}

.english {
  stroke: #d88ac4;
  fill: #d88ac4;
}

.mandarin {
  stroke: #4f9b65;
  fill: #4f9b65;
}

.human-line {
  stroke-dasharray: none;
}

.model-line,
.confusion-model-line {
  stroke-dasharray: 5 4;
}

.point.same-sex {
  fill: #e2a13a;
}

.point.different-sex {
  fill: #62c4d3;
}

.point.english {
  fill: #d88ac4;
}

.point.mandarin {
  fill: #4f9b65;
}


/**
 * Confusion Figure
 */

.confusion-human-line,
.confusion-model-line,
.point.confusion-human-line,
.point.confusion-model-line {
  stroke: #d88ac4;
  fill: #d88ac4;
}


/**
 * Spatial Figure
 */

.spatial-model-line,
.point.spatial-model-line {
  stroke: #16aaa6;
  fill: #16aaa6;
}

.spatial-human-line,
.point.spatial-human-line {
  stroke: #000;
  fill: #000;
}


/**
 * Direction Figure
 */

.updown-line,
.point.updown-line {
  stroke: #2f77b4;
  fill: #2f77b4;
}

.leftright-line,
.point.leftright-line {
  stroke: #f28e2b;
  fill: #f28e2b;
}


/**
 * Attention Sharpness Figure
 */

.center-line,
.point.center-line {
  stroke: #777;
  fill: #777;
}

.side-line,
.point.side-line {
  stroke: #8e63a9;
  fill: #8e63a9;
}


/**
 * Tooltips
 */

.accuracy-tooltip,
.confusion-tooltip,
.spatial-tooltip,
.direction-tooltip,
.attention-tooltip {
  position: absolute;
  z-index: 50;
  display: none;
  max-width: 240px;
  padding: 7px 9px;
  font-family: "Neue Haas Grotesk", Icons;
  font-size: 12px;
  line-height: 1.35;
  color: rgba(0, 0, 0, 0.85);
  text-align: left;
  pointer-events: none;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(0, 0, 0, 0.75);
  border-radius: 8px;
}

.attention-tooltip {
  max-width: 220px;
  padding: 6px 8px;
  line-height: 1.3;
}

@media (max-width: 700px) {
  .accuracy-tooltip,
  .confusion-tooltip,
  .spatial-tooltip,
  .direction-tooltip,
  .attention-tooltip {
    display: none !important;
  }
}

