body {
    font-family: 'Assistant', sans-serif;
    padding: 0 14px;
    margin: 0;
    line-height: 1.4;
    font-size: 16px;
}

.conference {
    display: flex;
    justify-content: left;
    gap: 20px;
    margin: 0;
    flex-wrap: wrap;
    padding-bottom: 30px;
}


.note-tag {
    font-family: 'Brawler', serif;
    /* font-size: 2.5em; */
    color: #1c9265;
    font-weight: 900;
    padding-top: 40px;
}

.note {
    margin: 20px;
    display: flex;
    justify-content: center;
}

.website {
    margin-left: 5px;
}

.conf_logo {
    height: 30px;
}

h2 {
    color: #1A212B;
    font-family: 'PT Sans', sans-serif;
    font-weight: 700;
}

h2:after {
    display: block;
    content: "";
    width: 50px;
    height: 4px;
    background-color: #1D9265;
    margin: 5px 0;
}

h3 {
    /* font-family: 'Staatliches', cursive; */
    /* color: #358fe4; */
    color: #1D9265;
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
    letter-spacing: -0.02em;
}

a {
    color: rgb(69, 69, 69);
    text-decoration: none;
}

a.nametag {
    display: inline-block;
    padding: 4px 8px;
    transition: all .25s;
    border-radius: 4px;
    font-size: 14px;
}

a.nametag:hover {
    background-color: #086331;
    color: #ffffff;
}

span.nametag-no-link {
    display: inline-block;
    padding: 4px 8px;
    transition: all .25s;
    border-radius: 4px;
    font-size: 14px;
    color: rgb(69, 69, 69);
    cursor: default;
}

.pub {
    margin-bottom: 20px;
}

.pubtag {
    padding: 12px 24px;
    margin-bottom: 20px;
    box-shadow: 2px 4px 16px rgba(0, 0, 0, 0.08);
    background-color: #1D9265;
    color: white;
    border-radius: 25px;
    font-weight: 500;
}

.pubtag:hover {
    background-color: #15ab59;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 2px 6px 20px rgba(0, 0, 0, 0.15);
}

.project-header {
    font-family: 'Brawler', serif;
    font-size: 2.5em;
    color: #1c9265;
    font-weight: 900;
}

.project-name {
    font-family: 'Assistant', sans-serif;
    font-size: 1.6em;
}

.global-width {
    max-width: 960px;
}

.center-box {
    margin: 0 auto;
}

.content-box {
    padding: 30px 0;
}

.fig-box {
    display: flex;
    justify-content: center;
    margin: 30px 0;
}

.author-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.author {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: space-around;
    margin: 5px;
}

.author>.name {
    width: 120px;
    word-break: break-all;
    word-wrap: break-word;
    text-align: center;
    margin-top: 5px;
    font-size: 16px;
    /* margin-left: 10px;
    margin-right: 10px; */

}

.author>.affiliation {
    width: 120px;
    text-align: center;
    margin-top: 3px;
    font-size: 14px;
    color: #666;
}

.author>.fig, .author>a>.fig {
    width: 90px;
    padding-top: 90px;
    position: relative;
    background-size: cover;
    background-position: center;
    border-radius: 80px;
    display: block;
}

.institution-logos {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin: 0;
    flex-wrap: wrap;
    min-height: 40px;
}

.institution-logos .logo {
    height: 25px;
    max-width: 80px;
    object-fit: contain;
    filter: opacity(0.8);
    transition: filter 0.3s ease;
}

.institution-logos .logo:hover {
    filter: opacity(1);
}

.contact {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    justify-content: left;
    font-size: 12px;
}

.contact-title {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    background-color: rgb(135, 135, 135);
    border-radius: 4px;
    color:rgb(233, 233, 233);
    font-family: 'Outfit', sans-serif;
    font-weight: 500;
    align-items: center;
    margin-right: 4px;
}

.contact-content {
    display: flex;
    align-items: center;
    padding: 5px;
    color:rgb(123, 123, 123);
    padding-right: 50px;
    font-weight: 600;
    /* font-family: 'Outfit', sans-serif; */
}

