/*!*********************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[15].oneOf[5].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[15].oneOf[5].use[3]!./components/gallery/gallery.module.css ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************/
.gallery_gallerySection__xpSNP,
.gallery_galleryPage__TcIKm {
  background: var(--bg-elevated);
}

.gallery_galleryHead__K9T07 {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px 16px;
  margin-bottom: 22px;
}

.gallery_galleryHead__K9T07 .section-title {
  margin: 0;
}

.gallery_galleryCarousel__74nw4 {
  margin-top: 0;
  background: var(--bg-elevated);
  border: 1px solid var(--border);
  position: relative;
  overflow: hidden;
}

.gallery_carouselInner__X0RvR {
  position: relative;
  height: min(58vw, 560px);
  overflow: hidden;
  touch-action: pan-y;
}

@media (min-width: 721px) {
  .gallery_gallerySection__xpSNP .gallery_carouselInner__X0RvR {
    height: min(60vw, 600px);
  }
}

.gallery_carouselTrack__8jAZf {
  display: flex;
  height: 100%;
  transition: transform 0.56s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: transform;
}

.gallery_carouselIndicators__LlsUv {
  position: absolute;
  left: 50%;
  bottom: 12px;
  transform: translateX(-50%);
  margin: 0;
  padding: 0;
  display: flex;
  gap: 8px;
  list-style: none;
  z-index: 4;
}

.gallery_carouselIndicatorItem__eeny0 {
  display: flex;
}

.gallery_carouselIndicatorButton__XVx7K {
  width: 26px;
  height: 4px;
  border: 0;
  padding: 0;
  background: rgba(198, 204, 214, 0.32);
  cursor: pointer;
}

.gallery_carouselIndicatorItemActive__btlvI .gallery_carouselIndicatorButton__XVx7K {
  background: var(--accent);
}

.gallery_carouselItem__6J01q {
  position: relative;
  flex: 0 0 100%;
  width: 100%;
  height: 100%;
}

.gallery_galleryImage__auhgv {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.gallery_galleryCaption__hjd2l {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 16px 18px 36px;
  z-index: 2;
  display: none;
}

.gallery_galleryTitle__oSM62 {
  margin: 0 0 6px;
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
}

.gallery_galleryMeta__Jd5fO {
  margin: 0;
  color: var(--text-muted);
}

.gallery_carouselControl__UUaew {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 12%;
  min-width: 72px;
  border: 0;
  background: transparent;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  padding: 0;
  cursor: pointer;
  z-index: 5;
  overflow: hidden;
}

.gallery_carouselControl__UUaew::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.55;
  transition: opacity 0.24s ease;
  pointer-events: none;
}

.gallery_carouselControlPrev__gAwqI {
  left: 0;
  justify-content: flex-start;
  padding-left: 22px;
}

.gallery_carouselControlPrev__gAwqI::before {
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.4) 0%,
    rgba(0, 0, 0, 0.2) 44%,
    rgba(0, 0, 0, 0) 100%
  );
}

.gallery_carouselControlNext__667zi {
  right: 0;
  justify-content: flex-end;
  padding-right: 22px;
}

.gallery_carouselControlNext__667zi::before {
  background: linear-gradient(
    270deg,
    rgba(0, 0, 0, 0.4) 0%,
    rgba(0, 0, 0, 0.2) 44%,
    rgba(0, 0, 0, 0) 100%
  );
}

.gallery_carouselControl__UUaew:hover::before,
.gallery_carouselControl__UUaew:focus-visible::before {
  opacity: 1;
}

.gallery_carouselControlPrevIcon__6xyQ8,
.gallery_carouselControlNextIcon__hWxew {
  position: relative;
  z-index: 1;
  width: 56px;
  height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 0.8;
  color: rgba(255, 255, 255, 0.7);
}

.gallery_carouselControlPrevIcon__6xyQ8::before {
  content: "‹";
  font-size: 92px;
  font-weight: 300;
}

.gallery_carouselControlNextIcon__hWxew::before {
  content: "›";
  font-size: 92px;
  font-weight: 300;
}

.gallery_carouselControlPrev__gAwqI:hover .gallery_carouselControlPrevIcon__6xyQ8,
.gallery_carouselControlNext__667zi:hover .gallery_carouselControlNextIcon__hWxew {
  color: rgba(255, 255, 255, 0.9);
}

.gallery_carouselControl__UUaew:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.7);
  outline-offset: -2px;
}

