.modern {
  font-family: "SpaceMono", "Lucida Sans Unicode", "Lucida Sans", Arial, sans-serif;
  min-height: 100dvh;
  width: 100dvw;
  height: 100dvh;
  overflow: hidden;
  background: rgb(0, 0, 0);
  background: radial-gradient(circle at left top, #040615 0%, #040615 75%, #203e76 100%);
  color: #fff;
}
.modern a {
  color: #fff;
}
.modern a:visited {
  color: #fff;
}
.modern .page-tab {
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0 0 0 0;
  align-items: flex-start;
  transition: all 0.2s ease-in-out, display 0s allow-discrete;
  transition-duration: 0.75s;
  transform: translateX(calc(-100% + 42px));
  pointer-events: none;
  filter: drop-shadow(0px 0px 10px #203e76);
  width: 100dvw;
  z-index: 2;
}
.modern .page-tab .page-edge {
  border: 2px solid #203e76;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-left: 2px solid transparent;
  padding: 10px;
  position: relative;
  margin: 5px 0;
  z-index: 1;
  background: rgba(102, 67, 204, 0.25);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  pointer-events: all;
  min-height: 200px;
  cursor: pointer;
}
.modern .page-tab .page-edge .edge-cluster {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
}
.modern .page-tab .page-edge .edge-cluster svg path {
  fill: #fff;
}
.modern .page-tab .page-edge .edge-cluster span {
  writing-mode: vertical-lr;
  transform: translateY(5px);
}
.modern .page-tab .page-content {
  position: relative;
  background-color: #000;
  z-index: 0;
  flex-grow: 1;
  height: 100svh;
  background: rgba(102, 67, 204, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.18);
  padding: 30px 30px 30px 72px;
  border-left: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  overflow: hidden;
}
.modern .page-tab .page-content .page-wrapper {
  padding: 0;
  opacity: 0;
  border-radius: 40px;
  background: #1e293b;
  border: 1px solid rgba(255, 255, 255, 0.18);
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 30px;
  transition: all 0.2s ease-in-out, display 0s allow-discrete;
  max-height: calc(100% - 60px);
  max-width: calc(100% - 60px);
}
.modern .page-tab .page-content .page-wrapper .seperator {
  height: 90%;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.18);
}
.modern .page-tab .page-content .page-wrapper .seperator.horizontal {
  width: 90%;
  height: 1px;
  margin: 0 5%;
}
.modern .page-tab .page-content .page-wrapper .links-menu ul {
  margin-top: 40px;
}
.modern .page-tab .page-content .page-wrapper .links-menu ul li:not(:last-of-type) {
  margin-bottom: 20px;
}
.modern .page-tab .page-content .page-wrapper .slider-display {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
}
.modern .page-tab .page-content .page-wrapper .slider-display .project-list {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.modern .page-tab .page-content .page-wrapper .slider-display .project-list li {
  cursor: pointer;
}
.modern .page-tab .page-content .page-wrapper .slider-display h1 {
  flex-basis: 100%;
}
.modern .page-tab .page-content .page-wrapper .slider-display .slider-section {
  flex-basis: calc(70% - 40px);
  max-width: calc(70% - 40px);
  padding-bottom: 30px;
  margin: 0 auto;
}
.modern .page-tab .page-content .page-wrapper .slider-display .slider-section .project {
  display: none;
  position: relative;
}
.modern .page-tab .page-content .page-wrapper .slider-display .slider-section .project .folio-list .folio-slide {
  max-width: 100%;
}
.modern .page-tab .page-content .page-wrapper .slider-display .slider-section .project .folio-list .folio-slide figure {
  max-width: 100%;
  aspect-ratio: 16/9;
}
.modern .page-tab .page-content .page-wrapper .slider-display .slider-section .project .folio-list .folio-slide figure img {
  object-fit: contain;
  width: 100%;
  max-height: 100%;
  margin-bottom: 20px;
}
.modern .page-tab .page-content .page-wrapper .slider-display .slider-section .project .folio-list .folio-slide figure figcaption {
  text-align: center;
}
.modern .page-tab .page-content .page-wrapper .slider-display .slider-section .project .splide__arrows {
  position: absolute;
  width: 100%;
  bottom: -15px;
}
.modern .page-tab .page-content .page-wrapper .slider-display .slider-section .project .splide__pagination {
  position: absolute;
  bottom: -25px;
}
.modern .page-tab .page-content .page-wrapper .slider-display .slider-section .project.active {
  display: block;
}
.modern .page-tab .page-content .flyout {
  position: absolute;
  opacity: 0;
  z-index: -1;
  width: 20vw;
  max-width: 400px;
  min-width: 200px;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  transition: all 0.2s ease-in-out, display 0s allow-discrete;
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
  background: rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-right: none;
  padding: 40px;
  pointer-events: none;
}
.modern .page-tab .page-content .flyout .flyout-details {
  position: absolute;
  transition: all 0.2s ease-in-out, display 0s allow-discrete;
  opacity: 0;
  pointer-events: none;
  flex-direction: column;
  gap: 20px;
  display: none;
}
.modern .page-tab .page-content .flyout .flyout-details.active {
  display: flex;
  position: relative;
  opacity: 1;
  pointer-events: all;
}
.modern .page-tab .page-content .flyout.open {
  opacity: 1;
}
.modern .page-tab.open {
  transform: translateX(-5px);
  pointer-events: all;
  z-index: 1;
}
.modern .page-tab.open:before {
  pointer-events: none;
}
.modern .page-tab.open .page-content .page-wrapper {
  opacity: 1;
  padding: 40px;
}
.modern .page-tab:first-of-type .page-edge {
  margin-top: 0;
}
.modern .page-tab:last-of-type .page-edge {
  margin-bottom: 0;
}
.modern .backdrop {
  height: 100dvh;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out, display 0s allow-discrete;
}
.modern .backdrop h1 {
  max-width: 80dvw;
  padding: 40px;
  border-radius: 40px;
  border: 1px solid rgba(255, 255, 255, 0.18);
}
.modern:has(.page-tab.open) .backdrop {
  filter: blur(40px);
}
.modern .mobile-navs {
  display: none;
  position: fixed;
  flex-wrap: wrap;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99999;
}
.modern .mobile-navs .mobile-tab {
  border: 2px solid #203e76;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  border-bottom: 2px solid transparent;
  padding: 10px;
  position: relative;
  margin: 5px 0;
  z-index: 1;
  background: rgba(102, 67, 204, 0.25);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  pointer-events: all;
  cursor: pointer;
  flex-grow: 1;
  max-width: 200px;
}
@media (max-width: 1024px) {
  .modern .mobile-navs {
    display: flex;
  }
  .modern .backdrop h1 {
    max-width: 80dvw;
  }
  .modern .page-tab {
    flex-direction: column-reverse;
    transform: translateY(100%);
  }
  .modern .page-tab .page-edge {
    display: none;
  }
  .modern .page-tab .page-edge .edge-cluster {
    flex-direction: row;
  }
  .modern .page-tab .page-edge .edge-cluster span {
    writing-mode: lr;
    transform: none;
  }
  .modern .page-tab .page-content {
    padding: 5px 5px 57px 5px;
    max-width: 100%;
    width: 100%;
  }
  .modern .page-tab .page-content .page-wrapper {
    max-width: calc(100% - 10PX);
    max-height: calc(100% - 10PX);
  }
  .modern .page-tab .page-content .page-wrapper .slider-display {
    flex-direction: column;
    flex-wrap: nowrap;
    flex-grow: 1;
  }
  .modern .page-tab .page-content .page-wrapper .slider-display .project-list {
    flex-direction: row;
  }
  .modern .page-tab .page-content .page-wrapper .slider-display .project-list li {
    text-align: center;
  }
  .modern .page-tab .page-content .page-wrapper .slider-display .seperator {
    width: 90%;
    height: 1px;
  }
  .modern .page-tab .page-content .page-wrapper .slider-display .slider-section {
    width: 100%;
    max-width: 100%;
    flex-basis: auto;
    flex-grow: 1;
    margin-bottom: 30px;
  }
  .modern .page-tab .page-content .page-wrapper .slider-display .slider-section .project .splide__arrows {
    bottom: -45px;
  }
  .modern .page-tab .page-content .page-wrapper .slider-display .slider-section .project .splide__pagination {
    bottom: -50px;
  }
  .modern .page-tab .page-content .flyout {
    display: none;
  }
  .modern .page-tab.open {
    transform: none;
  }
}

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