@import url("https://fonts.googleapis.com/css2?family=Fira+Code:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, p, pre, q, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  background-color: white;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

h1, h2, h3, h4, h5, h6, p, a, code, pre, ol, ul, li {
  color: #353535;
  line-height: 1.6;
  font-weight: 300;
  font-size: 18px;
  font-family: "Figtree", serif;
}

a {
  text-decoration: none;
  text-underline-offset: 1px;
  color: #598864;
  font-family: inherit;
  font-size: inherit;
  font-weight: 600;
}
a:hover {
  color: #7BAA86;
}

b {
  font-weight: 600;
}

em {
  font-style: italic;
}

sub {
  font-weight: inherit;
  font-size: 0.65em;
  position: relative;
  top: 0.3em;
}

sup {
  font-weight: inherit;
  font-size: 0.65em;
  position: relative;
  top: -0.5em;
}

hr {
  border: 0;
  height: 0;
  border-top: 1px solid rgb(0, 0, 0);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
hr.hard {
  border-top: 1px solid rgba(0, 0, 0, 0.5);
}
hr.soft {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

img {
  width: 100%;
  margin: 0 auto;
  display: block;
}

video {
  width: 100%;
  margin: 0 auto;
  display: block;
}

svg {
  width: 100%;
}

.container {
  padding-right: calc(9vw - (100vw - 100%));
  padding-left: 9vw;
  flex: 1;
}

::selection {
  color: white;
  background: #353535;
}

@media screen and (max-width: 769px) {
  a, p, td, th, tr, code, pre, ol, ul, li, div {
    font-size: 13px;
  }
  h1 {
    font-size: 22px;
    line-height: 1.2;
    padding: 1.5vh 0;
    font-weight: 700;
  }
  h1.title {
    font-weight: 500;
    font-size: 26px;
  }
  h2 {
    line-height: 1.2;
    padding: 1.5vh 0;
    font-weight: 700;
    font-size: 18px;
  }
  h3 {
    font-weight: 700;
    line-height: 1.2;
    padding: 1.5vh 0;
    font-size: 17px;
  }
}
@media screen and (min-width: 769px) {
  .container {
    padding-right: calc(9.5vw - (100vw - 100%));
    padding-left: 9.5vw;
  }
  a, p, td, th, tr, code, pre, ol, ul, li, div {
    font-size: 16px;
  }
  h1 {
    font-size: 22px;
    line-height: 1.2;
    padding: 2vh 0;
    font-weight: 700;
  }
  h1.title {
    padding: 0 0 1vh;
    font-weight: 500;
    font-size: 26px;
  }
  h2 {
    line-height: 1.2;
    padding: 2vh 0;
    font-weight: 700;
    font-size: 18px;
  }
  h3 {
    font-weight: 700;
    line-height: 1.2;
    padding: 2vh 0;
    font-size: 17px;
  }
}
@media screen and (min-width: 992px) {
  .container {
    padding-right: calc(15vw - (100vw - 100%));
    padding-left: 15vw;
  }
  a, p, td, th, tr, code, pre, ol, ul, li, div {
    font-size: 16px;
  }
  h1 {
    font-size: 22px;
    line-height: 1.2;
    padding: 1vh 0;
    font-weight: 700;
  }
  h1.title {
    padding: 0 0 1vh;
    font-weight: 500;
    font-size: 26px;
  }
  h2 {
    line-height: 1.2;
    padding: 1vh 0;
    font-weight: 700;
    font-size: 18px;
  }
  h3 {
    font-weight: 700;
    line-height: 1.2;
    padding: 1vh 0;
    font-size: 17px;
  }
}
@media screen and (min-width: 1200px) {
  .container {
    padding-right: calc(18vw - (100vw - 100%));
    padding-left: 18vw;
  }
  a, p, td, th, tr, code, pre, ol, ul, li, div {
    font-size: 17px;
  }
  h1 {
    font-size: 32px;
    line-height: 1.2;
    padding: 1vh 0;
    font-weight: 700;
  }
  h1.title {
    padding: 0 0 1vh;
    font-weight: 500;
    font-size: 32px;
  }
  h2 {
    line-height: 1.2;
    padding: 1vh 0;
    font-weight: 700;
    font-size: 22px;
  }
  h3 {
    font-weight: 700;
    line-height: 1.2;
    padding: 1vh 0;
    font-size: 18px;
  }
}
@media screen and (min-width: 1600px) {
  .container {
    padding-right: calc(21vw - (100vw - 100%));
    padding-left: 21vw;
  }
  a, p, td, th, tr, code, pre, ol, ul, li, div {
    font-size: 18px;
  }
  h1 {
    font-size: 32px;
    line-height: 1.2;
    padding: 1.75vh 0;
    font-weight: 700;
  }
  h1.title {
    padding: 0 0 1vh;
    font-weight: 500;
    font-size: 35px;
  }
  h2 {
    line-height: 1.2;
    padding: 1.5vh 0;
    font-weight: 700;
    font-size: 22px;
  }
  h3 {
    font-weight: 700;
    line-height: 1.2;
    padding: 1.5vh 0;
    font-size: 18px;
  }
}
@media screen and (min-width: 2000px) {
  .container {
    padding-right: calc(25vw - (100vw - 100%));
    padding-left: 25vw;
  }
  a, p, td, th, tr, code, pre, ol, ul, li, div {
    font-size: 18px;
  }
  h1 {
    font-size: 32px;
    line-height: 1.2;
    padding: 1.75vh 0;
    font-weight: 700;
  }
  h1.title {
    padding: 0 0 1vh;
    font-weight: 500;
    font-size: 35px;
  }
  h2 {
    line-height: 1.2;
    padding: 1.5vh 0;
    font-weight: 700;
    font-size: 22px;
  }
  h3 {
    font-weight: 700;
    line-height: 1.2;
    padding: 1.5vh 0;
    font-size: 18px;
  }
}
@media screen and (min-width: 2400px) {
  .container {
    padding-right: calc(27vw - (100vw - 100%));
    padding-left: 27vw;
  }
  a, p, td, th, tr, code, pre, ol, ul, li, div {
    font-size: 20px;
  }
  h1 {
    font-size: 32px;
    line-height: 1.2;
    padding: 1.75vh 0;
    font-weight: 700;
  }
  h1.title {
    padding: 0 0 1vh;
    font-weight: 500;
    font-size: 35px;
  }
  h2 {
    line-height: 1.2;
    padding: 1.5vh 0;
    font-weight: 700;
    font-size: 22px;
  }
  h3 {
    font-weight: 700;
    line-height: 1.2;
    padding: 1.5vh 0;
    font-size: 20px;
  }
}
@media screen and (min-width: 3200px) {
  .container {
    padding-right: calc(35vw - (100vw - 100%));
    padding-left: 31vw;
  }
}
footer {
  padding: 3vh 0px;
  background-color: #fafafa;
}
footer span {
  padding: 0 1px;
  font-size: 0.85em;
}
footer p {
  font-style: italic;
}

@media screen and (min-width: 992px) {
  footer {
    padding: 3vh 0px;
    background-color: #fafafa;
  }
}
@media screen and (min-width: 1200px) {
  footer {
    padding: 4vh 0px;
    background-color: #fafafa;
  }
}
@media screen and (min-width: 1600px) {
  footer {
    padding: 5vh 0px;
  }
}
/* ======================== Blog ===================== */
div.container.blog#first-content {
  padding-top: 2vh;
  background-color: #f6f6f6;
  padding-right: calc(9.171vw - (100vw - 100%));
  padding-left: 9.171vw;
}
div.container.blog#first-content div.blog-title {
  display: grid;
  grid-template-columns: 1fr;
}
div.container.blog#first-content div.blog-title.white * {
  color: white;
}
div.container.blog#first-content div.blog-title.white *::selection {
  color: #353535 !important;
  background: white !important;
}
div.container.blog#first-content div.blog-title.white * .link * {
  color: #f4f3ef !important;
}
div.container.blog#first-content div.blog-title.white * .info p {
  color: #f4f3ef !important;
}
div.container.blog#first-content div.blog-title .blog-intro {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 2vh 0;
}
div.container.blog#first-content div.blog-title .blog-intro p.author {
  padding: 4px 0;
  font-weight: 400;
  font-style: italic;
  line-height: 1.2;
}
div.container.blog#first-content div.blog-title .blog-intro p.author a {
  font-weight: inherit;
  color: inherit;
  transition: color 0.2s ease;
}
div.container.blog#first-content div.blog-title .blog-intro p.author a:hover {
  color: #7BAA86;
}
div.container.blog#first-content div.blog-title .blog-intro p.abstract {
  font-family: "Figtree";
  font-weight: 300;
  padding: 1vh 0;
}
div.container.blog#first-content div.blog-title .blog-intro .info p {
  padding: 10px 0 0 0;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #353535;
  font-weight: 600;
  font-size: 0.95em;
}
div.container.blog#first-content div.blog-title .blog-cover {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 2vh 0;
}
div.container.blog#first-content div.blog-title .blog-cover img.foreground {
  position: relative;
  z-index: 2;
  padding: 0 !important;
}
div.container.blog#first-content div.blog-title .blog-cover img.background {
  position: absolute;
  z-index: 1;
  filter: blur(24px);
  padding: 0 !important;
}

