/*!*********************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./app/components/Breadcrumbs.module.css ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************/
.Breadcrumbs_breadcrumbs__w4Urw {
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: "SF Pro Display", sans-serif;
    font-size: 14px;
    font-feature-settings: normal;
    font-variant: normal;
}

.Breadcrumbs_breadcrumbItem__l8OSv {
    display: flex;
    align-items: center;
    gap: 8px;
}

.Breadcrumbs_breadcrumbLink__2JnLB {
    color: rgba(255, 255, 255, 0.5);
    transition: color 0.3s ease;
    text-decoration: none;
    font-feature-settings: normal;
    font-variant: normal;
}

.Breadcrumbs_breadcrumbLink__2JnLB:hover {
    color: #63ff66;
}

.Breadcrumbs_breadcrumbCurrent__ZxK97 {
    color: #fff;
}

.Breadcrumbs_breadcrumbSeparator__OwGdn {
    display: flex;
    align-items: center;
    color: #63ff66;
}

@media (max-width: 768px) {
    .Breadcrumbs_breadcrumbs__w4Urw {
        font-size: 12px;
        justify-content: center;
    }
}

/*!********************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./app/components/StreamCard.module.css ***!
  \********************************************************************************************************************************************************************************************************************************************************************************/
.StreamCard_streamCard__Kiept {
  display: flex;
  flex-direction: column;
  gap: 16px;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.StreamCard_streamImage__tlrUf {
  width: 100%;
  cursor: pointer;
  height: 220px;
  border-radius: 8px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.StreamCard_streamImage__tlrUf img {
  width: 100%;
  border-radius: 8px;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.StreamCard_streamCard__Kiept:hover .StreamCard_streamImage__tlrUf {
  transform: scale(1.04);
  box-shadow: 0px 9.02px 225.52px 0px #63FF6680;
}

.StreamCard_streamCard__Kiept:hover .StreamCard_streamImage__tlrUf img {
  transform: scale(1.04);
}

.StreamCard_streamTitle__94QMK {
  font-family: "SF Pro Display", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.193359375em;
  color: #fff;
}









/*!********************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./app/components/VideoModal.module.css ***!
  \********************************************************************************************************************************************************************************************************************************************************************************/
.VideoModal_modalOverlay__GOCjn {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-backdrop-filter: blur(25px);
          backdrop-filter: blur(25px);
}

.VideoModal_modalContent__tRfDC {
  position: relative;
  width: 90%;
  max-width: 1104px;
  display: flex;
  flex-direction: column;
}

.VideoModal_modalHeader__RhqMc {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.VideoModal_modalTitle___cEar {
  font-family: "SF Pro Display", sans-serif;
  font-weight: 700;
  font-size: 24px;
  font-feature-settings: "smcp", "c2sc";
  font-variant: all-small-caps;
  color: #fff;
}

.VideoModal_closeButton__mqjW7 {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: none;
  color: #fff;
  cursor: pointer;
  transition: color 0.3s ease;
}

.VideoModal_closeButton__mqjW7:hover {
  color: #63FF66;
}

.VideoModal_videoContainer__xh49F {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  background: #000;
  border-radius: 24px;
  border: 2px solid rgba(255, 255, 255, 0.2);

  overflow: hidden;
}

.VideoModal_video__RHyXN {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  border: none;
}

@media (max-width: 768px) {
  .VideoModal_modalContent__tRfDC {
    width: 95%;
  }
  
  .VideoModal_modalTitle___cEar {
    font-size: 18px;
  }
  
  .VideoModal_modalHeader__RhqMc {
    padding: 0 10px;
    margin-bottom: 15px;
  }
}







/*!***********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./app/streams/page.module.css ***!
  \***********************************************************************************************************************************************************************************************************************************************************************/
.page_page__k7Mo7 {
    width: 100%;
    background-color: #000000;
    background: linear-gradient(
        180deg,
        rgba(99, 255, 102, 0.2) 0%,
        rgba(0, 0, 0, 0.2) 20%
    );
    border-top: 1px solid #63ff6650;
    padding: 40px 0;
    min-height: calc(100vh - 160px);
}

.page_container__uJec0 {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 0;
}

.page_title__rFRTw {
    font-family: "SF Pro Display", sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 1.193359375em;
    font-feature-settings: "smcp", "c2sc";
    font-variant: all-small-caps;
    color: #63ff66;
    text-shadow:
        0px 0px 24px rgba(99, 255, 102, 1),
        0px 0px 2px rgba(99, 255, 102, 1),
        0px 0px 1px rgba(99, 255, 102, 1);
    margin-top: 24px;
    margin-bottom: 40px;
}

.page_streamsGrid__nnlwI {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 8px;
    gap: 8px;
    margin-bottom: 40px;
}

.page_status__Kw6_X {
    font-family: "SF Pro Display", sans-serif;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
    text-align: center;
    padding: 24px 0;
}

.page_loadMoreContainer__HS6Q8 {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

.page_loadMoreButton__u1bOs {
    font-family: "SF Pro Display", sans-serif;
    font-weight: 400;
    font-size: 14px;
    font-feature-settings: "smcp", "c2sc";
    font-variant: all-small-caps;
    color: #fff;
    background-color: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    padding: 8px 12px;
    cursor: pointer;
    transition: all 0.3s ease;
    min-width: 150px;
}

.page_loadMoreButton__u1bOs:hover:not(:disabled) {
    background-color: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.2);
}

.page_loadMoreButton__u1bOs:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

.page_loading__Ni1x8 {
    display: flex;
    align-items: center;
    gap: 8px;
}

.page_spinner__LtqV3 {
    width: 16px;
    height: 16px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-top-color: #63ff66;
    border-radius: 50%;
    animation: page_spin__KmIN_ 0.8s linear infinite;
}

@keyframes page_spin__KmIN_ {
    to {
        transform: rotate(360deg);
    }
}

@media (max-width: 1200px) {
    .page_streamsGrid__nnlwI {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .page_streamsGrid__nnlwI {
        grid-template-columns: repeat(1, 1fr);
    }

    .page_title__rFRTw {
        font-size: 24px;
        text-align: center;
    }

    .page_container__uJec0 {
        padding: 0 1rem;
    }
}

