.notebook-container {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 16px;
}

body {
  padding-top: 70px !important;
  font-family: Arial, sans-serif;
}

body.jp-Notebook {
  padding-top: 0 !important;
}

main {
  padding: 2rem;
  margin: auto;
  max-width: 900px;
}

h1 {
  color: #198754;
  font-weight: bold !important;
  letter-spacing: 1px;
  text-decoration: underline;
  text-shadow: 1px 2px 8px rgba(25, 135, 84, 0.08);
}

h2 {
  color: #198754;
}

h3,
h4 {
  font-weight: bold;
  color: #212529;
}

p {
  line-height: 1.6;
  color: #212529;
  font-size: 1.1em;
}

ol,
ul {
  font-family: "Arial", sans-serif;
  font-size: 1.1em;
}

.caption {
  text-align: center;
  font-size: 1em;
  color: #555;
  margin: 0.5em auto 1.5em auto;
  max-width: 700px;
  font-style: italic;
}

.output_html .caption {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  text-align: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
  width: 100%;
}

.footnote {
  font-size: 0.85em;
  color: #666;
  line-height: 1.4;
  margin-top: 1em;
  margin-bottom: 0;
}

.spacer {
  height: 32px;
  width: 100%;
}

header img {
  width: 100%;
  height: auto;
  display: block;
  text-align: center;
  max-width: 900px;
}

header img,
.project-banner {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.img-soft-border {
  border: 2px solid #ddd;
  border-radius: 16px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  display: block;
  margin: auto;
  max-width: 900px;
  width: 100%;
}

.project-banner {
  background: linear-gradient(90deg, #198754 50%, rgba(21, 115, 71, 0.35) 100%);
  background-size: cover;
  color: #fff;
  border-radius: 6px;
  padding: 32px 0 24px 0;
  margin: 0 auto 24px auto;
  width: 100%;
  text-align: center;
  font-family: inherit;
  backdrop-filter: blur(20px);
  box-shadow: 0 8px 32px rgba(25, 135, 84, 0.18);
  border-bottom: 6px solid #e9c46a;
  border-left: 8px solid #e63946;
  position: relative;
  overflow: hidden;
}
.project-banner .project-banner-main {
  font-size: 2.1em;
  font-weight: 800;
  letter-spacing: 2px;
  text-shadow: 1px 2px 8px rgba(25, 135, 84, 0.08);
  display: flex;
  justify-content: center;
  gap: 0.5em;
}
.project-banner .red-light {
  color: #e63946;
  font-weight: 900;
  text-shadow: 0 2px 8px #e63946, 0 0 8px #fff;
}
.project-banner .green-light {
  color: #43ea5a;
  font-weight: 900;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.18), 0 0 2px #000;
}
.project-banner .project-banner-sub {
  display: block;
  font-size: 1.2em;
  font-weight: 600;
  color: #f7f7f7;
  font-style: italic;
  margin-top: 0.5em;
}

.project-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.35);
  z-index: 1;
}

.project-banner > * {
  position: relative;
  z-index: 2;
}

@media (max-width: 750px) {
  .project-banner {
    width: 100%;
    padding: 24px 0 18px 0;
  }
  .project-banner .project-banner-main {
    flex-direction: column;
    gap: 0;
  }
}
#title {
  background-color: #198754;
  color: #ffffff;
  border: 2px solid #1d5d5c;
  padding: 10px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  margin: 0 auto;
  transition: color 0.3s ease;
  background: linear-gradient(90deg, #198754 50%, #157347 100%);
  font-size: 2em;
  font-weight: bold;
}
#title:hover {
  color: #e9c46a;
}
#title h3 {
  font-size: 1.2em;
  margin-bottom: 10px;
  font-weight: bold;
}
#title h3:hover {
  color: #e9c46a;
  transition: color 0.3s ease;
}
#title .subtitle {
  display: block;
  font-size: 0.9em;
  font-weight: 400;
  margin-top: 0.2em;
  color: #f7f7f7;
  letter-spacing: 0.5px;
}