div.container.blog p.text {
  padding: 1.5vh 0;
  font-family: "Figtree", sans-serif;
}
div.container.blog p.text:last-child {
  padding-bottom: 0;
}
div.container.blog ul, div.container.blog ol {
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
  padding: 0;
}
div.container.blog ul li p.text, div.container.blog ol li p.text {
  padding: 0vh 0 1.5vh 0 !important;
}
div.container.blog p.caption {
  padding: 1vh 0;
  font-weight: 500;
  line-height: 1.2;
  font-size: 105%;
}
div.container.blog p.caption b {
  font-weight: 700 !important;
}
div.container.blog p.caption a {
  font-size: inherit;
  color: inherit;
}
div.container.blog p.caption.inline {
  padding: 1.5vh 0 !important;
  font-style: italic;
}
div.container.blog p.caption.inline.center {
  text-align: center;
}
div.container.blog p.caption.comment {
  padding: 0 2vw 1vh;
}
div.container.blog p.caption.selection {
  line-height: 1;
}
div.container.blog #naive-mllm-label {
  font-weight: 700;
  color: #a6a6a6;
}
div.container.blog #prune-mllm-label {
  font-weight: 700;
  color: #47804e;
}
div.container.blog #autogaze-label {
  font-weight: 700;
  color: #ef8c25;
}
div.container.blog img {
  padding-bottom: 1vh;
}
div.container.blog.first {
  margin-top: 1.5vh;
}
div.container.blog.main {
  padding: 0.5vh 3vw;
}
div.container.blog.main.comment .content-comment {
  display: none;
}
div.container.blog.main.inline {
  padding-top: 0;
  padding-bottom: 1vh;
}
div.container.blog.large {
  padding: 0.5vh 6vw;
}
div.container.blog.large.inline {
  padding-top: 0;
  padding-bottom: 1vh;
}
div.container.blog.extra-large {
  padding: 0.5vh 6vw;
}
div.container.blog.extra-large.inline {
  padding-top: 0;
  padding-bottom: 1vh;
}
div.container.blog.extra-extra-large {
  padding: 0.5vh 6vw;
}
div.container.blog.extra-extra-large.inline {
  padding-top: 0;
  padding-bottom: 1vh;
}
div.container.blog.max {
  padding: 0.5vh 0vw;
}
div.container.blog.max.inline {
  padding-top: 0;
  padding-bottom: 1vh;
}
div.container.blog.gray {
  background-color: #f6f6f6;
}
div.container.blog.gray p.caption {
  padding-bottom: 0;
}
div.container.blog.gray-linear {
  background: linear-gradient(to bottom, #f6f6f6 0%, white 10%, white 90%, #f6f6f6 100%);
}
div.container.blog.gray-linear p.caption {
  padding-bottom: 0;
}

@media screen and (min-width: 769px) {
  div.container.blog#first-content {
    padding-top: 3vh;
    padding-right: calc(9.68525vw - (100vw - 100%));
    padding-left: 9.68525vw;
  }
  div.container.blog#first-content div.blog-title {
    grid-template-columns: 1fr;
    column-gap: 2vw;
  }
  div.container.blog#first-content div.blog-title .blog-cover {
    margin: 0 0 0 auto;
    width: 90%;
    padding: 3vh 0;
  }
  div.container.blog#first-content div.blog-title .blog-intro {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 1vh 0;
  }
  div.container.blog#first-content div.blog-title.no-cover {
    grid-template-columns: 1fr;
  }
  div.container.blog#first-content div.blog-title.no-cover .blog-intro {
    padding: 6vh 5.1vw;
  }
  div.container.blog#first-content div.blog-title.no-cover h1 {
    padding: 0 2%;
    text-align: center;
  }
  div.container.blog#first-content div.blog-title.no-cover p.author {
    padding: 10px 2%;
    text-align: center;
  }
  div.container.blog#first-content div.blog-title.no-cover .info {
    display: flex;
    justify-content: space-around;
  }
  div.container.blog.first {
    margin-top: 2vh;
  }
  div.container.blog.main {
    padding: 1vh 9.68525vw;
  }
  div.container.blog.main.comment {
    padding-left: 18vw;
    padding-right: 0vw;
    display: grid;
    grid-template-columns: 70vw 13vw;
  }
  div.container.blog.main.comment .content-comment {
    display: none;
  }
  div.container.blog.large {
    padding: 1vh 13vw;
  }
  div.container.blog.extra-large {
    padding: 1vh 11vw;
  }
  div.container.blog.extra-extra-large {
    padding: 1vh 11vw;
  }
}
@media screen and (min-width: 992px) {
  div.container.blog#first-content {
    padding-top: 4vh;
    padding-right: calc(15.342vw - (100vw - 100%));
    padding-left: 15.342vw;
  }
  div.container.blog#first-content div.blog-title {
    grid-template-columns: 1fr;
    column-gap: 3vw;
  }
  div.container.blog#first-content div.blog-title .blog-intro {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 1vh 0;
  }
  div.container.blog#first-content div.blog-title.no-cover {
    grid-template-columns: 1fr;
  }
  div.container.blog#first-content div.blog-title.no-cover .blog-intro {
    padding: 6vh 6.375vw;
  }
  div.container.blog#first-content div.blog-title .blog-cover {
    padding: 3vh 0;
  }
  div.container.blog.first {
    margin-top: 3vh;
  }
  div.container.blog.main {
    padding: 1.5vh 15.342vw;
  }
  div.container.blog.main.comment {
    padding-left: 23vw;
    padding-right: 0vw;
    display: grid;
    grid-template-columns: 60vw 18vw;
  }
  div.container.blog.main.comment .content-comment {
    display: none;
  }
  div.container.blog.large {
    padding: 1.5vh 13.2vw;
  }
  div.container.blog.extra-large {
    padding: 1.5vh 13.2vw;
  }
  div.container.blog.extra-extra-large {
    padding: 1.5vh 13.2vw;
  }
}
@media screen and (min-width: 1200px) {
  div.container.blog#first-content {
    padding-top: 6vh;
    padding-right: calc(18.4275vw - (100vw - 100%));
    padding-left: 18.4275vw;
  }
  div.container.blog#first-content div.blog-title {
    grid-template-columns: 1fr;
    column-gap: 4vw;
  }
  div.container.blog#first-content div.blog-title .blog-intro {
    padding: 5vh 0;
  }
  div.container.blog#first-content div.blog-title .blog-intro p {
    padding: 1.5vh 0;
  }
  div.container.blog#first-content div.blog-title.no-cover {
    grid-template-columns: 1fr;
  }
  div.container.blog#first-content div.blog-title.no-cover .blog-intro {
    padding: 6vh 7.65vw;
  }
  div.container.blog#first-content div.blog-title .blog-cover {
    padding: 5vh 0;
  }
  div.container.blog.first {
    margin-top: 4vh;
  }
  div.container.blog.main {
    padding: 2vh 18.4275vw;
  }
  div.container.blog.main.comment {
    padding-left: 27vw;
    padding-right: 0vw;
    display: grid;
    grid-template-columns: 60vw 18vw;
  }
  div.container.blog.main.comment .content-comment {
    display: block;
  }
  div.container.blog.large {
    padding: 2vh 18.4275vw;
  }
  div.container.blog.extra-large {
    padding: 2vh 18.4275vw;
  }
  div.container.blog.extra-extra-large {
    padding: 2vh 18.4275vw;
  }
}
@media screen and (min-width: 1600px) {
  div.container.blog#first-content {
    padding-right: calc(21.513vw - (100vw - 100%));
    padding-left: 21.513vw;
  }
  div.container.blog#first-content div.blog-title {
    grid-template-columns: 1fr;
    column-gap: 4vw;
  }
  div.container.blog#first-content div.blog-title .blog-intro {
    padding: 5vh 0;
  }
  div.container.blog#first-content div.blog-title .blog-intro p {
    padding: 1.5vh 0;
  }
  div.container.blog#first-content div.blog-title.no-cover {
    grid-template-columns: 1fr;
  }
  div.container.blog#first-content div.blog-title.no-cover .blog-intro {
    padding: 6vh 7.65vw;
  }
  div.container.blog#first-content div.blog-title .blog-cover {
    padding: 5vh 0;
  }
  div.container.blog.first {
    margin-top: 5vh;
  }
  div.container.blog.main {
    padding: 2vh 21.513vw;
  }
  div.container.blog.main.comment {
    padding-left: 30vw;
    padding-right: 0vw;
    display: grid;
    grid-template-columns: 50vw 23vw;
  }
  div.container.blog.large {
    padding: 2vh 21.513vw;
  }
  div.container.blog.extra-large {
    padding: 2vh 21.513vw;
  }
  div.container.blog.extra-extra-large {
    padding: 2vh 21.513vw;
  }
}
@media screen and (min-width: 2000px) {
  div.container.blog#first-content {
    padding-right: calc(25.627vw - (100vw - 100%));
    padding-left: 25.627vw;
  }
  div.container.blog#first-content div.blog-title {
    grid-template-columns: 1fr;
    column-gap: 5vw;
  }
  div.container.blog#first-content div.blog-title .blog-intro {
    padding: 5vh 0;
  }
  div.container.blog#first-content div.blog-title .blog-intro p {
    padding: 1.5vh 0;
  }
  div.container.blog#first-content div.blog-title.no-cover {
    grid-template-columns: 1fr;
  }
  div.container.blog#first-content div.blog-title.no-cover .blog-intro {
    padding: 6vh 6.8vw;
  }
  div.container.blog#first-content div.blog-title .blog-cover {
    padding: 5vh 0;
  }
  div.container.blog.first {
    margin-top: 5vh;
  }
  div.container.blog.main {
    padding: 2vh 25.627vw;
  }
  div.container.blog.main.comment {
    padding-left: 33vw;
    padding-right: 0vw;
    display: grid;
    grid-template-columns: 50vw 23vw;
  }
  div.container.blog.large {
    padding: 2vh 25.627vw;
  }
  div.container.blog.extra-large {
    padding: 2vh 25.627vw;
  }
  div.container.blog.extra-extra-large {
    padding: 2vh 25.627vw;
  }
}
@media screen and (min-width: 2400px) {
  div.container.blog#first-content {
    padding-right: calc(27.684vw - (100vw - 100%));
    padding-left: 27.684vw;
  }
  div.container.blog#first-content div.blog-title {
    grid-template-columns: 1fr;
    column-gap: 6vw;
  }
  div.container.blog#first-content div.blog-title .blog-intro {
    padding: 5vh 0;
  }
  div.container.blog#first-content div.blog-title .blog-intro p {
    padding: 1.5vh 0;
  }
  div.container.blog#first-content div.blog-title.no-cover {
    grid-template-columns: 1fr;
  }
  div.container.blog#first-content div.blog-title.no-cover .blog-intro {
    padding: 6vh 6.8vw;
  }
  div.container.blog#first-content div.blog-title .blog-cover {
    padding: 5vh 0;
  }
  div.container.blog.first {
    margin-top: 5vh;
  }
  div.container.blog.main {
    padding: 2vh 27.684vw;
  }
  div.container.blog.main.comment {
    padding-left: 35vw;
    padding-right: 0vw;
    display: grid;
    grid-template-columns: 50vw 23vw;
  }
  div.container.blog.large {
    padding: 2vh 27.684vw;
  }
  div.container.blog.extra-large {
    padding: 2vh 27.684vw;
  }
  div.container.blog.extra-extra-large {
    padding: 2vh 27.684vw;
  }
}
@media screen and (min-width: 3200px) {
  div.container.blog#first-content {
    padding-right: calc(35.912vw - (100vw - 100%));
    padding-left: 35.912vw;
  }
  div.container.blog#first-content div.blog-title {
    grid-template-columns: 1fr;
    column-gap: 7vw;
  }
  div.container.blog#first-content div.blog-title .blog-intro {
    padding: 5vh 0;
  }
  div.container.blog#first-content div.blog-title .blog-intro p {
    padding: 1.5vh 0;
  }
  div.container.blog#first-content div.blog-title.no-cover {
    grid-template-columns: 1fr;
  }
  div.container.blog#first-content div.blog-title.no-cover .blog-intro {
    padding: 6vh 8.5vw;
  }
  div.container.blog#first-content div.blog-title .blog-cover {
    padding: 5vh 0;
  }
  div.container.blog.first {
    margin-top: 5vh;
  }
  div.container.blog.main {
    padding: 2vh 35.912vw;
  }
  div.container.blog.main.comment {
    padding-left: 41vw;
    padding-right: 0vw;
    display: grid;
    grid-template-columns: 50vw 23vw;
  }
  div.container.blog.large {
    padding: 2vh 35.912vw;
  }
  div.container.blog.extra-large {
    padding: 2vh 35.912vw;
  }
  div.container.blog.extra-extra-large {
    padding: 2vh 35.912vw;
  }
}
/* ======================== Button ===================== */
input[type=submit], input[type=reset], input[type=button],
button, .button {
  background-color: #ececec;
  border-radius: 10px;
  padding: 0.75em 1em;
  margin-bottom: 5px;
  color: #353535;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.7em;
  font-weight: 700;
  font-family: "Figtree", sans-serif;
  letter-spacing: 0.075em;
  text-decoration: none;
  text-transform: uppercase;
  user-select: none;
}
input[type=submit]:hover, input[type=reset]:hover, input[type=button]:hover,
button:hover, .button:hover {
  background-color: #ececec;
  opacity: 0.8;
  color: #353535;
}
input[type=submit]:active, input[type=reset]:active, input[type=button]:active,
button:active, .button:active {
  opacity: 0.5;
  background-color: #ececec;
  color: #353535;
}
input[type=submit].icon i, input[type=reset].icon i, input[type=button].icon i,
button.icon i, .button.icon i {
  font-size: 1.2em;
  padding-left: 0.5em;
  padding-bottom: 1px;
}
input[type=submit].project, input[type=reset].project, input[type=button].project,
button.project, .button.project {
  text-transform: none;
  letter-spacing: 0;
  font-weight: 600;
  height: 0.75em;
  padding: 0.6em;
  font-size: 1em;
  color: #353535;
}
input[type=submit].project.white, input[type=reset].project.white, input[type=button].project.white,
button.project.white, .button.project.white {
  color: #f4f3ef;
}

