._cookieConsentBanner_1k1ea_1 {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  border-top: 1px solid #e0e0e0;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
  z-index: 9999;
  padding: 20px;
  animation: _slideUp_1k1ea_1 0.3s ease-out;
}

@keyframes _slideUp_1k1ea_1 {
  from {
    transform: translateY(100%);
  }
  to {
    transform: translateY(0);
  }
}
._cookieConsentContent_1k1ea_22 {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

._cookieConsentText_1k1ea_30 {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

._cookieIcon_1k1ea_36 {
  flex-shrink: 0;
  margin-top: 2px;
}

._cookieConsentMessage_1k1ea_41 {
  flex: 1;
}
._cookieConsentMessage_1k1ea_41 h3 {
  margin: 0 0 8px 0;
  font-size: 18px;
  font-weight: 600;
  color: #333;
}
._cookieConsentMessage_1k1ea_41 p {
  margin: 0 0 4px 0;
  font-size: 14px;
  color: #666;
  line-height: 1.5;
}
._cookieConsentMessage_1k1ea_41 a {
  color: #1976d2;
  text-decoration: underline;
}
._cookieConsentMessage_1k1ea_41 a:hover {
  color: #1565c0;
}

._cookieConsentButtons_1k1ea_64 {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  align-items: center;
}

._cookieConsentButton_1k1ea_64 {
  padding: 10px 20px;
  border: none;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s;
  white-space: nowrap;
}

._acceptAllButton_1k1ea_82 {
  background: #1976d2;
  color: white;
}
._acceptAllButton_1k1ea_82:hover {
  background: #1565c0;
}

._necessaryOnlyButton_1k1ea_90 {
  background: #f5f5f5;
  color: #333;
  border: 1px solid #ccc;
}
._necessaryOnlyButton_1k1ea_90:hover {
  background: #e0e0e0;
}

._customizeButton_1k1ea_99 {
  background: transparent;
  color: #1976d2;
  text-decoration: underline;
  padding: 10px;
}
._customizeButton_1k1ea_99:hover {
  background: #f5f5f5;
}

._cookiePreferences_1k1ea_109 {
  border-top: 1px solid #e0e0e0;
  padding-top: 16px;
  margin-top: 8px;
}

._preferenceItem_1k1ea_115 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 0;
  border-bottom: 1px solid #f0f0f0;
}
._preferenceItem_1k1ea_115:last-child {
  border-bottom: none;
}

._preferenceInfo_1k1ea_126 {
  flex: 1;
}
._preferenceInfo_1k1ea_126 h4 {
  margin: 0 0 4px 0;
  font-size: 14px;
  font-weight: 600;
  color: #333;
}
._preferenceInfo_1k1ea_126 p {
  margin: 0;
  font-size: 12px;
  color: #666;
}

._savePreferencesButton_1k1ea_141 {
  background: #1976d2;
  color: white;
  margin-top: 12px;
}
._savePreferencesButton_1k1ea_141:hover {
  background: #1565c0;
}

@media (min-width: 768px) {
  ._cookieConsentContent_1k1ea_22 {
    flex-direction: row;
    align-items: center;
  }
  ._cookieConsentText_1k1ea_30 {
    flex: 1;
  }
  ._cookieConsentButtons_1k1ea_64 {
    flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  ._cookieConsentBanner_1k1ea_1 {
    padding: 16px;
  }
  ._cookieConsentButtons_1k1ea_64 {
    flex-direction: column;
    width: 100%;
  }
  ._cookieConsentButton_1k1ea_64 {
    width: 100%;
  }
}._bar_1kzim_1 {
  position: fixed;
  top: 0;
  left: 0;
  height: 3px;
  z-index: 50;
  animation: _pulse_1kzim_1 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  opacity: 1;
  background: var(--darker);
  transition: width 0.4s;
  z-index: 10001;
}

@keyframes _pulse_1kzim_1 {
  50% {
    opacity: 0.5;
  }
}
._initialLoad_165v9_1 {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 99999999;
}
._initialLoad_165v9_1 img {
  width: 378px;
}
._initialLoad_165v9_1 ._logoWrapper_165v9_19 {
  position: relative;
  display: block;
}
._initialLoad_165v9_1 ._icon_165v9_23 {
  border: 3px solid var(--darker);
  border-radius: 50%;
  height: 50px;
  width: 50px;
  margin: 0 0 1px;
  display: inline-block;
  animation: _logo_165v9_19 2s infinite;
  background-color: #fff;
}
._initialLoad_165v9_1 ._icon_165v9_23::before {
  content: "";
  position: absolute;
  width: 50%;
  height: 50%;
  top: 2px;
  left: 2px;
  background-color: var(--darker);
  border-radius: 100% 0 0 0;
}
._initialLoad_165v9_1 ._icon_165v9_23::after {
  content: "";
  background-color: white;
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 100%;
  pointer-events: none;
}
._initialLoad_165v9_1._shown_165v9_54 {
  opacity: 1;
  visibility: visible;
}

@keyframes _logo_165v9_19 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* styles.module.css */
/* Header styles */
._header_qeq44_3 {
  background: #000;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  min-width: 360px;
  display: flex;
  align-items: center;
  padding: var(--spacing-md) var(--spacing-lg);
  z-index: 999;
}
@media (max-width: 960px) {
  ._header_qeq44_3 {
    padding: var(--spacing-md);
  }
}
@media print {
  ._header_qeq44_3 {
    position: relative !important;
  }
}
._header_qeq44_3 svg path {
  fill: #fff;
}

/* LeftWrapper styles */
._wrapper_qeq44_30 {
  margin-right: auto;
}
._wrapper_qeq44_30 h1 {
  display: flex;
  margin: 4px 0 0;
}

._rightWrapper_qeq44_38 {
  display: flex;
  align-items: center;
  column-gap: var(--spacing-md);
}
._rightWrapper_qeq44_38 h1 {
  display: flex;
  margin: 4px 0 0;
}

._StyledIconLink_qeq44_48 {
  padding: 0 !important;
  height: 32px;
  width: 32px;
  justify-content: center;
  margin: 0 var(--spacing-sm) 0 var(--spacing-md) !important;
}
._StyledIconLink_qeq44_48:hover {
  border-color: transparent !important;
}
._StyledIconLink_qeq44_48 svg {
  width: 40px !important;
  height: 40px !important;
}

._logo_qeq44_63 {
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: var(--spacing-sm);
}
._logo_qeq44_63 span {
  margin-top: 4px;
}

._notSticky_qeq44_76 {
  position: absolute !important;
}

._PortalWrapper_qeq44_80 {
  display: flex;
  align-items: center;
}

._BuyCoffeeLink_qeq44_85 {
  display: flex;
  height: 44px;
  width: 156px;
  transition: all 0.3s;
  background: var(--punchColor);
  align-items: center;
  padding: var(--spacing-xs) var(--spacing-md);
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  gap: var(--spacing-md);
  color: var(--darkGray);
}
._BuyCoffeeLink_qeq44_85 ._img_qeq44_99 {
  display: block;
  width: 24px;
  overflow: hidden;
}
._BuyCoffeeLink_qeq44_85 ._img_qeq44_99 img {
  margin-left: -10px;
  height: 44px;
  width: 156px;
}
@media (max-width: 530px) {
  ._BuyCoffeeLink_qeq44_85 {
    display: none;
  }
}

.scrolled ._BuyCoffeeLink_qeq44_85 {
  height: 34px;
  width: 121px;
  gap: var(--spacing-sm);
  font-size: 14px;
}
.scrolled ._BuyCoffeeLink_qeq44_85 ._img_qeq44_99 {
  display: block;
  width: 18px;
  overflow: hidden;
}
.scrolled ._BuyCoffeeLink_qeq44_85 ._img_qeq44_99 img {
  margin-left: -10px;
  height: 34px;
  width: 121px;
}

._BuyCoffeeLink_qeq44_85 {
  border-radius: 24px;
  overflow: hidden;
}

.scrolled ._headerBtn_qeq44_137 {
  height: 34px;
  width: 34px;
}

._globalSearch_qeq44_142 {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  background: #000;
  padding: var(--spacing-md) var(--spacing-lg);
  height: var(--headerHeight);
  display: flex;
  align-items: center;
  gap: var(--spacing-lg);
  z-index: 1003;
}
._globalSearch_qeq44_142 label {
  width: 100%;
}
._globalSearch_qeq44_142 label input:focus {
  border-color: var(--darker);
}
._globalSearch_qeq44_142 ._closeBtn_qeq44_162 {
  position: absolute;
  right: calc(var(--spacing-lg) + var(--spacing-md));
  top: 50%;
  transform: translateY(-50%);
}
._globalSearch_qeq44_142 ._suggestionList_qeq44_168 {
  left: 0;
  right: 0;
  background: #fff;
  padding: 0;
  list-style: none;
  overflow: auto;
  position: fixed;
  top: var(--headerHeight);
  height: auto;
  max-height: calc(100% - var(--headerHeight));
}
._globalSearch_qeq44_142 ._suggestionList_qeq44_168 strong {
  margin-bottom: var(--spacing-md);
  display: block;
  padding-left: var(--spacing-md);
}
._globalSearch_qeq44_142 ._suggestionList_qeq44_168 ._viewMore_qeq44_185 {
  color: var(--darker);
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  margin-top: var(--spacing-md);
  display: block;
  padding-left: var(--spacing-md);
}
._globalSearch_qeq44_142 ._suggestionList_qeq44_168 ._emptyResult_qeq44_194 {
  color: var(--infoHover);
  font-size: 14px;
  font-style: italic;
  padding: 0 var(--spacing-md);
}
._globalSearch_qeq44_142 ._suggestionList_qeq44_168 > li {
  padding: var(--spacing-lg) var(--spacing-md);
  border-bottom: 1px solid var(--border);
}
._globalSearch_qeq44_142 ._suggestionList_qeq44_168 li li a {
  display: block;
  padding: var(--spacing-md);
  color: var(--mainText);
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
._globalSearch_qeq44_142 ._suggestionList_qeq44_168 li li a ._name_qeq44_216 {
  flex-grow: 1;
  min-width: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
._globalSearch_qeq44_142 ._suggestionList_qeq44_168 li li a:hover {
  background: var(--bg);
}
._globalSearch_qeq44_142 ._suggestionList_qeq44_168 ul {
  list-style: none;
}

._headerBtn_qeq44_137 {
  background: var(--gray) !important;
  border: none;
  width: 44px;
  height: 44px;
  border-radius: 100% !important;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
._headerBtn_qeq44_137 svg,
._headerBtn_qeq44_137 svg path {
  transition: all 0.3s;
  fill: var(--main);
}
._headerBtn_qeq44_137:hover, ._headerBtn_qeq44_137._active_qeq44_246, ._headerBtn_qeq44_137.active {
  background: var(--darker) !important;
}
._headerBtn_qeq44_137:hover svg,
._headerBtn_qeq44_137:hover svg path, ._headerBtn_qeq44_137._active_qeq44_246 svg,
._headerBtn_qeq44_137._active_qeq44_246 svg path, ._headerBtn_qeq44_137.active svg,
._headerBtn_qeq44_137.active svg path {
  fill: #fff !important;
}
._popover_5wmj7_1 {
  position: absolute;
  top: 100%;
  right: var(--spacing-md);
  width: 360px;
  max-width: 90vw;
  background: white;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  display: flex;
  flex-direction: column;
  z-index: 1003;
  overflow: hidden;
  border: 1px solid var(--border);
  margin-top: var(--spacing-md);
  max-height: calc(100vh - var(--headerHeight) - var(--spacing-md) - var(--spacing-md));
}
@media (max-width: 530px) {
  ._popover_5wmj7_1 {
    width: 100%;
    left: 0;
    right: 0;
    top: var(--headerHeight);
    margin-top: 0;
    border-radius: 0;
    box-shadow: none;
    max-width: none;
    max-height: none;
    height: calc(100vh - var(--headerHeight));
    overflow-y: auto;
  }
}

._header_5wmj7_34 {
  padding: var(--spacing-md) var(--spacing-lg);
  border-bottom: 1px solid var(--border);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
._header_5wmj7_34 h3 {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
}

._markAllRead_5wmj7_47 {
  background: none;
  border: none;
  color: var(--darker);
  font-size: 12px;
  cursor: pointer;
  padding: var(--spacing-sm) var(--spacing-md);
  font-weight: 500;
  border-radius: 4px;
  transition: color 0.3s;
}
._markAllRead_5wmj7_47:hover {
  color: var(--darkerHover);
}

._list_5wmj7_62 {
  max-height: 400px;
  overflow-y: auto;
  padding: 0;
  margin: 0;
  list-style: none;
}

._item_5wmj7_70 {
  padding: var(--spacing-lg);
  border-bottom: 1px solid var(--border);
  cursor: pointer;
  transition: background-color 0.2s;
  display: flex;
  align-items: flex-start;
  gap: var(--spacing-md);
  background-color: white;
}
._item_5wmj7_70:hover {
  background-color: var(--grey-50);
}
._item_5wmj7_70._read_5wmj7_83 {
  opacity: 1;
}
._item_5wmj7_70._unread_5wmj7_86 {
  background-color: white;
}

._avatarContainer_5wmj7_90 {
  flex-shrink: 0;
}

._content_5wmj7_94 {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  gap: var(--spacing-sm);
  min-width: 0; /* Prevents text overflow issues */
}

._mainContent_5wmj7_102 {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-xs);
}

._read_5wmj7_83 {
  opacity: 0.5;
}

._title_5wmj7_112 {
  font-weight: 600;
  font-size: 14px;
  margin: 0;
  color: var(--mainText);
  line-height: 1.4;
}

._message_5wmj7_120 {
  font-size: 14px;
  color: var(--mainText);
  margin: 0;
  line-height: 1.4;
}

._time_5wmj7_127 {
  font-size: 12px;
  color: var(--secondaryText);
  margin-top: var(--spacing-sm);
}

._unreadIndicator_5wmj7_133 {
  width: 8px;
  height: 8px;
  background-color: var(--rc-focus-color);
  border-radius: 50%;
  flex-shrink: 0;
  margin-top: var(--spacing-md);
  margin-left: var(--spacing-md);
}

._empty_5wmj7_143 {
  padding: var(--spacing-lg);
  text-align: center;
  color: var(--secondaryText);
  font-size: 14px;
  border-bottom: 1px solid var(--border);
}

._footer_5wmj7_151 {
  padding: var(--spacing-md);
  text-align: center;
}

._settingsLink_5wmj7_156 {
  color: var(--darker);
  text-decoration: none;
  font-size: 12px;
  font-weight: 500;
  display: block;
  padding: var(--spacing-sm) var(--spacing-md);
  transition: color 0.3s;
}
._settingsLink_5wmj7_156:hover {
  color: var(--darkerHover);
}._footer_lrpkb_1 {
  padding: var(--spacing-sm) var(--spacing-md);
  font-size: 12px;
  font-weight: 500;
  color: var(--infoHover);
}
._footer_lrpkb_1 ul {
  line-height: 1;
  list-style: none;
  color: var(--infoHover);
  display: flex;
  align-items: center;
  padding: 0;
  flex-wrap: wrap;
  gap: var(--spacing-xs);
}
._footer_lrpkb_1 ul li {
  display: inline-block;
  border: none !important;
}
._footer_lrpkb_1 ul a {
  color: var(--infoHover);
  text-decoration: none;
  transition: border 0.3s;
  border-bottom: 1px solid transparent;
}
._footer_lrpkb_1 ul a:hover {
  border-color: var(--infoHover);
}
._footer_lrpkb_1 p {
  margin: var(--spacing-xs) 0 0;
  font-size: 12px;
  font-weight: 600;
  color: var(--mainText);
}
._Header_1vsrp_1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 var(--spacing-lg);
}
._Header_1vsrp_1 h1 {
  font-size: 20px;
  color: var(--main);
  margin: 0;
}
._Header_1vsrp_1 button {
  border: none;
  background: #f1f2f3;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  height: 30px;
  width: 30px;
  border-radius: 4px;
  padding: 0;
  margin: 0;
  transition: background 0.3s;
}
._Header_1vsrp_1 button:hover {
  background: #e1e2e3;
}

._Wrapper_1vsrp_30 {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 50%;
  height: 80%;
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 10px;
  padding: var(--spacing-xl);
  box-shadow: 0 0 10px rgba(37, 37, 37, 0.4);
  z-index: 11;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  z-index: 10001;
}
@media (max-width: 960px) {
  ._Wrapper_1vsrp_30 {
    width: auto;
    height: auto;
    left: 0;
    top: var(--headerHeight);
    bottom: 0;
    right: 0;
    border-radius: 0;
    transform: translate(0, 0);
    box-shadow: none;
  }
}

._Success_1vsrp_61 p {
  color: var(--main);
}
._Header_4dkc9_1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 var(--spacing-lg);
}
._Header_4dkc9_1 h1 {
  font-size: 20px;
  color: var(--main);
  margin: 0;
}
._Header_4dkc9_1 button {
  border: none;
  background: #f1f2f3;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  height: 30px;
  width: 30px;
  border-radius: 4px;
  padding: 0;
  margin: 0;
  transition: background 0.3s;
}
._Header_4dkc9_1 button:hover {
  background: #e1e2e3;
}

._Wrapper_4dkc9_30 {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 50%;
  height: 80%;
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 10px;
  padding: var(--spacing-xl);
  box-shadow: 0 0 10px rgba(37, 37, 37, 0.4);
  z-index: 11;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  z-index: 10002;
}
@media (max-width: 960px) {
  ._Wrapper_4dkc9_30 {
    width: auto;
    height: auto;
    left: 0;
    top: var(--headerHeight);
    bottom: 0;
    right: 0;
    border-radius: 0;
    transform: translate(0, 0);
    box-shadow: none;
  }
}

._Success_4dkc9_61 p {
  color: var(--main);
}
