/* CSS Document */
@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,500;1,400;1,500&display=swap');


body {
	font-family: Google Sans, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
	font-size: 18px;
	font-weight: 400;
	color: #000;
	background-color: #fff;
	line-height: 1.5em;
}

p a, table.affiliations a, table.menu a {
	border-bottom: solid 1px #ddd;
	color: inherit;
	text-decoration: none;
}

.isDisabled {
    color: currentColor;
    cursor: not-allowed;
    opacity: 0.5;
    text-decoration: none;
  }

table.menu {
	font-size: 13pt;
	font-weight: 500;
}

strong, b {
    font-weight: 500;
}

p.author {
    font-size: 15pt;
    text-align: center;
    margin: 0 0 0 0;
    padding: 0 3em 0 3em;
}

.author {
	margin: 0pt 10pt;
}

sup {
    font-size: 0.7em;
    position: relative;
    top: 0em;
    vertical-align: super;
    font-size: smaller;
}


.container {
	width: 100%;
	min-height: 1200px;
	max-height: 999999px; /* prevents font boosting */
	margin: 0 auto; /* top and bottom, right and left */
	/*	border: 1px solid #000; */
	text-align: left; /* top, right, bottom, left */
	color: #000;
	background: #fff;
	padding-top: 5px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
}

.venue {
	font-size: 120%;
	font-weight: bold;
	display: block;
	text-align: center;
	margin-top: 8px;
	margin-bottom: 8px;
}

.title {
	font-family: Google Sans, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
	font-size: 200%;
	font-weight: 500;
	display: block;
	text-align: center;
	margin-top: 14px; /* h1 default */
	margin-bottom: 0px;
	padding-top: 40px;
	padding-bottom: 5px;
	line-height: 1.5em;
}

table.affiliations {
    margin-left: auto;
    margin-right: auto;
    margin-top: .5em;
    margin-bottom: .5em;
    width: 1040px;
    max-width: 80%;
}

table.affiliations td {
    padding-top: .5em;
    /*width: 10%;*/
    font-size: 12pt;
}

table#video {
	margin-top: 50px;
	margin-bottom: 50px;
}

.caption {
	font-style: italic;
	font-size: 100%;
}

.label {
	line-height: 1.2;
	text-align: center;
}

.highlight {
	color: blue;
}

.section{
	font-size: 140%;
	font-weight: 500;
}

.bibtex {
	font-family: Google Sans, Courier, monospace;
	white-space: pre;
}

.date {
	font-size: 80%;
}

table.data td {
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 5px;
	vertical-align: top;
}

code {
  font-family: Consolas,"courier new";
  color: crimson;
  background-color: #f1f1f1;
  padding: 2px;
  font-size: 105%;
}

.carousel-control-prev {
 margin-left: -50px;
 height: 300px;
 }
 .carousel-control-next {
 margin-right: -50px;
 height: 300px;
 }
 .carousel-item {
 /* height: 234px; */
 overflow: hidden;
 /* width: 100%; */
 text-align: center;
 }
 .carousel-item img {
 /* width: 100%; */
 }
 .carousel-inner .item img {
 margin:auto;
 }
 .carousel-control-next,.carousel-control-prev{
 opacity:1
 }
 .carousel-control-next:focus,.carousel-control-next:hover,.carousel-control-prev:focus,.carousel-control-prev:hover{
 opacity:1
 }
 .slider-navigation-next,.slider-navigation-previous{
 display:flex;
 justify-content:center;
 align-items:center;
 position:absolute;
 width:42px;
 height:42px;
 background:gray center center no-repeat;
 background-size:20px 20px;
 border:1px solid #fff;
 border-radius:25091983px;
 box-shadow:0 2px 5px #3232321a;
 top:50%;
 margin-top:-20px;
 left:0;
 cursor:pointer;
 transition:transform .3s,opacity .3s,-webkit-transform .3s
 }
 .slider-navigation-next svg,.slider-navigation-previous svg{
 width:25%;
 background:gray
 }
 .slider-navigation-next{
 left:auto;
 right:0;
 background:gray center center no-repeat;
 background-size:20px 20px
 }

 .teaser-carousel {
    width: 670px;
    margin: auto;
    height: 400px;
 }

 .caption {
    font-family: Chalkduster;
    color: gray;
	width: auto;
	display: inline-block;
	padding: 11px 15px 11px 15px;
	border-radius: 10px;
 }

 .caption:hover {
    cursor: pointer;
    color: black;
 }

 .caption-active {
    color: black;
	background-color: #F2E34C;
 }

 #videoCarousel{
     margin-top:5px;
 }