@media screen and (max-width: 992px) {
  input[type=submit], input[type=reset], input[type=button],
  button, .button {
    font-size: 0.6em;
  }
  input[type=submit].icon i, input[type=reset].icon i, input[type=button].icon i,
  button.icon i, .button.icon i {
    font-size: 1.2em;
  }
}
/* ======================== Slide Menu ===================== */
.slide-menu {
  display: table;
  margin: 0 auto;
  padding-bottom: 2vh;
}
.slide-menu .dots {
  margin-bottom: -10px;
  user-select: none;
}
.slide-menu .dots .dot {
  position: relative;
  appearance: none;
  display: inline-block;
  background-color: #c6c6c6;
  cursor: pointer;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin: 15px;
  transition: all 0.2s ease-in-out;
}
.slide-menu .dots .dot:after {
  content: "";
  position: absolute;
  left: -15px;
  top: -15px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.slide-menu .dots .dot:hover {
  transform: scale(1.4);
}
.slide-menu .dots .dot.active {
  background-color: #E2a3a3;
  transform: scale(1.4);
}

/* ======================== Table ===================== */
.table-wrapper {
  overflow: scroll;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* Internet Explorer 10+ */
  padding-bottom: 1vh;
}

.table-wrapper::-webkit-scrollbar { /* WebKit */
  width: 0;
  height: 0;
}

table {
  margin: 0.5vh 0;
  width: 100%;
  font-family: "Figtree", sans-serif;
}
table a {
  font-size: inherit;
}
table th, table td {
  font-size: 85%;
}
table th b, table td b {
  font-weight: 900;
}
table thead {
  font-weight: 700;
}
table tbody tr {
  border: solid 1px #404041;
  border-left: 0;
  border-right: 0;
}
table tbody tr:nth-child(2n+1) {
  background-color: #ececec;
}
table tbody tr:first-child {
  border-top: solid 2px #c6c6c6;
}
table tbody tr:last-child {
  border-bottom: solid 2px white;
}
table tbody tr td.gray {
  background-color: #ececec !important;
}
table tbody tr td.nogray {
  background-color: #f6f6f6 !important;
}
table tbody.center td {
  text-align: center;
}
table thead.center th {
  text-align: center;
}
table td {
  color: #353535;
  padding: 0.5em 0.5em;
}
table th {
  color: #666667;
  padding: 0 0.5em 0.25em 0.5em;
  text-align: left;
}
table tfoot {
  border-top: solid 2px white;
}
table.alt {
  border-collapse: separate;
}
table.alt tbody tr td {
  border: solid 1px white;
  border-left-width: 0;
  border-top-width: 0;
}
table.alt tbody tr td:first-child {
  border-left-width: 1px;
}
table.alt tbody tr:first-child td {
  border-top-width: 1px;
}
table.alt thead {
  border-bottom: 0;
}
table.alt tfoot {
  border-top: 0;
}

/* ======================== Code ===================== */
code {
  background-color: rgba(230, 235, 237, 0.25);
  border-radius: 10px;
  border: solid 1px #c6c6c6;
  font-family: "Fira Code", monospace;
  margin: 0 0.25em;
  padding: 0.25em 0.65em;
  color: #666667;
  font-size: 75% !important;
}

pre {
  font-family: "Fira Code", monospace;
}

pre code {
  background-color: #fafafa !important;
  display: block;
  padding: 1.5vh 1.5vw !important;
  margin: 0 !important;
  overflow-x: auto;
}

/* ======================== Selection ===================== */
select {
  border-color: transparent;
  border-radius: 5px;
  padding: 5px 3px;
  background-color: #ececec;
  display: inline;
  line-height: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  font-family: inherit;
  color: inherit;
  border: 0;
  outline: none;
  margin: inherit;
  height: 30px;
  text-underline-offset: 1px;
  width: inherit;
}
select option {
  white-space: nowrap;
  overflow: hidden;
}
select:hover {
  cursor: pointer;
}
select:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 3px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #333;
}