@media (max-width: 600px) {
  .hide-mobile {
    display: none;
  }
  #title {
    width: 85%;
    font-size: 1.6em;
    padding: 8px;
  }
}
.output_png,
.output_svg,
.output_jpeg,
.output_image,
.jp-RenderedImage img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.output_html {
  display: flex;
  justify-content: center;
}

.jp-MarkdownCell, .misclass-detail, .misclass-summary, .classification {
  background: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  padding: 24px;
  margin: 24px auto 24px auto;
  width: 95%;
  max-width: 900px;
}

.jp-CodeCell:not(:has(.jp-InputArea, .jp-OutputArea)) {
  margin: 0 !important;
  padding: 0 !important;
  min-height: 0 !important;
}

.jp-InputPrompt,
.prompt,
.input_prompt {
  display: none !important;
}

.jp-CodeCell .jp-InputArea,
.cell.code_cell .input_area {
  margin-left: 0 !important;
  padding-left: 0 !important;
}

table,
.dataframe {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
}

.scroll-table {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.dataframe {
  width: 100%;
  border-collapse: collapse;
  table-layout: auto;
}

.dataframe.wide {
  min-width: 700px;
}

.dataframe th,
.dataframe td {
  white-space: normal;
  text-align: center;
  max-width: 180px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.dataframe tbody {
  display: block;
  max-height: 400px;
  overflow-y: auto;
}
.dataframe thead,
.dataframe tbody tr {
  display: table;
  width: 100%;
  table-layout: fixed;
}

table caption {
  caption-side: top !important;
  text-align: center;
  font-weight: bold;
  font-size: 1.1em;
  padding-bottom: 0.5em;
}

.classification {
  text-align: center;
  font-size: 1.4em;
  font-weight: bold;
  color: #212529;
  padding: 0 !important;
}

.misclass-summary {
  text-align: left;
  font-size: 1.1em;
  font-weight: bold;
  color: #212529;
  margin: 0 auto !important;
  padding: 0 32px !important;
  width: 95%;
  max-width: 900px;
}

.misclass-detail {
  text-align: left;
  font-size: 1em;
  color: #212529;
  margin: 0 auto !important;
  padding: 0 24px !important;
  font-weight: normal;
}

.image-blurb {
  font-family: Arial, sans-serif;
  text-align: center;
  font-size: 1.1rem;
  max-width: 800px;
  margin: 0.5rem auto 2rem;
}

.atlas {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  gap: 1rem;
}

.card {
  background: white;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 0.5rem;
  text-align: center;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}

.card strong {
  display: block;
  font-size: 0.9rem;
  color: #555;
  margin-bottom: 0.25rem;
}

.card span {
  font-size: 0.85rem;
}

.sign-gallery {
  display: flex;
  justify-content: center;
  margin: 2rem 0;
}

.sign-gallery img {
  max-width: 100%;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.collapse {
  display: none;
  transition: height 0.3s ease;
}
.collapse.show {
  display: block;
}

.custom-navbar {
  background: #ffffff;
  border-bottom: 1px solid #dee2e6;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  font-family: "Open Sans", Arial, sans-serif;
}
.custom-navbar .nav-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0.5rem 1rem;
}
.custom-navbar .nav-links {
  display: flex;
  gap: 1rem;
}
.custom-navbar .nav-links a {
  text-decoration: none;
  color: #198754;
  font-weight: bold;
  padding: 0.5rem 1rem;
}
.custom-navbar .nav-links.show {
  display: flex;
}
.custom-navbar .nav-toggle {
  display: none;
  font-size: 2rem;
  background: none;
  border: none;
  cursor: pointer;
}
@media (max-width: 900px) {
  .custom-navbar .nav-links {
    display: none;
    flex-direction: column;
    background: #ffffff;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    border-bottom: 1px solid #dee2e6;
  }
  .custom-navbar .nav-toggle {
    display: block;
  }
}

/*!
Courtesty of:
 * Start Bootstrap - Clean Blog v6.0.9 (https://startbootstrap.com/theme/clean-blog)
 * Copyright 2013-2023 Start Bootstrap
 * Licensed under MIT (https://github.com/StartBootstrap/startbootstrap-clean-blog/blob/master/LICENSE)
 */
#mainNav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1030;
  border-bottom: 1px solid #dee2e6;
  background-color: #ffffff;
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
#mainNav .navbar-brand {
  font-weight: 800;
  color: #212529;
}
#mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
  color: #198754;
}
#mainNav .navbar-toggler {
  font-size: 0.75rem;
  font-weight: 800;
  padding: 0.75rem;
  text-transform: uppercase;
}
#mainNav .navbar-nav {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
#mainNav .navbar-nav > li.nav-item > a.nav-link {
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.0625em;
  text-transform: uppercase;
  color: #198754;
}
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus, #mainNav .navbar-nav > li.nav-item > a.nav-link:hover {
  color: #198754;
}
@media (min-width: 992px) {
  #mainNav {
    border-bottom: 1px solid transparent;
    background: transparent;
    transition: background-color 0.2s;
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  #mainNav .navbar-brand {
    color: #212529;
  }
  #mainNav .navbar-nav > li.nav-item > a.nav-link {
    color: #212529;
  }
  #mainNav .navbar-nav > li.nav-item > a.nav-link:focus, #mainNav .navbar-nav > li.nav-item > a.nav-link:hover {
    color: #198754;
  }
  #mainNav.is-fixed {
    top: -83px;
    transition: transform 0.2s;
    border-bottom: 1px solid #ffffff;
    background-color: rgba(255, 255, 255, 0.9);
  }
  #mainNav.is-fixed .navbar-brand {
    color: #212529;
  }
  #mainNav.is-fixed .navbar-brand:focus, #mainNav.is-fixed .navbar-brand:hover {
    transition: color 0.3s ease;
    color: #198754;
  }
  #mainNav.is-fixed .navbar-nav > li.nav-item > a {
    color: #212529;
  }
  #mainNav.is-fixed .navbar-nav > li.nav-item > a:focus, #mainNav.is-fixed .navbar-nav > li.nav-item > a:hover {
    transition: color 0.3s ease;
    color: #198754;
  }
  #mainNav.is-visible {
    transform: translate3d(0, 100%, 0);
  }
}