.gallery_srOnly__Mdu_m {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.gallery_galleryPageGrid__tmSD_ {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.gallery_galleryAlbumsWrap__aE_ow {
  display: grid;
  gap: 24px;
}

.gallery_galleryAlbumsGrid__MulcM {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.gallery_galleryAlbumCard__7bcTh {
  border: 1px solid var(--border);
  background: linear-gradient(160deg, #1a1c1f 0%, #24272d 100%);
  padding: 0;
  display: grid;
  grid-template-rows: auto auto;
  cursor: pointer;
  text-align: left;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.gallery_galleryAlbumCard__7bcTh:hover,
.gallery_galleryAlbumCard__7bcTh:focus-visible {
  transform: translateY(-2px);
  border-color: #4a505b;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.34);
}

.gallery_galleryAlbumCardActive__g4f2b {
  border-color: var(--accent);
  box-shadow: 0 12px 24px rgba(210, 31, 53, 0.16);
}

.gallery_galleryAlbumCardMedia__6unDu {
  display: block;
  width: 100%;
  overflow: hidden;
}

.gallery_galleryAlbumCardImage__s1XyT {
  width: 100%;
  height: 148px;
  object-fit: cover;
  display: block;
}

.gallery_galleryAlbumCardBody__lZHiY {
  padding: 10px 12px 12px;
  display: grid;
  gap: 6px;
}

.gallery_galleryAlbumCardTitle__96R91 {
  margin: 0;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 800;
}

.gallery_galleryAlbumCardMeta__HTZAO {
  margin: 0;
  color: var(--text-muted);
  font-size: 13px;
  line-height: 1.3;
}

.gallery_galleryAlbumCarouselSection__hQpkQ {
  display: grid;
  gap: 12px;
}

.gallery_galleryAlbumDescription__oLleX {
  margin: 0 0 18px;
  color: var(--text-muted);
  line-height: 1.45;
}

.gallery_galleryAlbumCarouselHead__gb0Pb .section-title {
  margin: 0;
}

.gallery_galleryBackendBlock__ybAHG {
  margin-top: 34px;
  display: grid;
  gap: 14px;
}

.gallery_galleryCard__eA_yW {
  background: var(--bg-elevated);
  border: 1px solid var(--border);
}

.gallery_galleryCardButton__MllCq {
  display: block;
  width: 100%;
  border: 0;
  padding: 0;
  background: transparent;
  cursor: pointer;
}

.gallery_galleryCardButton__MllCq:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: -2px;
}

.gallery_galleryCardImage__p6BjL {
  width: 100%;
  height: min(28vw, 280px);
  object-fit: cover;
  display: block;
}

.gallery_galleryCardCaption__4fsUt {
  padding: 12px 14px;
}

.gallery_galleryCardTitle__ZPPkE {
  margin: 0 0 6px;
  font-size: 20px;
  font-weight: 700;
  color: var(--text-main);
}

.gallery_galleryCardMeta__zNduJ {
  margin: 0;
  color: var(--text-muted);
}

.gallery_galleryLightbox__aq9NR {
  position: fixed;
  inset: 0;
  z-index: 90;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2px;
  background: rgba(13, 16, 24, 0.82);
}

.gallery_galleryLightboxContent__FNDpj {
  position: relative;
  width: min(2200px, 99vw);
}

.gallery_galleryLightboxMedia__Fkwsp {
  position: relative;
  width: fit-content;
  max-width: 99vw;
  margin: 0 auto;
}

.gallery_galleryLightboxImage__R5x9r {
  width: auto;
  height: 80vh;
  max-width: min(92vw, 2100px);
  max-height: 80vh;
  display: block;
  background: transparent;
}

.gallery_galleryLightboxClose__RJrhq {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1;
  border: 1px solid rgba(255, 255, 255, 0.44);
  background: rgba(18, 19, 22, 0.72);
  color: #ffffff;
  width: 42px;
  height: 42px;
  border-radius: var(--radius-sm);
  padding: 0;
  font-size: 34px;
  line-height: 1;
  display: grid;
  place-items: center;
  cursor: pointer;
}

.gallery_galleryLightboxClose__RJrhq:focus-visible {
  outline: 2px solid #ffffff;
  outline-offset: 2px;
}

.gallery_galleryLightboxOpening__AwKpJ {
  animation: gallery_gallery-lightbox-fade-in__Qq7f_ 220ms ease forwards;
}

.gallery_galleryLightboxOpen__6AE7p {
  opacity: 1;
}

.gallery_galleryLightboxClosing__5Z_Op {
  animation: gallery_gallery-lightbox-fade-out__zyZRc 220ms ease forwards;
}

.gallery_galleryLightboxOpening__AwKpJ .gallery_galleryLightboxContent__FNDpj {
  animation: gallery_gallery-lightbox-zoom-in__7J3a6 220ms ease forwards;
}

.gallery_galleryLightboxClosing__5Z_Op .gallery_galleryLightboxContent__FNDpj {
  animation: gallery_gallery-lightbox-zoom-out__qQJ2d 220ms ease forwards;
}

@keyframes gallery_gallery-lightbox-fade-in__Qq7f_ {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes gallery_gallery-lightbox-fade-out__zyZRc {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes gallery_gallery-lightbox-zoom-in__7J3a6 {
  from {
    opacity: 0;
    transform: translateY(8px) scale(0.96);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes gallery_gallery-lightbox-zoom-out__qQJ2d {
  from {
    opacity: 1;
    transform: translateY(0) scale(1);
  }

  to {
    opacity: 0;
    transform: translateY(8px) scale(0.96);
  }
}

@media (min-width: 768px) {
  .gallery_galleryCaption__hjd2l {
    display: block;
  }
}

@media (max-width: 1080px) {
  .gallery_galleryAlbumsGrid__MulcM {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gallery_galleryPageGrid__tmSD_ {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gallery_carouselControl__UUaew {
    width: 14%;
    min-width: 60px;
  }

  .gallery_carouselControlPrev__gAwqI {
    padding-left: 14px;
  }

  .gallery_carouselControlNext__667zi {
    padding-right: 14px;
  }

  .gallery_carouselControlPrevIcon__6xyQ8::before,
  .gallery_carouselControlNextIcon__hWxew::before {
    font-size: 80px;
  }
}

@media (max-width: 720px) {
  .gallery_galleryCarousel__74nw4 {
    overflow: visible;
    margin-bottom: 20px;
  }

  .gallery_carouselInner__X0RvR {
    order: 1;
  }

  .gallery_carouselIndicators__LlsUv {
    position: absolute;
    left: 50%;
    bottom: -20px;
    order: 2;
    transform: translateX(-50%);
    justify-content: center;
    margin: 0;
    z-index: 6;
  }

  .gallery_carouselIndicatorButton__XVx7K {
    width: 9px;
    height: 9px;
    border-radius: 0;
  }

  .gallery_galleryAlbumCarouselSection__hQpkQ {
    display: none;
  }

  .gallery_galleryHead__K9T07 {
    align-items: flex-start;
    margin-bottom: 16px;
  }

  .gallery_carouselInner__X0RvR {
    height: min(68vw, 380px);
  }

  .gallery_galleryAlbumsGrid__MulcM {
    grid-template-columns: 1fr;
  }

  .gallery_galleryAlbumCardImage__s1XyT {
    height: min(46vw, 220px);
  }

  .gallery_galleryPageGrid__tmSD_ {
    grid-template-columns: 1fr;
  }

  .gallery_galleryCardImage__p6BjL {
    height: min(60vw, 300px);
  }

  .gallery_galleryCardCaption__4fsUt {
    padding: 10px 12px;
  }

  .gallery_galleryCardTitle__ZPPkE {
    font-size: 18px;
  }

  .gallery_galleryCardMeta__zNduJ {
    font-size: 14px;
  }

  .gallery_galleryHead__K9T07 .btn {
    width: auto;
  }

  .gallery_galleryLightbox__aq9NR {
    padding: 2px;
  }

  .gallery_galleryLightboxContent__FNDpj {
    width: min(1200px, 96vw);
  }

  .gallery_galleryLightboxMedia__Fkwsp {
    width: 100%;
    max-width: 96vw;
  }

  .gallery_galleryLightboxImage__R5x9r {
    width: 100%;
    height: auto;
    max-width: 96vw;
    max-height: 78vh;
    object-fit: contain;
  }

  .gallery_galleryLightboxClose__RJrhq {
    top: 8px;
    right: 8px;
    width: 38px;
    height: 38px;
    font-size: 30px;
  }

  .gallery_carouselControl__UUaew {
    width: 18%;
    min-width: 56px;
  }

  .gallery_carouselControlPrev__gAwqI {
    padding-left: 10px;
  }

  .gallery_carouselControlNext__667zi {
    padding-right: 10px;
  }

  .gallery_carouselControlPrevIcon__6xyQ8::before,
  .gallery_carouselControlNextIcon__hWxew::before {
    font-size: 72px;
  }

}

@media (max-width: 480px) {
  .gallery_carouselInner__X0RvR {
    height: min(78vw, 330px);
  }

  .gallery_carouselControl__UUaew {
    width: 24%;
    min-width: 44px;
  }

  .gallery_carouselControlPrevIcon__6xyQ8::before,
  .gallery_carouselControlNextIcon__hWxew::before {
    font-size: 58px;
  }

  .gallery_galleryLightboxClose__RJrhq {
    width: 34px;
    height: 34px;
    font-size: 26px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .gallery_galleryLightboxOpening__AwKpJ,
  .gallery_galleryLightboxClosing__5Z_Op,
  .gallery_galleryLightboxOpening__AwKpJ .gallery_galleryLightboxContent__FNDpj,
  .gallery_galleryLightboxClosing__5Z_Op .gallery_galleryLightboxContent__FNDpj {
    animation: none;
  }
}

/* KONAR redesign overrides */
.gallery_gallerySection__xpSNP,
.gallery_galleryPage__TcIKm {
  background: transparent;
}

.gallery_galleryCarousel__74nw4,
.gallery_galleryCard__eA_yW,
.gallery_galleryAlbumCard__7bcTh {
  border-color: rgba(255, 255, 255, 0.2);
  background: linear-gradient(180deg, rgba(11, 11, 13, 0.98) 0%, rgba(7, 7, 8, 0.96) 100%);
  box-shadow: 0 20px 38px rgba(0, 0, 0, 0.5);
}

.gallery_galleryAlbumCard__7bcTh:hover,
.gallery_galleryAlbumCard__7bcTh:focus-visible {
  border-color: rgba(255, 64, 34, 0.46);
}

.gallery_galleryAlbumCardActive__g4f2b {
  border-color: #ff4e34;
  box-shadow: 0 14px 30px rgba(255, 64, 34, 0.2);
}

.gallery_carouselIndicatorButton__XVx7K {
  background: rgba(255, 255, 255, 0.34);
}

.gallery_carouselIndicatorItemActive__btlvI .gallery_carouselIndicatorButton__XVx7K {
  background: #ff4022;
}

.gallery_galleryTitle__oSM62,
.gallery_galleryCardTitle__ZPPkE,
.gallery_galleryAlbumCardTitle__96R91 {
  text-transform: uppercase;
}

.gallery_galleryMeta__Jd5fO,
.gallery_galleryCardMeta__zNduJ,
.gallery_galleryAlbumCardMeta__HTZAO {
  color: #bcc0c8;
}

/*!***************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[15].oneOf[5].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[15].oneOf[5].use[3]!./components/news/news.module.css ***!
  \***************************************************************************************************************************************************************************************************************************************************************************/
.news_newsSection__OLHIf,
.news_newsPage__n7OWj {
  background: var(--bg-elevated);
}

.news_newsPageLayout__ue71Q {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 340px);
  gap: 24px;
  align-items: start;
}

.news_newsFeedStatus__lcroD {
  margin: 14px 0 0;
  color: var(--text-muted);
}

.news_newsFeedRetry__eQ4VR {
  margin-top: 10px;
}

.news_newsFeedSentinel__1ytb1 {
  width: 100%;
  height: 1px;
}

.news_newsPinned__7ZX81 {
  position: sticky;
  top: 106px;
  border: 1px solid var(--border);
  background: linear-gradient(160deg, #1a1c1f 0%, #24272d 100%);
  padding: 18px 16px 16px;
  box-shadow: 0 16px 30px rgba(0, 0, 0, 0.4);
  overflow: hidden;
}

.news_newsPinnedPage__TRQ45,
.news_newsPinnedItem__5okFZ {
  position: sticky;
}

.news_newsPinned__7ZX81::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--accent) 0%, #ff6b7d 100%);
}

.news_newsPinnedTitle__vehJB {
  margin: 0 0 14px;
  font-size: 22px;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.news_newsPinnedList__ztzql {
  display: grid;
  gap: 10px;
}

.news_newsPinnedCard__pJ4t_ {
  border: 1px solid var(--border);
  background: var(--bg-elevated);
  padding: 12px;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.32);
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    border-color 0.2s ease;
}

.news_newsLink___Y_gA:hover .news_newsPinnedCard__pJ4t_,
.news_newsLink___Y_gA:focus-visible .news_newsPinnedCard__pJ4t_ {
  transform: translateY(-2px);
  border-color: #4a505b;
  box-shadow: 0 14px 26px rgba(0, 0, 0, 0.36);
}

.news_newsPinnedLabel__NHYBA {
  margin: 0 0 10px;
  color: #ffffff;
  background: var(--accent);
  display: inline-flex;
  align-items: center;
  padding: 4px 8px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.news_newsPinnedItemTitle__s7_wc {
  margin: 10px 0 0;
  font-size: 19px;
  line-height: 1.25;
}

.news_newsGrid__VJ0x1 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  align-items: stretch;
}

.news_newsGrid__VJ0x1.news_newsPageFeedGrid__PvlHO {
  grid-template-columns: 1fr;
}

.news_newsGrid__VJ0x1.news_newsPageFeedGrid__PvlHO .news_newsCover__Iicmp {
  height: clamp(240px, 34vw, 360px);
}

.news_newsLink___Y_gA {
  display: block;
  color: inherit;
}

.news_newsLink___Y_gA:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 2px;
}

.news_newsCard__FuY2I {
  position: relative;
  overflow: hidden;
  background: linear-gradient(160deg, #1a1c1f 0%, #24272d 100%);
  border: 1px solid var(--border);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.32);
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease,
    border-color 0.22s ease;
}

.news_newsCard__FuY2I::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--accent) 0%, #ff6b7d 100%);
  z-index: 2;
  pointer-events: none;
}

.news_newsLink___Y_gA:hover .news_newsCard__FuY2I,
.news_newsLink___Y_gA:focus-visible .news_newsCard__FuY2I {
  transform: translateY(-4px);
  box-shadow: 0 18px 30px rgba(0, 0, 0, 0.42);
  border-color: #4a505b;
}

.news_newsCover__Iicmp {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
  transition: transform 0.35s ease;
}

.news_newsLink___Y_gA:hover .news_newsCover__Iicmp,
.news_newsLink___Y_gA:focus-visible .news_newsCover__Iicmp {
  transform: scale(1.04);
}

.news_newsCardBody__rG6Qf {
  padding: 16px;
}

.news_newsDate__stHZJ {
  margin: 0;
  color: var(--blue-main);
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.news_newsTitle__THAbO {
  margin: 10px 0;
  font-size: 24px;
  line-height: 1.2;
}

.news_newsLink___Y_gA:hover .news_newsTitle__THAbO,
.news_newsLink___Y_gA:focus-visible .news_newsTitle__THAbO,
.news_newsLink___Y_gA:hover .news_newsPinnedItemTitle__s7_wc,
.news_newsLink___Y_gA:focus-visible .news_newsPinnedItemTitle__s7_wc {
  color: var(--accent);
}

.news_newsExcerpt__OtDEl {
  margin: 0;
  color: var(--text-muted);
  line-height: 1.45;
}

.news_newsSection__OLHIf .news_newsGrid__VJ0x1 > .news_newsLink___Y_gA {
  height: 100%;
}

.news_newsSection__OLHIf .news_newsCard__FuY2I {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.news_newsSection__OLHIf .news_newsCardBody__rG6Qf {
  flex: 1;
}

.news_newsSection__OLHIf .news_newsExcerpt__OtDEl {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.news_newsItemPage__RmAMI {
  background: var(--bg-elevated);
}

.news_newsItemLayout__OnrFu {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 340px);
  gap: 24px;
  align-items: start;
}

.news_newsItemArticle__hDelO {
  max-width: 880px;
}

.news_newsItemTitle__8lTkQ {
  margin-top: 12px;
}

.news_newsItemCover__c7_1x {
  width: 100%;
  height: auto;
  margin: 10px 0 20px;
}

.news_newsItemGallery__aInSf {
  margin: 10px 0 20px;
  display: grid;
  gap: 12px;
}

.news_newsItemGallery__aInSf .news_newsItemCover__c7_1x {
  margin: 0;
}

.news_newsItemCarousel__k9tVH {
  position: relative;
  margin: 10px 0 20px;
  background: var(--bg-elevated);
  overflow: hidden;
}

.news_newsItemCarouselViewport__4a2uC {
  position: relative;
  height: min(58vw, 560px);
  overflow: hidden;
}

.news_newsItemCarouselTrack__Ex9LY {
  display: flex;
  height: 100%;
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}

.news_newsItemCarouselSlide__opnfW {
  flex: 0 0 auto;
  height: 100%;
}

.news_newsItemCarouselImage__Syvxd {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.news_newsItemCarouselControl__K_rZt {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 12%;
  min-width: 72px;
  border: 0;
  background: transparent;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  padding: 0;
  cursor: pointer;
  z-index: 4;
  overflow: hidden;
  line-height: 0.8;
  font-size: 92px;
  font-weight: 300;
}

.news_newsItemCarouselControl__K_rZt::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.55;
  transition: opacity 0.24s ease;
  pointer-events: none;
}

.news_newsItemCarouselControlPrev__90uyX {
  left: 0;
  justify-content: flex-start;
  padding-left: 22px;
}

.news_newsItemCarouselControlPrev__90uyX::before {
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.4) 0%,
    rgba(0, 0, 0, 0.2) 44%,
    rgba(0, 0, 0, 0) 100%
  );
}

.news_newsItemCarouselControlNext__F5Jsi {
  right: 0;
  justify-content: flex-end;
  padding-right: 22px;
}

.news_newsItemCarouselControlNext__F5Jsi::before {
  background: linear-gradient(
    270deg,
    rgba(0, 0, 0, 0.4) 0%,
    rgba(0, 0, 0, 0.2) 44%,
    rgba(0, 0, 0, 0) 100%
  );
}

.news_newsItemCarouselControl__K_rZt:hover::before,
.news_newsItemCarouselControl__K_rZt:focus-visible::before {
  opacity: 1;
}

.news_newsItemCarouselControl__K_rZt:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.7);
  outline-offset: -2px;
}

.news_newsItemCarouselIndicators__oNL8b {
  position: absolute;
  left: 50%;
  bottom: 12px;
  transform: translateX(-50%);
  margin: 0;
  padding: 0;
  display: flex;
  gap: 8px;
  z-index: 4;
}

.news_newsItemCarouselIndicator__CfMNH {
  min-width: 28px;
  height: 24px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 6px;
  padding: 0 8px;
  background: rgba(7, 7, 9, 0.58);
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
}

.news_newsItemCarouselIndicatorActive__kB7hi {
  background: var(--accent);
  border-color: var(--accent);
}

.news_newsItemCarouselThumbs__eDM55 {
  margin-top: 10px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.news_newsItemCarouselThumb__Xz1KZ {
  border: 0;
  background: #0a0a0b;
  padding: 0;
  cursor: pointer;
  overflow: hidden;
}

.news_newsItemCarouselThumbImage__n1w7V {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  aspect-ratio: 16 / 10;
}

.news_newsItemCarouselThumbActive__EkrWF {
  outline: 0;
}

.news_newsItemContent__7rQ0l {
  color: var(--text-main);
  font-size: 18px;
  line-height: 1.55;
  white-space: pre-line;
}

.news_newsItemContent__7rQ0l > *:first-child {
  margin-top: 0;
}

.news_newsItemContent__7rQ0l > *:last-child {
  margin-bottom: 0;
}

.news_newsItemContent__7rQ0l p {
  margin: 0 0 14px;
}

.news_newsItemContentParagraph__qJX_a {
  margin: 0 0 14px;
}

.news_newsItemContent__7rQ0l ul,
.news_newsItemContent__7rQ0l ol {
  margin: 0 0 14px;
  padding-left: 24px;
}

.news_newsItemContent__7rQ0l li + li {
  margin-top: 4px;
}

.news_newsItemContent__7rQ0l h2,
.news_newsItemContent__7rQ0l h3 {
  margin: 18px 0 10px;
  font-size: 20px;
  line-height: 1.25;
}

.news_newsItemContent__7rQ0l a {
  color: var(--accent);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.news_newsItemContent__7rQ0l blockquote {
  margin: 0 0 14px;
  padding-left: 12px;
  border-left: 2px solid var(--border);
}

@media (max-width: 1080px) {
  .news_newsGrid__VJ0x1 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .news_newsPageLayout__ue71Q,
  .news_newsItemLayout__OnrFu {
    grid-template-columns: 1fr;
  }

  .news_newsPinned__7ZX81 {
    position: static;
  }

  .news_newsPinnedPage__TRQ45 {
    order: -1;
  }

  .news_newsPinnedItem__5okFZ {
    order: 2;
  }

  .news_newsTitle__THAbO {
    font-size: 22px;
  }

  .news_newsItemCarouselViewport__4a2uC {
    height: min(54vw, 420px);
  }

  .news_newsItemCarouselControl__K_rZt {
    width: 14%;
    min-width: 60px;
    font-size: 78px;
  }

  .news_newsItemCarouselControlPrev__90uyX {
    padding-left: 14px;
  }

  .news_newsItemCarouselControlNext__F5Jsi {
    padding-right: 14px;
  }
}

@media (max-width: 720px) {
  .news_newsPageLayout__ue71Q,
  .news_newsItemLayout__OnrFu {
    gap: 16px;
  }

  .news_newsGrid__VJ0x1,
  .news_newsGrid__VJ0x1.news_newsPageFeedGrid__PvlHO {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .news_newsCover__Iicmp {
    height: 190px;
  }

  .news_newsCardBody__rG6Qf {
    padding: 14px;
  }

  .news_newsDate__stHZJ {
    font-size: 11px;
  }

  .news_newsTitle__THAbO {
    margin-top: 8px;
    font-size: 20px;
  }

  .news_newsExcerpt__OtDEl {
    font-size: 15px;
    line-height: 1.4;
  }

  .news_newsPinned__7ZX81 {
    padding: 14px 12px 12px;
  }

  .news_newsPinnedPage__TRQ45 {
    padding: 10px 10px 9px;
  }

  .news_newsPinnedPage__TRQ45 .news_newsPinnedTitle__vehJB {
    margin-bottom: 8px;
    font-size: 15px;
    text-transform: none;
    letter-spacing: 0;
  }

  .news_newsPinnedPage__TRQ45 .news_newsPinnedList__ztzql {
    gap: 6px;
  }

  .news_newsPinnedPage__TRQ45 .news_newsPinnedCard__pJ4t_ {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: start;
    row-gap: 6px;
    column-gap: 8px;
    padding: 8px 9px;
    box-shadow: none;
  }

  .news_newsPinnedPage__TRQ45 .news_newsPinnedLabel__NHYBA {
    grid-column: 1;
    grid-row: 1;
    margin: 0;
    padding: 2px 6px;
    font-size: 9px;
    letter-spacing: 0.08em;
  }

  .news_newsPinnedPage__TRQ45 .news_newsDate__stHZJ {
    grid-column: 2;
    grid-row: 1;
    margin: 0;
    text-align: right;
    white-space: nowrap;
    font-size: 10px;
  }

  .news_newsPinnedPage__TRQ45 .news_newsPinnedItemTitle__s7_wc {
    grid-column: 1 / -1;
    grid-row: 2;
    margin: 0;
    padding-right: 4px;
    font-size: 15px;
    line-height: 1.2;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .news_newsPinnedTitle__vehJB {
    margin-bottom: 10px;
    font-size: 18px;
  }

  .news_newsPinnedItemTitle__s7_wc {
    margin-top: 8px;
    font-size: 17px;
  }

  .news_newsItemCarouselViewport__4a2uC {
    height: min(66vw, 300px);
  }

  .news_newsItemCarouselControl__K_rZt {
    width: 18%;
    min-width: 56px;
    font-size: 72px;
  }

  .news_newsItemCarouselControlPrev__90uyX {
    padding-left: 10px;
  }

  .news_newsItemCarouselControlNext__F5Jsi {
    padding-right: 10px;
  }

  .news_newsItemContent__7rQ0l {
    font-size: 16px;
    line-height: 1.5;
  }

  .news_newsItemTitle__8lTkQ {
    margin-top: 8px;
    font-size: clamp(22px, 6.3vw, 30px);
    line-height: 1.05;
    overflow-wrap: anywhere;
    word-break: break-word;
    hyphens: auto;
  }

  .news_newsItemCarouselIndicators__oNL8b {
    gap: 6px;
  }

  .news_newsItemCarouselIndicator__CfMNH {
    min-width: 24px;
    height: 22px;
    padding: 0 6px;
    font-size: 11px;
  }
}

@media (max-width: 480px) {
  .news_newsTitle__THAbO {
    font-size: 18px;
  }

  .news_newsPinnedTitle__vehJB {
    font-size: 16px;
  }

  .news_newsPinnedItemTitle__s7_wc {
    font-size: 16px;
  }

  .news_newsItemTitle__8lTkQ {
    font-size: clamp(20px, 6.8vw, 26px);
  }

  .news_newsItemCarouselControl__K_rZt {
    width: 22%;
    min-width: 48px;
    font-size: 58px;
  }

  .news_newsItemCarouselThumbs__eDM55 {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .news_newsItemCarouselTrack__Ex9LY {
    transition: none;
  }
}

/* KONAR redesign overrides */
.news_newsSection__OLHIf,
.news_newsPage__n7OWj,
.news_newsItemPage__RmAMI {
  background: transparent;
}

.news_newsPinned__7ZX81,
.news_newsCard__FuY2I,
.news_newsPinnedCard__pJ4t_ {
  border-color: rgba(255, 255, 255, 0.2);
  background: linear-gradient(180deg, rgba(11, 11, 13, 0.98) 0%, rgba(7, 7, 8, 0.96) 100%);
  box-shadow: 0 20px 36px rgba(0, 0, 0, 0.5);
}

.news_newsPinned__7ZX81::before,
.news_newsCard__FuY2I::before {
  height: 3px;
  background: linear-gradient(90deg, #ff4022 0%, rgba(255, 64, 34, 0.2) 100%);
}

.news_newsTitle__THAbO,
.news_newsPinnedTitle__vehJB,
.news_newsPinnedItemTitle__s7_wc {
  text-transform: uppercase;
  letter-spacing: 0.01em;
}

.news_newsDate__stHZJ {
  color: #ff6e57;
}

.news_newsExcerpt__OtDEl {
  color: #bdc0c9;
}

.news_newsLink___Y_gA:hover .news_newsCard__FuY2I,
.news_newsLink___Y_gA:focus-visible .news_newsCard__FuY2I,
.news_newsLink___Y_gA:hover .news_newsPinnedCard__pJ4t_,
.news_newsLink___Y_gA:focus-visible .news_newsPinnedCard__pJ4t_ {
  border-color: rgba(255, 64, 34, 0.42);
  box-shadow: 0 22px 42px rgba(0, 0, 0, 0.6);
}

.news_newsPinnedLabel__NHYBA {
  background: linear-gradient(180deg, #ff4d30 0%, #d92a16 100%);
}

@media (min-width: 1600px) {
  .news_newsItemLayout__OnrFu {
    grid-template-columns: minmax(0, 1fr) minmax(320px, 400px);
    gap: 32px;
  }

  .news_newsItemArticle__hDelO {
    max-width: 1160px;
  }
}

@media (min-width: 2200px) {
  .news_newsItemLayout__OnrFu {
    grid-template-columns: minmax(0, 1fr) minmax(340px, 430px);
    gap: 38px;
  }

  .news_newsItemArticle__hDelO {
    max-width: 1320px;
  }
}

/*!***********************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[15].oneOf[5].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[15].oneOf[5].use[3]!./components/schedule/schedule.module.css ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************/
.schedule_scheduleSection__UFiH3 {
  background: var(--bg-elevated);
}

.schedule_scheduleGrid__HSpyi {
  margin-top: 22px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 36px;
  align-items: start;
}

.schedule_schedulePanel__7Nowq {
  border: 0;
  background: transparent;
  padding: 0;
}

.schedule_schedulePanelGroup__ePZAs {
  display: grid;
  gap: 10px;
}

.schedule_schedulePanelTitle__rq1UT {
  margin: 0 0 10px;
  font-size: 20px;
  line-height: 1.2;
}

.schedule_schedulePanelTitleOutside__m0roq {
  margin: 0;
}

.schedule_schedulePanelCalendar__Fm6RC {
  justify-self: end;
  width: fit-content;
  max-width: 100%;
  height: auto;
  align-self: start;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}

.schedule_schedulePanelCalendar__Fm6RC .schedule_schedulePanelTitle__rq1UT {
  text-align: left;
}

.schedule_tableWrap__BtQyF {
  margin-top: 0;
  overflow-x: auto;
  border: 1px solid var(--border);
  background: var(--bg-elevated);
}

.schedule_scheduleTable__Mv4cR {
  width: 100%;
  border-collapse: collapse;
}

.schedule_scheduleTable__Mv4cR th,
.schedule_scheduleTable__Mv4cR td {
  padding: 14px;
  border-bottom: 1px solid var(--border);
  text-align: left;
  white-space: nowrap;
}

.schedule_scheduleTable__Mv4cR th {
  color: var(--text-main);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 12px;
}

.schedule_scheduleTable__Mv4cR td {
  color: var(--text-muted);
}

.schedule_scheduleAccordion__FDc44 {
  display: grid;
  gap: 10px;
}

.schedule_scheduleAccordionItem__jnjjm {
  border: 1px solid var(--border);
  background: var(--bg-elevated);
}

.schedule_scheduleAccordionItem__jnjjm[open] {
  border-color: #4a505b;
}

.schedule_scheduleAccordionItemLink__fJN0T {
  border: 1px solid var(--border);
  background: var(--bg-elevated);
  padding: 14px;
  display: block;
  text-decoration: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.schedule_scheduleAccordionItemLink__fJN0T:hover,
.schedule_scheduleAccordionItemLink__fJN0T:focus-visible {
  border-color: #4a505b;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
  transform: translateY(-1px);
}

.schedule_scheduleAccordionTitle__juK__ {
  color: var(--text-main);
  font-size: 17px;
  font-weight: 700;
  line-height: 1.25;
  display: block;
}

.schedule_scheduleCalendar__pfHb7 {
  position: relative;
  display: grid;
  grid-template-rows: auto auto;
  gap: 10px;
  width: min(100%, 420px);
  max-width: 100%;
  height: auto;
  min-height: 0;
  background: linear-gradient(180deg, #1a1c1f 0%, #24272d 100%);
  border: 1px solid var(--border);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.34);
  padding: 12px;
}

.schedule_scheduleCalendarHeader__V5cbt {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr) 34px;
  align-items: center;
  gap: 10px;
  width: 100%;
  justify-self: stretch;
  padding-bottom: 6px;
  border-bottom: 1px solid var(--border);
}

.schedule_scheduleCalendarBoard__ZblK0 {
  position: relative;
  display: grid;
  grid-template-rows: auto auto;
  gap: 4px;
  width: 100%;
  justify-self: stretch;
  min-height: 0;
  overflow: visible;
}

.schedule_scheduleCalendarMonth__cgOT_ {
  margin: 0;
  grid-column: 2;
  justify-self: center;
  min-height: 34px;
  display: grid;
  place-items: center;
  font-size: 16px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0.01em;
  color: var(--text-main);
  text-transform: capitalize;
}

.schedule_scheduleCalendarNavBtn__wJf4P {
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--accent);
  font-size: 32px;
  line-height: 1;
  padding: 0;
  display: grid;
  place-items: center;
  cursor: pointer;
  transition:
    background 0.2s ease,
    color 0.2s ease,
    transform 0.2s ease;
}

.schedule_scheduleCalendarNavBtnPrev__v6IrX {
  grid-column: 1;
}

.schedule_scheduleCalendarNavBtnNext__B2I_b {
  grid-column: 3;
}

.schedule_scheduleCalendarNavBtn__wJf4P:hover {
  background: rgba(226, 56, 79, 0.18);
  color: var(--accent-hover);
  transform: scale(1.06);
}

.schedule_scheduleCalendarNavBtn__wJf4P:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 1px;
}

.schedule_scheduleCalendarWeekdays__fI8at,
.schedule_scheduleCalendarGrid__idDmL {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 6px;
}

.schedule_scheduleCalendarWeekdays__fI8at {
  width: 100%;
}

.schedule_scheduleCalendarGrid__idDmL {
  width: 100%;
  height: auto;
  grid-template-rows: repeat(6, minmax(0, 1fr));
  align-content: start;
}

.schedule_scheduleCalendarWeekday__h3GQ1 {
  text-align: center;
  font-size: 13px;
  color: var(--text-muted);
  font-weight: 700;
}

.schedule_scheduleCalendarDay__ptIvn {
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--text-main);
  font-size: 16px;
  font-weight: 500;
  padding: 0;
  cursor: pointer;
  transition: background 0.18s ease, color 0.18s ease;
}

.schedule_scheduleCalendarDay__ptIvn:hover {
  background: rgba(186, 200, 226, 0.15);
}

.schedule_scheduleCalendarDay__ptIvn:disabled {
  cursor: default;
  color: #9097a3;
}

.schedule_scheduleCalendarDay__ptIvn:disabled:hover {
  background: transparent;
}

.schedule_scheduleCalendarDayHasEvent__oJNea {
  background: linear-gradient(180deg, #e02d44 0%, #c5182d 100%);
  color: #ffffff;
  font-weight: 700;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.14);
}

.schedule_scheduleCalendarDayHasEvent__oJNea:hover {
  background: linear-gradient(180deg, #cc1b31 0%, #af1124 100%);
}

.schedule_scheduleCalendarDayEmpty__7hZei {
  visibility: hidden;
  pointer-events: none;
}

.schedule_scheduleModalSheet__Q1W8J {
  position: absolute;
  right: calc(100% + 12px);
  top: 0;
  width: min(320px, calc(100vw - 24px));
  border: 1px solid var(--border);
  background: var(--bg-elevated);
  padding: 14px;
  z-index: 20;
  opacity: 0;
  transform: translateX(14px);
  transform-origin: right top;
  pointer-events: none;
  transition:
    transform 0.32s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.32s ease-out;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);
  text-align: left;
  will-change: transform, opacity;
}

.schedule_scheduleModalSheetOpen___5xDL {
  opacity: 1;
  transform: translateX(0);
  pointer-events: auto;
}

.schedule_scheduleModalHeader__XasUd {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
}

.schedule_scheduleModalTitle__LZ_u_ {
  margin: 0;
  font-size: 18px;
}

.schedule_scheduleModalBody__F016D {
  margin-top: 14px;
  display: grid;
  gap: 12px;
}

.schedule_scheduleEventCard__HNPSj {
  width: 18rem;
  max-width: 100%;
  border: 1px solid var(--border);
  background: var(--bg-elevated);
}

.schedule_scheduleEventCardImage__UAjbK {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  display: block;
  border-bottom: 1px solid var(--border);
}

.schedule_scheduleEventCardBody__Wjgyf {
  display: grid;
  gap: 10px;
  padding: 12px;
}

.schedule_scheduleEventTitle__l1pJ0 {
  margin: 0;
  font-size: 17px;
}

.schedule_scheduleEventDescription__r6Eea {
  margin: 0;
  color: var(--text-muted);
  font-size: 14px;
}

.schedule_scheduleEventCardBtn__dpXmd {
  justify-self: start;
}

.schedule_scheduleEventEmpty__rMXKS {
  margin: 0;
  color: var(--text-muted);
}

@media (max-width: 1080px) {
  .schedule_scheduleGrid__HSpyi {
    grid-template-columns: 1fr;
    display: grid;
  }

  .schedule_schedulePanelCalendar__Fm6RC {
    justify-self: start;
    width: 100%;
    align-items: flex-start;
    text-align: left;
    height: auto;
  }

  .schedule_schedulePanelCalendar__Fm6RC .schedule_schedulePanelTitle__rq1UT {
    text-align: left;
  }

  .schedule_scheduleCalendar__pfHb7 {
    height: auto;
  }

  .schedule_scheduleCalendarHeader__V5cbt,
  .schedule_scheduleCalendarBoard__ZblK0 {
    justify-self: start;
  }

  .schedule_scheduleCalendarBoard__ZblK0 {
    width: 100%;
  }

  .schedule_scheduleCalendarGrid__idDmL {
    width: 100%;
  }

  .schedule_scheduleModalSheet__Q1W8J {
    left: 0;
    right: 0;
    top: calc(100% - 1px);
    width: auto;
    transform: translateY(-14px);
    transform-origin: top;
  }

  .schedule_scheduleModalSheetOpen___5xDL {
    transform: translateY(0);
  }
}

@media (max-width: 720px) {
  .schedule_scheduleGrid__HSpyi {
    margin-top: 18px;
    gap: 20px;
  }

  .schedule_schedulePanelTitle__rq1UT {
    margin-bottom: 8px;
    font-size: 18px;
  }

  .schedule_schedulePanelTitleOutside__m0roq {
    margin: 0;
    font-size: 18px;
    letter-spacing: 0;
    text-transform: none;
  }

  .schedule_tableWrap__BtQyF {
    border: 1px solid var(--border);
    background: linear-gradient(180deg, #1a1c1f 0%, #24272d 100%);
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.34);
  }

  .schedule_scheduleTable__Mv4cR {
    table-layout: fixed;
    background: var(--bg-elevated);
    box-shadow: none;
  }

  .schedule_scheduleTable__Mv4cR th,
  .schedule_scheduleTable__Mv4cR td {
    padding: 11px 8px;
    font-size: 12px;
    text-align: center;
    white-space: normal;
    border-bottom: 1px solid var(--border);
  }

  .schedule_scheduleTable__Mv4cR th {
    background: linear-gradient(180deg, #e33149 0%, #c7192f 100%);
    color: #ffffff;
    border-right: 0;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    font-size: 11px;
  }

  .schedule_scheduleTable__Mv4cR td {
    border-right: 0;
    background: var(--bg-elevated);
  }

  .schedule_scheduleTable__Mv4cR tbody tr:nth-child(even) td {
    background: #1f2228;
  }

  .schedule_scheduleTable__Mv4cR td:last-child {
    border-right: 0;
  }

  .schedule_scheduleTable__Mv4cR tbody tr:last-child td {
    border-bottom: 0;
  }

  .schedule_scheduleTable__Mv4cR td:first-child {
    font-weight: 700;
    color: var(--text-main);
    background: #262a31;
  }

  .schedule_scheduleCalendar__pfHb7 {
    width: 100%;
    gap: 10px;
    padding: 12px;
  }

  .schedule_scheduleCalendarHeader__V5cbt {
    grid-template-columns: 34px minmax(0, 1fr) 34px;
    gap: 10px;
    padding-bottom: 6px;
  }

  .schedule_scheduleCalendarMonth__cgOT_ {
    min-height: 34px;
    font-size: 16px;
  }

  .schedule_scheduleCalendarNavBtn__wJf4P {
    width: 34px;
    height: 34px;
    font-size: 32px;
  }

  .schedule_scheduleCalendarWeekdays__fI8at,
  .schedule_scheduleCalendarGrid__idDmL {
    gap: 4px;
  }

  .schedule_scheduleCalendarWeekday__h3GQ1 {
    font-size: 12px;
  }

  .schedule_scheduleCalendarDay__ptIvn {
    font-size: 14px;
  }

  .schedule_scheduleModalTitle__LZ_u_ {
    font-size: 17px;
  }

  .schedule_scheduleModalSheet__Q1W8J {
    position: fixed;
    top: 50%;
    left: 50%;
    right: auto;
    width: min(92vw, 360px);
    max-height: min(78vh, 620px);
    margin-left: 0;
    padding: 12px;
    overflow-y: auto;
    z-index: 260;
    transform: translate(-50%, -46%) scale(0.96);
    transform-origin: center;
    box-shadow: 0 20px 46px rgba(0, 0, 0, 0.3);
  }

  .schedule_scheduleModalSheetOpen___5xDL {
    transform: translate(-50%, -50%) scale(1);
  }

  .schedule_scheduleEventCard__HNPSj {
    width: 100%;
  }

  .schedule_scheduleEventCardBody__Wjgyf {
    padding: 10px;
    gap: 8px;
  }
}

@media (max-width: 480px) {
  .schedule_scheduleTable__Mv4cR th,
  .schedule_scheduleTable__Mv4cR td {
    padding: 9px 6px;
    font-size: 11px;
  }

  .schedule_scheduleCalendarWeekday__h3GQ1 {
    font-size: 11px;
  }

  .schedule_scheduleCalendarDay__ptIvn {
    font-size: 13px;
  }

  .schedule_scheduleModalTitle__LZ_u_ {
    font-size: 16px;
  }

  .schedule_scheduleEventTitle__l1pJ0 {
    font-size: 16px;
  }

  .schedule_scheduleEventDescription__r6Eea {
    font-size: 13px;
  }
}

/* KONAR redesign overrides */
.schedule_scheduleSection__UFiH3 {
  background: transparent;
}

.schedule_tableWrap__BtQyF,
.schedule_scheduleAccordionItem__jnjjm,
.schedule_scheduleAccordionItemLink__fJN0T,
.schedule_scheduleCalendar__pfHb7,
.schedule_scheduleModalSheet__Q1W8J,
.schedule_scheduleEventCard__HNPSj {
  border-color: rgba(255, 255, 255, 0.2);
  background: linear-gradient(180deg, rgba(11, 11, 13, 0.98) 0%, rgba(7, 7, 8, 0.96) 100%);
}

.schedule_scheduleAccordionItemLink__fJN0T:hover,
.schedule_scheduleAccordionItemLink__fJN0T:focus-visible {
  border-color: rgba(255, 64, 34, 0.44);
}

.schedule_scheduleTable__Mv4cR th {
  color: #ff654a;
}

.schedule_scheduleTable__Mv4cR td,
.schedule_scheduleCalendarWeekday__h3GQ1,
.schedule_scheduleEventDescription__r6Eea {
  color: #bcc0c9;
}

.schedule_scheduleCalendarNavBtn__wJf4P {
  color: #ff5f43;
}

.schedule_scheduleCalendarNavBtn__wJf4P:hover {
  background: rgba(255, 64, 34, 0.14);
  color: #ff7b62;
}

.schedule_scheduleCalendarDayHasEvent__oJNea {
  background: linear-gradient(180deg, #ff4f31 0%, #d72915 100%);
}