/* ======================== Slider Display ===================== */
.slider-container {
  box-shadow: none;
  outline: none;
  --divider-width: 1px;
  --divider-color: #000;
  --default-handle-width: clamp(10px, 5vw, 40px);
  --default-handle-color: #000;
}
.slider-container.white {
  --divider-color: #fff;
  --default-handle-color: #fff;
}
.slider-container img {
  padding: 0 !important;
}

.before, .after {
  margin: 0;
}

.before figcaption {
  left: 8px;
}

.after figcaption {
  right: 8px;
}

.before figcaption,
.after figcaption {
  font-size: 90%;
  font-family: "Figtree";
  background: transparent;
  color: #353535;
  padding: 8px;
  position: absolute;
  top: 99%;
  transform: translateY(-100%);
  line-height: 100%;
}
.before figcaption.white,
.after figcaption.white {
  color: #f4f3ef;
}

/* ======================== Video Control ===================== */
.video-control {
  display: flex;
  justify-content: center;
  padding: 5px 0;
  gap: 10px;
}

.video-speed {
  opacity: 0;
}
.video-speed.fade-in-out {
  animation: fadeInOut 1.4s linear forwards;
}

.video-caption {
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
}

@keyframes fadeInOut {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* ======================== Slide Show Control ===================== */
.slideshow .navigation {
  display: flex;
  justify-content: center;
  padding: 20px 0;
  gap: 10px;
}

.slideshow .slider {
  position: relative;
  width: 100%;
  height: 440px;
  padding-bottom: 20px;
  overflow: hidden;
}
.slideshow .slider:hover {
  cursor: pointer;
}
.slideshow .slider .slider-item {
  width: 400px;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
  padding-left: 40px;
}
.slideshow .slider .slider-item video {
  display: block;
  padding-bottom: 40px;
}

h1, h2, h3, h4, h5, h6, p, a, code, pre, ol, ul, li {
  line-height: 1.46;
}

@media screen and (max-width: 769px) {
  a, p, td, th, tr, code, pre, ol, ul, li, div {
    font-size: 16px;
  }
  h1 {
    font-size: 22px;
    line-height: 1.2;
    padding: 1.875rem 0;
    font-weight: 600;
  }
  h1.title {
    font-weight: 500;
    letter-spacing: 0px;
    font-size: 26px;
  }
  h2 {
    line-height: 1.2;
    padding: 1.125rem 0;
    font-weight: 600;
    font-size: 18px;
  }
  h3 {
    font-weight: 600;
    line-height: 1.2;
    padding: 1.125rem 0;
    font-size: 17px;
  }
  #first-content .info > div a.button {
    flex: 1 1 calc(50% - 0.25rem);
    min-width: 0;
    text-align: center;
  }
}
@media screen and (min-width: 769px) {
  .container {
    padding-right: calc(6.5vw - (100vw - 100%));
    padding-left: 6.5vw;
  }
  a, p, td, th, tr, code, pre, ol, ul, li, div {
    font-size: 17px;
  }
  h1 {
    font-size: 22px;
    line-height: 1.2;
    padding: 2.25rem 0;
    font-weight: 600;
  }
  h1.title {
    padding: 0 0 0.75rem;
    font-weight: 500;
    letter-spacing: 0px;
    font-size: 26px;
  }
  h2 {
    line-height: 1.2;
    padding: 1.5rem 0;
    font-weight: 600;
    font-size: 18px;
  }
  h3 {
    font-weight: 600;
    line-height: 1.2;
    padding: 1.5rem 0;
    font-size: 17px;
  }
}
@media screen and (min-width: 992px) {
  .container {
    padding-right: calc(12vw - (100vw - 100%));
    padding-left: 12vw;
  }
  a, p, td, th, tr, code, pre, ol, ul, li, div {
    font-size: 18px;
  }
  h1 {
    font-size: 22px;
    line-height: 1.2;
    padding: 1.5rem 0;
  }
  h1.title {
    padding: 0 0 0.75rem;
    font-size: 26px;
  }
  h2 {
    padding: 0.75rem 0;
    font-size: 18px;
  }
  h3 {
    padding: 0.75rem 0;
    font-size: 17px;
  }
}
@media screen and (min-width: 1200px) {
  .container {
    padding-right: calc(15vw - (100vw - 100%));
    padding-left: 15vw;
  }
  a, p, td, th, tr, code, pre, ol, ul, li, div {
    font-size: 20px;
  }
  h1 {
    font-size: 26px;
    line-height: 1.2;
    padding: 1.5rem 0;
  }
  h1.title {
    padding: 0 0 0.75rem;
    font-size: 32px;
  }
  h2 {
    padding: 0.75rem 0;
    font-size: 20px;
  }
  h3 {
    padding: 0.75rem 0;
    font-size: 18px;
  }
}
@media screen and (min-width: 1600px) {
  .container {
    padding-right: calc(18vw - (100vw - 100%));
    padding-left: 18vw;
  }
  a, p, td, th, tr, code, pre, ol, ul, li, div {
    font-size: 22px;
  }
  h1 {
    font-size: 32px;
    line-height: 1.2;
    padding: 2rem 0;
  }
  h1.title {
    padding: 0 0 0.75rem;
    font-size: 35px;
  }
  h2 {
    padding: 1.125rem 0;
    font-size: 23px;
  }
  h3 {
    padding: 1.125rem 0;
    font-size: 20px;
  }
}
@media screen and (min-width: 2000px) {
  .container {
    padding-right: calc(22vw - (100vw - 100%));
    padding-left: 22vw;
  }
  a, p, td, th, tr, code, pre, ol, ul, li, div {
    font-size: 20px;
  }
  h1 {
    font-size: 32px;
    line-height: 1.2;
    padding: 2rem 0;
  }
  h1.title {
    padding: 0 0 0.75rem;
    font-size: 35px;
  }
  h2 {
    padding: 1.125rem 0;
    font-size: 22px;
  }
  h3 {
    padding: 1.125rem 0;
    font-size: 18px;
  }
}
@media screen and (min-width: 2400px) {
  .container {
    padding-right: calc(24vw - (100vw - 100%));
    padding-left: 24vw;
  }
  a, p, td, th, tr, code, pre, ol, ul, li, div {
    font-size: 23px;
  }
  h1 {
    font-size: 32px;
    line-height: 1.2;
    padding: 2rem 0;
  }
  h1.title {
    padding: 0 0 0.75rem;
    font-size: 35px;
  }
  h2 {
    padding: 1.125rem 0;
    font-size: 22px;
  }
  h3 {
    padding: 1.125rem 0;
    font-size: 20px;
  }
}
@media screen and (min-width: 3200px) {
  .container {
    padding-right: calc(32vw - (100vw - 100%));
    padding-left: 28vw;
  }
}
footer p {
  font-family: "Figtree";
}