.site-footer {
  margin-top: 2em;
  padding: 1em 0;
  background: #f8f9fa;
  border-top: 0px solid #e5e5e5;
  text-align: center;
  font-size: 1em;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 1.5em;
}

.site-footer .footer-owner {
  color: #888;
  font-weight: normal;
  font-size: 1em;
  letter-spacing: 0.01em;
}

.site-footer .footer-author {
  font-weight: 500;
  color: #888;
  margin-left: 0.2em;
}

.site-footer .footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2em;
  align-items: center;
  justify-content: center;
}

.site-footer .footer-icon {
  margin-right: 0.3em;
  vertical-align: middle;
}

.site-footer .portfolio-link {
  color: #333 !important;
  text-decoration: none;
  transition: color 0.2s;
}

.site-footer .linkedin-link {
  color: #0077b5;
  text-decoration: none;
  transition: color 0.2s;
}

.site-footer .github-link {
  color: #333 !important;
  text-decoration: none;
  transition: color 0.2s;
}

.site-footer .footer-links a:hover,
.site-footer .footer-links a:focus {
  color: #0085a1 !important;
  text-decoration: underline;
}

@media (max-width: 600px) {
  .site-footer {
    flex-direction: column;
    gap: 0.8em;
    font-size: 0.97em;
    padding: 1.5em 0.5em;
  }
  .site-footer .footer-links {
    flex-direction: column;
    gap: 0.5em;
  }
}

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