/*!********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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]!./app/judo/judo.module.css ***!
  \********************************************************************************************************************************************************************************************************************************************************************/
.judo_judoPage__J6uOd {
  background: var(--bg-main);
}

.judo_judoPageCard__sjYCi {
  background: transparent;
  border: 0;
  padding: 0;
  max-width: 96ch;
}

.judo_judoPageCard__sjYCi p {
  margin: 0 0 14px;
  color: var(--text-muted);
  line-height: 1.75;
}

.judo_judoPageCard__sjYCi p:last-child {
  margin-bottom: 0;
}

.judo_judoRulesCard__DgkM8 {
  display: grid;
  gap: 14px;
}

.judo_judoRulesParagraph__i1vT_ {
  margin: 0;
}

.judo_judoRulesLead__OEgXa {
  font-weight: 700;
  color: var(--text-main);
}

.judo_judoRulesSubheading__uExCU {
  margin: 18px 0 2px;
  font-size: clamp(20px, 2.2vw, 30px);
  line-height: 1.15;
  text-transform: uppercase;
}

.judo_judoRulesBullet__ArBcF {
  padding-left: 12px;
  border-left: 2px solid var(--border);
}

.judo_judoContentStack__64VsR {
  display: grid;
  gap: 36px;
}

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

.judo_judoRulesBullet__ArBcF {
  border-left-color: rgba(255, 64, 34, 0.5);
}

.judo_judoRulesSubheading__uExCU {
  color: #ff6146;
}

/*!***************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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;
  }
}