/* ======================== Blog ===================== */
div.container.blog#first-content div.blog-title .blog-intro p.author {
  padding: 4px 0 10px;
  font-family: "Figtree";
  font-style: italic;
  font-weight: 400;
  line-height: 1.2;
  font-size: 90%;
}
div.container.blog#first-content div.blog-title .blog-intro p.author a {
  transition: color 0.2s ease;
}
div.container.blog#first-content div.blog-title .blog-intro p.author a:hover {
  color: #dbe3db;
}
div.container.blog#first-content div.blog-title .blog-intro no p.abstract {
  font-family: "Figtree";
  font-weight: 300;
  padding: 0.75rem 0;
  font-size: 90%;
  line-height: 1.5;
}
div.container.blog#first-content div.blog-title .blog-intro .info p {
  text-transform: uppercase;
  color: #353535;
  font-weight: 500;
  font-size: 85%;
}

div.container.blog p.text {
  padding: 1.125rem 0;
  font-family: "Figtree", sans-serif;
}
div.container.blog p.text:last-child {
  padding-bottom: 0;
}
div.container.blog ul li p.text, div.container.blog ol li p.text {
  padding: 0rem 0 0.75rem 0 !important;
}
div.container.blog p.caption {
  padding: 1.5rem 0;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0px;
  font-size: 85%;
}
div.container.blog p.caption b {
  font-weight: 600 !important;
}