.contact-content:hover {
    /* color:rgb(118, 55, 255); */
    color: #15ab59;
    font-weight: 600;
}
.contact-content:hover .contact-title{
    background-color: #15ab59;
}

.paper-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 25px;
    flex-wrap: wrap;
}

.video {
    background: #000;
    color: #e1e1e7;
    padding: 10px 0;
}

.youtube_placeholder {
    width: 100%;
    padding-top: 56.25%;
    position: relative;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.system-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
}

.grid-fig {
    width: 100%;
    padding-top: 110%;
    background: #e1e1e7;
    margin-bottom: 5px;
    background-size: cover;
    background-position: center;
}

.sys-title {
    font-size: 1.1em;
    font-weight: 500;
    margin-bottom: 15px;
}

.sys-title,
.sys-desc {
    text-align: center;
}

/* .publications {
    display: flex;
    flex-direction: column;
} */

.paper {
    margin-bottom: 30px;
}

.pub-title {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.label {
    background-color: rgb(60, 60, 204);
    color: white;
    padding: 3px;
    margin-right: 10px;
}

.paper-title {
    font-family: 'Secular One', sans-serif;
    color: rgb(60, 60, 204);
    /* margin-left: 10px; */
}

.fig-exp {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.figure {
    width: 90%;
    display: block;
    margin: 0 auto;
    text-align: center;
    margin-top: 20px;
}

.figure1 {
    width: 60%;
    display: block;
    margin-top: 20px;
    text-align: center;
    flex: 1;

}

.explanation {
    margin-bottom: 20px;
}


.authors {
    margin-top: 0px;
}

.button-list {
    margin-top: 0px;
}

.button {
    background-color: rgb(49, 49, 49);
    color: white;
    border-radius: 10px;
}

.button-disabled {
    background-color: rgb(184, 184, 184);
    color: black;
    border-radius: 10px;
}

.ack {
    text-align: center;
    padding: 0;
}


ul {
    padding: 0;
    list-style-type: none;
}

.carousel_container {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    overflow: hidden;
}

/* 
.carousel {
    display: flex;
    flex-direction: row;
} */

.carousel_items {
    position: relative;
    cursor: default !important;
}

.carousel_item {
    float: left;
    border: 0px solid #cc0000;
}

/* .item_arrows {
	position: absolute;
	top: 200px;
    width: 100%;
    height: 1px;
	z-index: 5000;
    border: 0px solid green;
} */

.item_arrow {
    color: #fff;
    position: absolute;
    text-align: center;
    font-size: 20px;
    padding: 20px;
    top: 50%;
    transform: translateY(-50%);
    float: left;
    background-color: #000;
    border-radius: 3px;
}

.nav_dot:hover,
.item_arrow:hover {
    cursor: pointer;
}

.item_arrow.item_next {
    z-index: 10000;
    right: 0;
    left: auto;
}

.item_arrow.item_prev {
    /* display: none; */
    z-index: 10000;
    left: 0px;
}

.fa {
    color: #fff;
    font-size: 3em;
    margin-left: 14px;
    margin-top: 10px;
}

.nav_dots {
    position: relative;
    bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    z-index: 50001;
    border: 1px solid #cc0000;
}

.nav_dot {
    width: 6px;
    height: 6px;
    float: left;
    border: 1px solid #fff;
    background-color: #fff;
    margin-left: 15px;
    border-radius: 50%;
}


.grab {
    cursor: -webkit-grab;
    cursor: -moz-grab;
}

.grabbing {
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
}

/* card  */
.card-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.card-container2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.card {
    width: 30%;
    min-height: 200px;
    margin-bottom: 20px;
    perspective: 1000px;
}

.front,
.back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    box-shadow: 2px 4px 16px rgba(0, 0, 0, 0.08);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: all .25s;
    cursor: pointer;
    border: 1px solid #f1f1f1;
}

.front:hover,
.back {
    box-shadow: 2px 4px 16px rgba(0, 0, 0, 0.16);
    border-color: #42526E;
}

.front:hover {
    color: #1A212B;
}


.front {
    background-color: #ffffff;
    border-radius: 20px;
    color: #42526E;
    transform: rotateY(0deg);
    margin: 0 auto;
    text-align: center;
}

.back {
    background-color: #fff;
    border-radius: 20px;
    color: #333;
    transform: rotateY(180deg);
    margin: 0 auto;
    text-align: center;
}

.front-with {
    background-color: #96a0d2;
    border-radius: 5px;
    padding: 3px;
    padding-left: 10px;
    padding-right: 10px;
}

.front-against {
    background-color: #d78eaf;
    border-radius: 5px;
    padding: 3px;
    padding-left: 10px;
    padding-right: 10px;
}

.front-with-text,
.front-against-text {
    color: white;
    font-size: 12px;
}


.front-text {
    text-align: center;
    margin: 20px;
    /* font-weight: 500; */
}

.back-text {
    font-family: 'Outfit', sans-serif;

    /* font-family: 'Playfair Display', serif; */
    text-align: center;
    /* font-style: italic; */
    margin: 10px;
}

.back-quote {
    font-size: 12px;
}

.card.flip .front {
    transform: rotateY(180deg);
}

.card.flip .back {
    transform: rotateY(0deg);
}

.content-interface {
    margin-top: 20px;
}

.bloom-intent-text {
    font-family: 'Brawler', serif;
    color: #1c9265;
    font-weight: 900;
}


.proxona-text {
    font-family: 'Brawler', serif;
    color: #1c2292;
    font-weight: 900;
}

.text-emph {
    font-family: 'Brawler', serif;
    color: #000000;
    font-weight: 700;  
}

/* Style the button that is used to open and close the collapsible content */
.collapsible {
    background-color: #ffffff;
    color: #444;
    cursor: pointer;
    /* padding: 18px; */
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
  }
  
  /* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .collapsible:hover {
    background-color: #fffac5;
  }
  
  /* Style the collapsible content. Note: hidden by default */
.content {
    padding: 0 18px;
    display: none;
    overflow: hidden;
    margin: 10px;
    /* background-color: #f1f1f1; */
  }

.ack {
    font-size: 12px;
    color: grey;
}

pre {
    display: block;
    font-size: 14px;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 8px 12px;
    overflow-x: auto;
}

/* .summary-box {
    background: #f7f7f7;
    padding: 1rem;
    margin-top: 1rem;
    border-left: 4px solid #999;
    font-size: 0.9rem;
    line-height: 1.6;
  }
   */
  
  .step-title {
    color: #1D9265;
    font-weight: bold;
    margin-right: 0.5rem;
  }
  
  .fig-exp {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 2rem;
    margin-top: 1rem;
    flex-wrap: wrap;
    width: 100%;
  }
  
  .step-block {
    margin-bottom: 4rem;
  }
  
  .step-image img.figure1 {
    width: 460px;
    max-width: 100%;
    border-radius: 8px;
  }
  
  .explanation {
    flex: 1;
    min-width: 280px;
    font-size: 1rem;
    line-height: 1.6;
    text-align: left;
  }
  
  .summary-box {
    background: #f8f8f8;
    padding: 0.8rem 1rem;
    margin-top: 1rem;
    border-left: 4px solid #aaa;
    font-size: 0.92rem;
    line-height: 1.5;
  }

  .pipeline-steps {
    display: flex;
    flex-direction: column;
    gap: 3rem;
    padding-top: 2rem;
  }

  .pipeline-step {
    margin-bottom: 0;
  }

  .pipeline-step:nth-child(2) {
    margin-top: 1rem;
  }

  .pipeline-step:nth-child(3) {
    margin-top: 8rem;
  }

  .pipeline-step:nth-child(4) {
    margin-top: 2rem;
  }

  .pipeline-step:nth-child(5) {
    margin-top: 4.5rem;
  }

  .pipeline-step h4 {
    color: #1D9265;
    font-family: 'PT Sans', sans-serif;
    font-weight: 700;
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
    margin-top: 0;
  }

  .pipeline-step p {
    margin: 0;
    line-height: 1.6;
    color: #454545;
  }