/*!*******************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[3]!./src/app/page.module.css ***!
  \*******************************************************************************************************************************************************************************************************************************************************************/
/* Styles are now handled by globals.css */
.page_main__GlU4n {
}
.page_panels__GaVW7 {
    padding: 0;
}

.page_panel__8vAP5 {
    padding: var(--panel-padding);
}
/*!***************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[3]!./src/components/ReleaseArtwork/ReleaseArtwork.module.css ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************************/
.ReleaseArtwork_container__dbsfA {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    aspect-ratio: 1/1;
}

.ReleaseArtwork_image__G4QdR {
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
    object-fit: cover;
    border: 1px solid rgba(0, 0, 0, 0.1);
    overflow: visible;
}
/*!***************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[3]!./src/components/Skeleton/Skeleton.module.css ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************/
.Skeleton_rectangular__H0igZ,
.Skeleton_circular___BBhR,
.Skeleton_text__gKhKJ {
  background: linear-gradient(
    90deg,
    #f0f0f0 25%,
    #e0e0e0 50%,
    #f0f0f0 75%
  );
  background-size: 200% 100%;
  animation: Skeleton_shimmer__YgKzM 1.5s infinite;
  display: inline-block;
}

.Skeleton_rectangular__H0igZ {
  border-radius: var(--border-radius);
}

.Skeleton_circular___BBhR {
  border-radius: 50%;
}

.Skeleton_text__gKhKJ {
  border-radius: var(--border-radius);
  height: 1em;
}

.Skeleton_line__wWNij {
  margin-bottom: 0.5em;
}

.Skeleton_line__wWNij:last-child {
  margin-bottom: 0;
}

@keyframes Skeleton_shimmer__YgKzM {
  0% {
    background-position: -200% 0;
  }
  100% {
    background-position: 200% 0;
  }
}



/*!*********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[3]!./src/app/panels.module.css ***!
  \*********************************************************************************************************************************************************************************************************************************************************************/
.panels_release__gNABq {
    display: flex;
    flex-direction: row;
    gap: 1rem;
    align-items: flex-start;
    justify-content: flex-start;
    position: relative;
    width: 100%;
    transition: transform 0.3s ease;
    margin-bottom: 1rem;
    /* Make each element take up 50% of the width */
}

.panels_release__gNABq:hover {

}

.panels_releaseArtwork__YhZxM {
    cursor: pointer!important;
}


.panels_release__gNABq > * {
    min-width: 50%;
}

.panels_release__gNABq > *:first-child {
    max-width: 30%;
    min-width: 30%;
}
/*!***********************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[3]!./src/components/Panels/Panels.module.css ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************/
.Panels_container__SYVnT {
  display: flex;
  flex-direction: row;
  scroll-snap-type: x mandatory;
  overflow-x: auto;
  scroll-behavior: smooth;
  width: 100vw;
  height: 100vh;
  -webkit-overflow-scrolling: touch;
}

.Panels_panel__z4bUy {
    scroll-snap-align: start;
    min-height: 100vh;
    height: 100vh;
    flex-shrink: 0;
    max-width: 50vw;
    min-width: 50vw;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    /* Remove scrollbar */
    scrollbar-width: none;
    -ms-overflow-style: none;

    @media (max-width: 768px) {
        min-width: 100vw;
        max-width: 100vw;
    }

    @media (min-width: 768px) {
        min-width: 50vw;
        max-width: 50vw;
    }

    @media (min-width: 1024px) {
        min-width: 33.33vw;
        max-width: 33.33vw;
    }
}

.Panels_panel__z4bUy::-webkit-scrollbar {
    display: none;
}

.Panels_panel__z4bUy.Panels_active__ImimW {
  
}
/*!*****************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[3]!./src/components/PanelsNav/PanelsNav.module.css ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************/
.PanelsNav_container__9yhaV {
    position: fixed;
    top: calc(var(--nav-height) - 2.5rem);
    left: var(--padding);
    width: 100%;
    z-index: 1000;
    display: flex;
    flex-direction: row;
    @media (max-width: 1024px) {
        gap: 0.5rem;
    }
}

.PanelsNav_navItem__jCytL {
    font-size: 0.8rem;
    cursor: pointer;
    /* @media (min-width: 768px) {
        --panel-width: calc(50%);
    } */
    @media (min-width: 1024px) {
        --panel-width: calc(33.33%);
    }

    min-width: var(--panel-width);
    max-width: var(--panel-width);


    position: relative;
    &::after {
        content: '*';
        opacity: 0;
        display: inline-block;
        position: absolute;
        bottom: 0;
        width: 100%;
        text-align: left;
        transform: translateY(80%) translateX(-60%);
        font-size: 1rem;
        color: var(--text-color);
        transition: opacity 0.3s ease;
    }

}

.PanelsNav_navItemCurrent__cZBAy {
    /* Show small dot under the current panel */
    &::after {
        opacity: 1;
    }
}
/*!*******************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[3]!./src/components/Post/Post.module.css ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************/
.Post_container___bLju {

}

.Post_media__O9aNS {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.Post_content__pZuk2 {
}

.Post_content__pZuk2 a {
  text-decoration: underline;
  color: inherit;
}

.Post_content__pZuk2 a:hover {
  text-decoration: none;
}
/*!************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[3]!./src/components/VideoPlayer/VideoComponent.module.css ***!
  \************************************************************************************************************************************************************************************************************************************************************************************************/
/* Instaplay theme customizations */
.VideoComponent_videoContainer__C7NaO media-theme-instaplay {
  width: 100%;
  min-width: none;
  min-height: none;
}