/* ======================== Button ===================== */
input[type=submit], input[type=reset], input[type=button],
button, .button {
  font-size: 0.65em;
  font-weight: 500;
}

/* ======================== Table ===================== */
table th b, table td b {
  font-weight: 500;
}
table thead {
  font-weight: 500;
}

/* ======================== Selection ===================== */
select {
  padding: 2px 2px;
}

/* ======================== Slider Display ===================== */
.before figcaption,
.after figcaption {
  font-size: 75%;
}

iframe, video {
  display: block;
  margin-left: auto;
  margin-right: auto;
  border: none;
}

.teaser_video {
  width: 100%;
  aspect-ratio: 16/9;
  margin-top: 3.75rem;
  margin-bottom: 0.75rem;
}

.wide_video {
  width: 100%;
  aspect-ratio: 16/6;
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.video-intro {
  display: block;
  width: 100%;
  margin: 0 auto;
  text-align: right;
  font-style: italic;
  font-size: 1.1em;
  padding-bottom: 0.375rem;
}

/* Two-column figure layout */
.two-column-figure {
  display: grid;
  grid-template-columns: 45% 55%;
  gap: 3vw;
  align-items: start;
}
.two-column-figure .text-column h2 {
  margin-top: 0;
}
.two-column-figure .figure-column img {
  width: 100%;
}

/* Stack vertically on mobile */
@media screen and (max-width: 768px) {
  .two-column-figure {
    grid-template-columns: 1fr;
    gap: 2vh;
  }
}
/* Two equal-width columns for code sections */
.two-column-equal {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 3vw;
  align-items: start;
}
.two-column-equal .text-column {
  min-width: 0;
}
.two-column-equal .text-column h1, .two-column-equal .text-column h2 {
  margin-top: 0;
}
.two-column-equal .text-column pre {
  overflow-x: auto;
  max-width: 100%;
}
.two-column-equal .text-column code {
  white-space: pre;
  word-wrap: normal;
}

/* Stack vertically on mobile */
@media screen and (max-width: 768px) {
  .two-column-equal {
    grid-template-columns: 1fr;
    gap: 2vh;
  }
}
/* Two equal-width columns for images */
.columns-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2vw;
}
.columns-2 img {
  width: 100%;
  height: auto;
}

/* ======================== AutoGaze Page-Specific Styles ===================== */
/* Box sizing reset for consistent rendering across browsers */
*, *::before, *::after {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* CSS Variables for gradient and link colors */
:root {
  --gradient-start: #f1e6d2;
  --gradient-end: #ffffff;
  --link-brown: #000000;
  --link-brown-hover: #775223;
}

/* Apply same padding as title block to all containers */
.container.blog.main,
.container.blog.extra-large,
.container.blog.gray {
  padding-right: calc(9.171vw - (100vw - 100%));
  padding-left: 9.171vw;
}

/* Match title block's max-width constraint - content inside containers */
.container.blog.main > *,
.container.blog.extra-large > *,
.container.blog.gray > * {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 769px) {
  .container.blog.main,
  .container.blog.extra-large,
  .container.blog.gray {
    padding-right: calc(9.68525vw - (100vw - 100%));
    padding-left: 9.68525vw;
  }
}
@media screen and (min-width: 992px) {
  .container.blog.main,
  .container.blog.extra-large,
  .container.blog.gray {
    padding-right: calc(15.342vw - (100vw - 100%));
    padding-left: 15.342vw;
  }
}
@media screen and (min-width: 1200px) {
  .container.blog.main,
  .container.blog.extra-large,
  .container.blog.gray {
    padding-right: calc(18.4275vw - (100vw - 100%));
    padding-left: 18.4275vw;
  }
}
@media screen and (min-width: 1600px) {
  .container.blog.main,
  .container.blog.extra-large,
  .container.blog.gray {
    padding-right: calc(21.513vw - (100vw - 100%));
    padding-left: 21.513vw;
  }
}
@media screen and (min-width: 2000px) {
  .container.blog.main,
  .container.blog.extra-large,
  .container.blog.gray {
    padding-right: calc(25.627vw - (100vw - 100%));
    padding-left: 25.627vw;
  }
}
@media screen and (min-width: 2400px) {
  .container.blog.main,
  .container.blog.extra-large,
  .container.blog.gray {
    padding-right: calc(27.684vw - (100vw - 100%));
    padding-left: 27.684vw;
  }
}
@media screen and (min-width: 3200px) {
  .container.blog.main,
  .container.blog.extra-large,
  .container.blog.gray {
    padding-right: calc(35.912vw - (100vw - 100%));
    padding-left: 35.912vw;
  }
}
/* Link colors using CSS variables */
a {
  color: var(--link-brown);
  text-decoration: underline;
  text-decoration-thickness: 0.5px;
  text-underline-offset: 1px;
  font-weight: 400;
  transition: text-decoration-thickness 0.2s ease;
}

a:hover {
  color: var(--link-brown-hover);
  text-decoration-thickness: 1.5px;
}

/* Two-column title layout */
div.container.blog#first-content div.blog-title {
  display: block;
  max-width: 1200px;
  margin: 0 auto;
}