.teaser-img {
    width: 300px !important;
}

.hr-twill-colorful {
    border: 0;
    padding: 3px;
    background: linear-gradient(135deg, red, orange,green, blue, purple);
    --mask-image: repeating-linear-gradient(135deg, #000 0px, #000 1px, transparent 1px, transparent 6px);
    -webkit-mask-image: var(--mask-image);
    mask-image: var(--mask-image);
}


.gradient-text{
  display: inline-block;
  background: linear-gradient(60deg, #1d4ed8 0%, #38bdf8 50%, #f59e0b 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-shadow:
    0 0 6px rgba(255,255,255,.05),
    0 0 14px rgba(255,255,255,.01);
}


/* =========================
   AuditDM page (full CSS)
   ========================= */

.auditdm-page{
  --w: 1160px;
  --pad: clamp(16px, 2.2vw, 26px);
  --r: 18px;
  --b: rgba(0,0,0,.10);
  --shadow: 0 14px 34px rgba(0,0,0,.07);

  width: min(var(--w), calc(100% - 2rem));
  margin: 0 auto;
  padding: clamp(24px, 3.5vw, 48px) 0;

  background:
    radial-gradient(900px 360px at 15% 0%, rgba(0,0,0,.04), transparent 55%),
    radial-gradient(700px 320px at 85% 10%, rgba(0,0,0,.03), transparent 60%);
  border-radius: 24px;
}

/* HERO */
.hero{
  padding: var(--pad);
}

.hero__title{
  margin: 0;
  font-size: clamp(20px, 2.2vw, 30px);
  line-height: 1.15;
  letter-spacing: -0.02em;
}

.hero__sub{
  margin: 10px 0 0;
  font-size: clamp(16px, 1.15vw, 18px);
  line-height: 1.55;
  opacity: .86;
  max-width: 72ch;
}

/* QUESTION GRID */
.qgrid{
  margin-top: clamp(16px, 2.4vw, 24px);
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

@media (min-width: 820px){
  .qgrid{
    grid-template-columns: 1fr 1fr;
    gap: 14px;
  }
}

.qcard{
  position: relative;
  display: flex;
  align-items: center;
  padding: 14px 48px 14px 16px;
  border: 1px solid var(--b);
  border-radius: 16px;
  text-decoration: none;
  color: inherit;
  background: rgba(255,255,255,.85);
  box-shadow: 0 10px 26px rgba(0,0,0,.05);
  transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease;
}

.qcard:hover{
  transform: translateY(-2px);
  box-shadow: var(--shadow);
  border-color: rgba(0,0,0,.16);
}

.qcard__text{
  font-size: clamp(15px, 1.25vw, 18px);
  line-height: 1.25;
  letter-spacing: -0.01em;
  font-weight: 600;
}

/* tiny robot icon */
.qcard::after{
  content: "";
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  opacity: .26;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M11 2h2v2h-2V2zm-3 3h8a3 3 0 0 1 3 3v7a4 4 0 0 1-4 4H9a4 4 0 0 1-4-4V8a3 3 0 0 1 3-3zm-1 6h2v2H7v-2zm8 0h2v2h-2v-2zm-7 6h8v-2H8v2z'/%3E%3C/svg%3E");
}

/* DIVIDER */
.divider{
  height: 1px;
  margin: 10px var(--pad);
  background: linear-gradient(90deg, transparent, rgba(0,0,0,.12), transparent);
}

/* PROPOSAL */
.proposal{
  padding: var(--pad);
}

.proposal__title{
  margin: 0;
  font-size: clamp(20px, 2.5vw, 30px);
  line-height: 1.12;
  letter-spacing: -0.02em;
}

.chip{
  display: inline-block;
  background: linear-gradient(60deg, #1d4ed8 0%, #38bdf8 50%, #f59e0b 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;

  text-shadow:
    0 0 6px rgba(255,255,255,.05),
    0 0 14px rgba(255,255,255,.01);
}


.chip_section{
  font-size: 140%;
  font-weight: 500;
  display: inline-block;
  background: linear-gradient(60deg, #1d4ed8 0%, #38bdf8 50%, #f59e0b 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;

  text-shadow:
    0 0 6px rgba(255,255,255,.05),
    0 0 14px rgba(255,255,255,.01);
}



.proposal__sub{
  margin: 10px 0 0;
  font-size: clamp(16px, 1.15vw, 18px);
  line-height: 1.55;
  opacity: .86;
  max-width: 72ch;
}

/* FEATURE GRID */
.fgrid{
  margin-top: clamp(16px, 2.4vw, 24px);
  display: grid;
  gap: 12px;
  grid-template-columns: 1fr;
}

@media (min-width: 820px){
  .fgrid{
    grid-template-columns: 1fr 1fr;
    gap: 14px;
  }
}

.fcard{
  position: relative;
  padding: 16px 16px 16px 52px;
  border: 1px solid var(--b);
  border-radius: 18px;
  background: rgba(255,255,255,.85);
  box-shadow: 0 10px 26px rgba(0,0,0,.05);
}

.fcard--figure-full .fcard__imgBtn{
  margin-left: -36px;
  margin-top: 16px;
  width: calc(100% + 36px);

  /* clip the image edges */
  border-radius: 16px;
  overflow: hidden;

  /* prevent button borders/focus rings */
  border: 0;
  padding: 0;
  background: transparent;
  outline: none;
  box-shadow: none;
}

.fcard--figure-full .fcard__imgBtn2{
  margin-left: -36px;
  margin-top: 56px;
  width: calc(100% + 36px);

  /* clip the image edges */
  border-radius: 16px;
  overflow: hidden;

  /* prevent button borders/focus rings */
  border: 0;
  padding: 0;
  background: transparent;
  outline: none;
  box-shadow: none;
}

.fcard--figure-full .fcard__imgBtn:focus,
.fcard--figure-full .fcard__imgBtn:focus-visible{
  outline: none;
  box-shadow: none;
}

.fcard--figure-full .fcard__figure{
  width: 100%;
  height: auto;
  display: block;
  border: 0;
  box-shadow: none;

  /* crop away the black frame in the image */
  transform: scale(1.02);
  transform-origin: center;
}

.fcard:hover{
  transform: translateY(-2px);
  box-shadow: var(--shadow);
  border-color: rgba(0,0,0,.16);
}

.fcard--strong{
  border-color: rgba(0,0,0,.16);
}

.fcard__badge{
  position: absolute;
  left: 16px;
  top: 16px;
  width: 26px;
  height: 26px;
  border-radius: 9px;
  display: grid;
  place-items: center;
  font-weight: 800;
  font-size: 13px;
  background: rgba(0,0,0,.07);
}

.fcard__text{
  margin: 0;
  font-size: clamp(16px, 1.25vw, 18px);
  line-height: 1.35;
  letter-spacing: -0.01em;
}

.fcard__content{
  display: grid;
  gap: 12px;
}

.fcard__figure{
  width: 100%;
  height: auto;
  display: block;
  border-radius: 14px;
  border: 1px solid rgba(0,0,0,.10);
  box-shadow: 0 10px 26px rgba(0,0,0,.05);
}

/* ACCESSIBILITY */
@media (prefers-reduced-motion: reduce){
  .qcard{ transition: none; }
  .qcard:hover{ transform: none; }
}

.two-images{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  align-items: start;
}

.two-images__figure{
  margin: 0;
  text-align: center;
}

.two-images__figure img{
  width: auto;
  height: 100%;
  display: block;
  border-radius: 12px;
}

.two-images.same-height{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  align-items: start;
}

.imgbox{
  height: 480px;            /* set the shared height here */
  display: flex;
  align-items: center;
  justify-content: center;
}

.imgbox img{
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: 100%;
  object-fit: contain;      /* no cropping */
  display: block;
}

@media (max-width: 768px){
  .two-images.same-height{ grid-template-columns: 1fr; }
  .imgbox{ height: 260px; } /* smaller on mobile */
}

.two-images__cap{
  margin-top: 8px;
  font-size: 18px;
  line-height: 1.35;
  opacity: 0.75;
}

@media (max-width: 768px){
  .two-images{ grid-template-columns: 1fr; }
}