div.container.blog#first-content div.blog-title .blog-intro {
  display: grid !important;
  grid-template-columns: 1fr;
  gap: 1%;
  padding: 4.5rem 0 !important;
  align-items: start;
}

#first-content .title-column {
  padding-right: 2vw;
}

#first-content .abstract-column {
  padding-left: 2vw;
}

#first-content .abstract-column p.abstract:first-child {
  margin-top: 0;
  padding-top: 0;
}

/* Add subtle horizontal line when stacked vertically */
@media screen and (max-width: 768px) {
  #first-content .abstract-column::before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: rgba(0, 0, 0, 0.15);
    margin-bottom: 2.25rem;
  }
}
#first-content h1.title {
  font-size: 37px;
  line-height: 1.3;
  margin: 0rem 0 3.75rem 0;
  text-align: center;
}

#first-content p.author {
  line-height: 1.6;
  margin-bottom: 1.125rem;
  font-size: 20px;
  text-align: center;
}

#first-content .author-meta {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4vw;
}

#first-content .author-meta p.author {
  margin-bottom: 0;
}

#first-content p.abstract {
  line-height: 1.6;
  margin-bottom: 1.5rem;
}

#first-content .info {
  margin: 2.25rem auto;
}

#first-content .info > div {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: center;
}

/* Author list styling - using flexbox for wrapped spacing */
#first-content .author-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1vh 2vw;
  margin: 0 7vw 0 7vw;
}

#first-content .author-list .author-item {
  font-size: 20px;
  line-height: 1.4;
  font-family: "Figtree", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

#first-content .author-list .author-item a {
  font-weight: 300;
  font-size: inherit;
  text-decoration: underline;
  text-decoration-thickness: 0.5px;
  text-underline-offset: 1px;
  transition: text-decoration-thickness 0.2s ease;
}

#first-content .author-list .author-item a:hover {
  text-decoration-thickness: 1.5px;
}

#first-content .author-list .author-item sup {
  font-size: 0.55em;
  padding-left: 2px;
}

/* When layout stacks vertically */
@media screen and (max-width: 768px) {
  div.container.blog#first-content div.blog-title .blog-intro {
    grid-template-columns: 1fr !important;
    gap: 4vh !important;
  }
  #first-content .title-column,
  #first-content .abstract-column {
    padding-left: 0;
    padding-right: 0;
  }
  /* On mobile with stacked layout, full width */
  #first-content .author-table {
    max-width: 100%;
  }
}
/* Very small screens: reduce to 1 or 2 columns via CSS grid */
@media screen and (max-width: 500px) {
  #first-content .author-table {
    display: block;
  }
  #first-content .author-table tbody,
  #first-content .author-table tr {
    display: block;
  }
  #first-content .author-table td {
    display: inline-block;
    width: 48%;
    padding: 0.225rem 2% 0.225rem 0;
    white-space: normal;
  }
}
/* White background for all images */
.container.blog.main img,
.container.blog.gray img,
.container.blog.extra-large img {
  background-color: white;
}

/* Section divider - horizontal line with extra spacing */
/* Container holding the divider gets vertical padding */
.container.blog.main:has(hr.section-divider) {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

hr.section-divider {
  border: none;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  margin: 0;
  width: 100%;
}

/* Table styling following Clarity template */
.table-wrapper {
  width: 100%;
  overflow-x: auto;
  margin: 2.25rem 0;
}

.results-table {
  width: 100%;
  border-collapse: collapse;
  font-family: "Figtree", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}
.results-table thead {
  background-color: transparent;
}
.results-table thead th {
  padding: 10px 8px;
  text-align: center;
  font-weight: 600;
  border: 1px solid #ececec;
  font-size: 14px;
  vertical-align: middle;
}
.results-table thead th:first-child {
  text-align: left;
  border-left: none;
}
.results-table thead th:last-child {
  border-right: none;
}
.results-table thead tr:first-child th {
  font-size: 15px;
  padding: 12px 8px;
  border-top: none;
}
.results-table thead tr:last-child th {
  border-bottom: 1px solid #ececec;
}
.results-table tbody tr:first-child td {
  border-top: 1px solid #ececec;
}
.results-table tbody tr:last-child {
  border-bottom: none;
}
.results-table tbody tr.gradient-dark {
  background-color: #f8edd8;
}
.results-table tbody tr.gradient-medium {
  background-color: #fdf9f1;
}
.results-table tbody tr.gradient-light {
  background-color: #ffffff;
}
.results-table tbody tr.separator-row {
  background-color: transparent !important;
  height: 1px;
  border-bottom: 1.5px solid #c6c6c6;
}
.results-table tbody tr.separator-row td {
  padding: 0;
  border: none;
}
.results-table tbody tr td {
  padding: 8px 6px;
  text-align: center;
  border: 1px solid #ececec;
  font-size: 14px;
}
.results-table tbody tr td:first-child {
  text-align: left;
  font-weight: 500;
  border-left: none;
}
.results-table tbody tr td:last-child {
  border-right: none;
}
.results-table tbody tr td strong {
  font-weight: 700;
}
.results-table tbody tr td em {
  font-style: italic;
}
.results-table tbody tr.highlight-row td {
  font-weight: 800;
}
.results-table tbody tr.comparison-row td {
  font-size: 14px;
}
.results-table tbody tr.comparison-row td.improvement {
  color: #2d7d2d;
}
.results-table tbody tr:last-child td {
  border-bottom: none;
}
.results-table tbody tr:last-child td:first-child {
  border-bottom-left-radius: 12px;
}
.results-table tbody tr:last-child td:last-child {
  border-bottom-right-radius: 12px;
}
.results-table thead th em {
  font-style: italic;
  font-weight: 600;
}

/* Responsive table styling */
@media screen and (max-width: 769px) {
  .results-table {
    font-size: 13px;
  }
  .results-table thead th {
    padding: 8px 6px;
    font-size: 13px;
  }
  .results-table tbody td {
    padding: 8px 6px;
    font-size: 12px;
  }
}
div.container.blog p.text.highlight-box {
  background-color: #fdf4e9;
  border: 1px solid #e1b76e;
  border-radius: 16px;
  padding: 1em 2em;
  margin: 1.125rem auto;
}

span.inline-highlight {
  background-color: #fcf6f0;
  border: 1px solid #e3caac;
  border-radius: 16px;
  padding: 0.03em 0.4em;
  transition: background-color 0.2s, border-color 0.2s;
}
span.inline-highlight:hover, span.inline-highlight.region-hovered {
  background-color: #fef2df;
  border-color: #e5a945;
}

/* OOD Carousel Styling - Flickity */
.ood-carousel-container {
  width: 100%;
  max-width: 1200px;
  margin: 2.25rem auto;
}

.ood-flickity .carousel-cell {
  width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  padding: 0 50px;
}
.ood-flickity .carousel-cell img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.ood-flickity .flickity-button {
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px solid #e1b76e;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  top: 50%;
  transform: translateY(-50%);
}
.ood-flickity .flickity-button:hover {
  background-color: #fdf4e9;
  border-color: #d4a054;
}
.ood-flickity .flickity-button .flickity-button-icon {
  fill: #333;
}
.ood-flickity .flickity-prev-next-button.previous {
  left: 10px;
}
.ood-flickity .flickity-prev-next-button.next {
  right: 10px;
}

@media screen and (min-width: 769px) {
  .ood-carousel-container {
    width: 100%;
  }
}
@media screen and (min-width: 992px) {
  .ood-carousel-container {
    width: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .ood-carousel-container {
    width: 100%;
  }
}
@media screen and (min-width: 1600px) {
  .ood-carousel-container {
    width: 100%;
  }
}
@media screen and (min-width: 2000px) {
  .ood-carousel-container {
    width: 100%;
  }
}
@media screen and (min-width: 2400px) {
  .ood-carousel-container {
    width: 100%;
  }
}
/* Latency Carousel Styling - Flickity */
.latency-carousel-container {
  width: 100%;
  max-width: 1200px;
  margin: 2.25rem auto;
}

.latency-flickity .carousel-cell {
  width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  padding: 0 50px;
}
.latency-flickity .carousel-cell img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.latency-flickity .flickity-button {
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px solid #e1b76e;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  top: 50%;
  transform: translateY(-50%);
}
.latency-flickity .flickity-button:hover {
  background-color: #fdf4e9;
  border-color: #d4a054;
}
.latency-flickity .flickity-button .flickity-button-icon {
  fill: #333;
}
.latency-flickity .flickity-prev-next-button.previous {
  left: 10px;
}
.latency-flickity .flickity-prev-next-button.next {
  right: 10px;
}

@media screen and (min-width: 769px) {
  .latency-carousel-container {
    width: 100%;
  }
}
@media screen and (min-width: 992px) {
  .latency-carousel-container {
    width: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .latency-carousel-container {
    width: 100%;
  }
}
@media screen and (min-width: 1600px) {
  .latency-carousel-container {
    width: 100%;
  }
}
@media screen and (min-width: 2000px) {
  .latency-carousel-container {
    width: 100%;
  }
}
@media screen and (min-width: 2400px) {
  .latency-carousel-container {
    width: 100%;
  }
}
/* HLVid Carousel Styling - Flickity */
.hlvid-carousel-container {
  width: 100%;
  max-width: 1200px;
  margin: 2.25rem auto;
}

.hlvid-flickity .carousel-cell {
  width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  padding: 0 50px;
}
.hlvid-flickity .carousel-cell img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.hlvid-flickity .flickity-button {
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px solid #e1b76e;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  top: 50%;
  transform: translateY(-50%);
}
.hlvid-flickity .flickity-button:hover {
  background-color: #fdf4e9;
  border-color: #d4a054;
}
.hlvid-flickity .flickity-button .flickity-button-icon {
  fill: #333;
}
.hlvid-flickity .flickity-prev-next-button.previous {
  left: 10px;
}
.hlvid-flickity .flickity-prev-next-button.next {
  right: 10px;
}

@media screen and (min-width: 769px) {
  .hlvid-carousel-container {
    width: 100%;
  }
}
@media screen and (min-width: 992px) {
  .hlvid-carousel-container {
    width: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .hlvid-carousel-container {
    width: 100%;
  }
}
@media screen and (min-width: 1600px) {
  .hlvid-carousel-container {
    width: 100%;
  }
}
@media screen and (min-width: 2000px) {
  .hlvid-carousel-container {
    width: 100%;
  }
}
@media screen and (min-width: 2400px) {
  .hlvid-carousel-container {
    width: 100%;
  }
}
.figure-wrapper {
  position: relative;
  display: block;
}

.fig-dim-svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  pointer-events: none;
}
.fig-dim-svg .region-border {
  pointer-events: all;
  cursor: default;
  fill-opacity: 0 !important;
  stroke-opacity: 0;
}

a, button, input[type=button], input[type=submit] {
  cursor: pointer !important;
}

/* Panel lightbox — results-fig only */
#results-fig .region-border {
  cursor: pointer;
}

body.lightbox-open {
  overflow: hidden;
}

.panel-lightbox {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}
.panel-lightbox.active {
  opacity: 1;
  visibility: visible;
}

.panel-lightbox-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.65);
}

.panel-lightbox-content {
  position: relative;
  z-index: 1;
  max-width: 90vw;
  max-height: 85vh;
  background: #fff;
  border-radius: 12px;
  padding: 16px;
  padding-top: 40px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4);
}

.panel-lightbox-close {
  position: absolute;
  top: 8px;
  right: 8px;
  background: none;
  border: none;
  color: #999;
  font-size: 28px;
  line-height: 1;
  padding: 4px 8px;
  cursor: pointer;
  transition: color 0.15s ease;
}
.panel-lightbox-close:hover {
  color: #e1b76e;
}

.panel-lightbox-img {
  background-color: #fff;
  background-repeat: no-repeat;
  border-radius: 8px;
}

/*# sourceMappingURL=main_free.css.map */
