/*!************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/next@15.3.6_@babel+core@7.28.4_react-dom@19.1.1_react@19.1.1__react@19.1.1_sass@1.93.2/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[5].use[2]!./node_modules/.pnpm/next@15.3.6_@babel+core@7.28.4_react-dom@19.1.1_react@19.1.1__react@19.1.1_sass@1.93.2/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[5].use[3]!./components/common/SearchCatalog/SearchCatalog.module.css ***!
  \************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.SearchCatalog_searchCatalog__Yr2BE {
  width: 100%;
}

.SearchCatalog_searchCatalogInput__qg8YN {
  background: rgba(255,255,255,0.08);
  height: 40px;
  display: flex;
  align-items: center;
  gap: 8px;
  line-height: 40px;
  border-radius: 10px;
  padding: 0 14px;
  width: 100%;
  border: 1px solid rgba(255,255,255,0.1);
  box-sizing: border-box;
}

.SearchCatalog_searchInput__XVlTQ {
  border: none;
  outline: none;
  background: transparent;
  margin-left: 8px;
  font-size: 15px;
  color: var(--text-color);
  width: 100%;
}

@media (max-width: 700px) {
  .SearchCatalog_searchCatalogInput__qg8YN {
    height: 36px;
    line-height: 36px;
  }
}

/*!******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/next@15.3.6_@babel+core@7.28.4_react-dom@19.1.1_react@19.1.1__react@19.1.1_sass@1.93.2/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[5].use[2]!./node_modules/.pnpm/next@15.3.6_@babel+core@7.28.4_react-dom@19.1.1_react@19.1.1__react@19.1.1_sass@1.93.2/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[5].use[3]!./components/common/MultiCheckSelect/MultiCheckSelect.module.css ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.MultiCheckSelect_container__Bjt9A {
  position: relative;
  width: 100%;
  min-width: 180px;
  box-sizing: border-box;
}

.MultiCheckSelect_trigger__JzOYk {
  width: 100%;
  background-color: var(--second-color, #1f1f1f);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  padding: 8px 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  color: var(--text-color, #fff);
  font-size: 14px;
  transition: all 0.2s ease;
  min-height: 40px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  box-sizing: border-box;
}

.MultiCheckSelect_trigger__JzOYk:hover {
  border-color: rgba(255, 255, 255, 0.3);
  background-color: var(--second-in-color, rgba(255, 255, 255, 0.05));
}

.MultiCheckSelect_trigger__JzOYk.MultiCheckSelect_open__Ogl2P {
  border-color: rgba(255, 255, 255, 0.5);
  background-color: var(--second-in-color, rgba(255, 255, 255, 0.05));
}

.MultiCheckSelect_value__2KBbD {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-right: 8px;
  flex: 1 1;
}

.MultiCheckSelect_placeholder__DQvRo {
  color: var(--other-text-color, #9ca3af);
}

.MultiCheckSelect_arrow__C_gPV {
  font-size: 10px;
  transition: transform 0.2s;
  opacity: 0.7;
}

.MultiCheckSelect_trigger__JzOYk.MultiCheckSelect_open__Ogl2P .MultiCheckSelect_arrow__C_gPV {
  transform: rotate(180deg);
}

.MultiCheckSelect_dropdown__oLIoW {
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  right: 0;
  background-color: var(--second-color, #1f1f1f);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
  z-index: 1000;
  max-height: 300px;
  overflow-y: auto;
  padding: 6px;
  animation: MultiCheckSelect_fadeIn__2FAGn 0.15s ease-out;
  box-sizing: border-box;
}

.MultiCheckSelect_option___HC9g {
  display: flex;
  align-items: center;
  padding: 8px 10px;
  cursor: pointer;
  border-radius: 6px;
  transition: background-color 0.15s;
  color: var(--text-color, #fff);
  font-size: 14px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  margin-bottom: 2px;
}

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

.MultiCheckSelect_option___HC9g:hover {
  background-color: var(--second-in-color, rgba(255, 255, 255, 0.05));
}

.MultiCheckSelect_option___HC9g.MultiCheckSelect_selected__ns3_F {
  background-color: rgba(59, 130, 246, 0.15); /* Light blue tint */
}

.MultiCheckSelect_checkbox__oTn8o {
  width: 18px;
  height: 18px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 4px;
  margin-right: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s;
  flex-shrink: 0;
  background-color: rgba(0, 0, 0, 0.2);
}

.MultiCheckSelect_option___HC9g:hover .MultiCheckSelect_checkbox__oTn8o {
  border-color: rgba(255, 255, 255, 0.5);
}

.MultiCheckSelect_option___HC9g.MultiCheckSelect_selected__ns3_F .MultiCheckSelect_checkbox__oTn8o {
  background-color: var(--base-color, #3b82f6);
  border-color: var(--base-color, #3b82f6);
}

.MultiCheckSelect_checkIcon__f9hHJ {
  color: white;
  font-size: 12px;
  font-weight: bold;
}

.MultiCheckSelect_label__toLQz {
  flex: 1 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@keyframes MultiCheckSelect_fadeIn__2FAGn {
  from { opacity: 0; transform: translateY(-5px); }
  to { opacity: 1; transform: translateY(0); }
}

/* Scrollbar styles */
.MultiCheckSelect_dropdown__oLIoW::-webkit-scrollbar {
  width: 6px;
}

.MultiCheckSelect_dropdown__oLIoW::-webkit-scrollbar-track {
  background: transparent;
}

.MultiCheckSelect_dropdown__oLIoW::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 3px;
}

.MultiCheckSelect_dropdown__oLIoW::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.2);
}

/*!****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/next@15.3.6_@babel+core@7.28.4_react-dom@19.1.1_react@19.1.1__react@19.1.1_sass@1.93.2/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[5].use[2]!./node_modules/.pnpm/next@15.3.6_@babel+core@7.28.4_react-dom@19.1.1_react@19.1.1__react@19.1.1_sass@1.93.2/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[5].use[3]!./components/HomeLists/styles/TitleCard.module.css ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.TitleCard_cardLink__dzASV {
  text-decoration: none;
  color: inherit;
}

.TitleCard_titleCard__4NAVk {
  --card-width: 115px;
  --img-ratio: 1.4; 
  width: 100%;
  max-width: var(--card-width);
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.TitleCard_imageContainer__8LPY2 {
  position: relative;
  width: 100%;
  padding-top: calc(var(--img-ratio) * 100%);
  border-radius: 10px;
  overflow: hidden;
  background: var(--background-color);
}

.TitleCard_titleImg__6FRGX {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.TitleCard_titleEpisode__awVbc {
  position: absolute;
  left: 6px;
  bottom: 6px;
  padding: 3px 6px;
  border-radius: 4px;
  font-size: 0.75rem;
  background: rgba(0, 0, 0, 0.7);
  color: white;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 90%;
}

.TitleCard_textContainer__Cgc_s {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.TitleCard_titleName__mP7ha {
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--text-color);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.2;
  margin: 0;
}

.TitleCard_titleType__UwWeB {
  font-size: 0.85rem;
  color: var(--other-text-color);
}
/*!***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/next@15.3.6_@babel+core@7.28.4_react-dom@19.1.1_react@19.1.1__react@19.1.1_sass@1.93.2/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[5].use[2]!./node_modules/.pnpm/next@15.3.6_@babel+core@7.28.4_react-dom@19.1.1_react@19.1.1__react@19.1.1_sass@1.93.2/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[5].use[3]!./components/Footer/styles.module.css ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.styles_footer__KoQ2V{
  margin-top: 80px;
  margin-bottom: 80px;
  border-top: 1px solid #2C2C2C;
  width: 100%;
  color: #8a8a8e;
}

.styles_content__QGmLN{
  padding: 10px;
  text-align: center;
}

.styles_content_list__Q0RAA{
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-top: 10px;
}

.styles_content_list__Q0RAA li{
  text-decoration: underline;
  cursor: pointer;
}

/*!**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/next@15.3.6_@babel+core@7.28.4_react-dom@19.1.1_react@19.1.1__react@19.1.1_sass@1.93.2/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[5].use[2]!./node_modules/.pnpm/next@15.3.6_@babel+core@7.28.4_react-dom@19.1.1_react@19.1.1__react@19.1.1_sass@1.93.2/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[5].use[3]!./app/catalog/Catalog.module.css ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.Catalog_category_title_text__6ERa1 {
    margin: 0 auto;
    max-width: 1300px;
    color: white;
    margin-top: 20px;
    margin-bottom: 20px;
}

.Catalog_catalog_title_List__vMPUI {
  margin: 0 auto;
  max-width: 1300px;
  padding: 0px 20px;
  display: grid;
  grid-gap: 10px;
  gap: 10px;
  grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
}

/* skeleteon */

.Catalog_skeletonCard__4b_2z {
    --img-ratio: 1.4;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.Catalog_skeletonImageContainer__nh3lt {
  position: relative;
  width: 100%;
  padding-top: calc(var(--img-ratio) * 100%);
  border-radius: 10px;
  overflow: hidden;
}

.Catalog_skeletonTitleEpisode__Dq5VQ {
  position: absolute;
  left: 6px;
  bottom: 6px;
  height: 16px;
  width: 50%;
  border-radius: 4px;
  background-color: #444;
}

.Catalog_skeletonTextContainer__2sxmx {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.Catalog_skeletonTitleName__yAEmw {
  height: 16px;
  width: 90%;
  border-radius: 4px;
  background-color: #444;
}

.Catalog_skeletonTitleType__5e6jb {
  height: 14px;
  width: 50%;
  border-radius: 4px;
  background-color: #444;
}

@keyframes Catalog_pulse__ubHOh {
    0% {
        background-color: #313131;
    }

    50% {
        background-color: #3d3d3d;
    }

    100% {
        background-color: #313131;
    }
}


/*  */

/* В файле CSS */
.Catalog_loading_spinner__tBmO_ {
    border: 4px solid #f3f3f3;
    /* Цвет фона */
    border-top: 4px solid #3498db;
    /* Цвет полосы */
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: Catalog_spin__DpMok 2s linear infinite;
}

@keyframes Catalog_spin__DpMok {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


.Catalog_noResults__ZH7al {
    color: white;
}

@keyframes Catalog_fadeIn__7myJY {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}



@media (max-width: 1300px) {
 .Catalog_category_title_text__6ERa1, .Catalog_catalog_title_List__vMPUI{
    padding-left: 15px;
    padding-right: 15px;
 }
}

.Catalog_filtersBar__Nu_s_ {
  margin: 0 auto;
  max-width: 1300px;
  padding: 0 20px;
  position: relative;
}

.Catalog_controlsCard__VNOFP {
  margin-top: 8px;
  background: linear-gradient(135deg, var(--second-color) 0%, rgba(255,255,255,0.05) 100%);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 12px;
  padding: 12px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  grid-gap: 12px;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 12px;
  box-sizing: border-box;
}

.Catalog_controlsLeft__cXXcb {
  min-width: 240px;
}

.Catalog_controlsRight__akmTx {
  display: flex;
  gap: 8px;
  flex: 0 0 auto;
}

.Catalog_filtersToggle__xcaYX {
  background-color: var(--second-color);
  color: var(--text-color);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 10px;
  height: 40px;
  line-height: 40px;
  padding: 0 14px;
  cursor: pointer;
}

.Catalog_filtersPanel___bvJl {
  margin-top: 12px;
  background: linear-gradient(135deg, var(--second-color) 0%, rgba(255,255,255,0.05) 100%);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 12px;
  padding: 16px;
  margin-bottom: 16px;
  overflow: visible;
  position: relative;
  z-index: 20;
  transition: max-height 0.35s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.35s cubic-bezier(0.22, 1, 0.36, 1), transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), padding 0.35s cubic-bezier(0.22, 1, 0.36, 1), margin 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: max-height, opacity, transform, padding, margin;
}

.Catalog_filtersOpen__GVJXN {
  max-height: 1000px;
  opacity: 1;
  transform: translateY(0);
}

.Catalog_filtersClose__idcko {
  max-height: 0;
  opacity: 0;
  transform: translateY(-6px);
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
  overflow: hidden;
}

.Catalog_filtersRow__UQENE {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 12px;
}

.Catalog_filterCol__6Ms5f {
  min-width: 180px;
  flex: 1 1;
}

.Catalog_filterColAuto__gNvms {
  min-width: 180px;
  flex: 0 0 auto;
}

.Catalog_checkboxRow__gCQsv {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  height: 40px;
}

.Catalog_filterCheckbox__zd3hr {
  width: 18px;
  height: 18px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 6px;
  background: linear-gradient(180deg, rgba(255,255,255,0.08) 0%, rgba(255,255,255,0.06) 100%);
  cursor: pointer;
  transition: background 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease, transform 0.1s ease;
}

.Catalog_filterCheckbox__zd3hr:hover {
  background: rgba(255,255,255,0.10);
  border-color: rgba(255,255,255,0.25);
  box-shadow: 0 2px 8px rgba(0,0,0,0.15);
}

.Catalog_filterCheckbox__zd3hr:active {
  transform: translateY(1px);
}

.Catalog_filterCheckbox__zd3hr:checked {
  background-color: var(--base-color);
  border-color: var(--base-color);
  box-shadow: 0 0 0 3px rgba(var(--base-color-rgb), 0.2);
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none'><path d='M20 6L9 17l-5-5' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/></svg>");
  background-repeat: no-repeat;
  background-position: center;
}

.Catalog_checkboxText__m0zp_ {
  color: var(--text-color);
  font-size: 14px;
  font-weight: 500;
}
.Catalog_filterLabel__rNoaj {
  display: block;
  margin-bottom: 6px;
  color: var(--other-text-color);
  font-size: 14px;
}

.Catalog_selectWrap__WlmZw {
  position: relative;
}

.Catalog_customSelectButton__YEHd8 {
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

.Catalog_customSelectText__uY9Xp {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.Catalog_customOptions__ZXVN2 {
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  right: 0;
  background: var(--second-color);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 8px;
  box-shadow: 0 8px 30px rgba(0,0,0,0.35);
  z-index: 1000;
  max-height: 260px;
  overflow-y: auto;
  padding: 6px;
  animation: Catalog_slideFadeIn__Rg3HP 0.15s ease-out;
}

.Catalog_optionItem__uZCXn {
  padding: 8px 10px;
  border-radius: 6px;
  color: var(--text-color);
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.15s ease, color 0.15s ease;
}

.Catalog_optionItem__uZCXn:hover {
  background: var(--second-in-color);
}

.Catalog_optionSelected__YlrRO {
  background: rgba(var(--base-color-rgb), 0.25);
  color: #fff;
}
.Catalog_filterSelect__xrTCN {
  width: 100%;
  background: linear-gradient(180deg, rgba(255,255,255,0.08) 0%, rgba(255,255,255,0.06) 100%);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 8px;
  padding: 8px 10px;
  color: var(--text-color);
  height: 40px;
  line-height: 24px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 36px;
  transition: background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, transform 0.15s ease;
  color-scheme: dark;
  box-sizing: border-box;
}

.Catalog_filterSelect__xrTCN:focus {
  border-color: var(--base-color);
  box-shadow: 0 0 0 3px rgba(var(--base-color-rgb), 0.15);
  outline: none;
  background: rgba(255,255,255,0.12);
}

.Catalog_filterSelect__xrTCN:hover {
  background: rgba(255,255,255,0.10);
  border-color: rgba(255,255,255,0.18);
  box-shadow: 0 2px 10px rgba(0,0,0,0.15);
}

.Catalog_filterSelect__xrTCN:active {
  background: rgba(255,255,255,0.14);
  transform: translateY(1px);
}

.Catalog_filterInput__NlKay {
  width: 100%;
  background: linear-gradient(180deg, rgba(255,255,255,0.08) 0%, rgba(255,255,255,0.06) 100%);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 8px;
  padding: 8px 10px;
  padding-right: 36px;
  color: var(--text-color);
  height: 40px;
  line-height: 24px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, transform 0.15s ease;
  color-scheme: dark;
  box-sizing: border-box;
}

.Catalog_filterInput__NlKay:focus {
  border-color: var(--base-color);
  box-shadow: 0 0 0 3px rgba(var(--base-color-rgb), 0.15);
  outline: none;
  background: rgba(255,255,255,0.12);
}

.Catalog_filterInput__NlKay:hover {
  background: rgba(255,255,255,0.10);
  border-color: rgba(255,255,255,0.18);
  box-shadow: 0 2px 10px rgba(0,0,0,0.15);
}

.Catalog_filterInput__NlKay:active {
  background: rgba(255,255,255,0.14);
  transform: translateY(1px);
}

.Catalog_filterInput__NlKay::-webkit-outer-spin-button,
.Catalog_filterInput__NlKay::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.Catalog_filterInput__NlKay[type=number] {
  -moz-appearance: textfield;
}

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

.Catalog_selectIcon__EbRYn {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  pointer-events: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--other-text-color);
  opacity: 0.8;
  transition: transform 0.25s ease, opacity 0.2s ease;
}

.Catalog_selectWrap__WlmZw:focus-within .Catalog_selectIcon__EbRYn {
  transform: translateY(-50%) rotate(180deg);
  opacity: 1;
}

.Catalog_selectWrap__WlmZw:hover .Catalog_selectIcon__EbRYn {
  opacity: 1;
}

.Catalog_filterSelect__xrTCN option {
  background-color: #1f1f1f;
  color: var(--text-color);
}

@media (max-width: 640px) {
  .Catalog_filterSelect__xrTCN {
    height: 36px;
    font-size: 13px;
    padding: 6px 10px;
  }
}

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

.Catalog_actionsRight___cYSw {
  display: flex;
  gap: 8px;
  margin-left: auto;
}

.Catalog_clearBtn__ScBNi {
  background-color: transparent;
  color: var(--text-color);
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 8px;
  padding: 8px 12px;
  cursor: pointer;
}

.Catalog_applyBtn___UptB {
  background-color: var(--base-color);
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 8px 12px;
  cursor: pointer;
  transition: background 0.15s ease, transform 0.15s ease;
}

.Catalog_applyBtn___UptB:hover {
  background-color: var(--base-color-strong);
}

.Catalog_applyBtn___UptB:active {
  transform: translateY(1px);
}

.Catalog_catalog_title_List__vMPUI {
  margin-top: 12px;
}

@keyframes Catalog_slideFadeIn__Rg3HP {
  from {
    opacity: 0;
    transform: translateY(-6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes Catalog_slideFadeOut__87Gf7 {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(-6px);
  }
}

/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/next@15.3.6_@babel+core@7.28.4_react-dom@19.1.1_react@19.1.1__react@19.1.1_sass@1.93.2/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[5].use[2]!./node_modules/.pnpm/next@15.3.6_@babel+core@7.28.4_react-dom@19.1.1_react@19.1.1__react@19.1.1_sass@1.93.2/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[5].use[3]!./components/Nav/Nav.module.css ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.Nav_nav__dr235 {
  background-color: var(--second-color);
}

.Nav_container__0TFsw {
  margin: 0 auto;
  max-width: 1300px;
}

/* Add these to your existing Nav.module.css */

.Nav_settingsButton__aznqO {
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  border-radius: 8px;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.Nav_settingsButton__aznqO:hover {
  background: rgba(255, 255, 255, 0.1);
  transform: rotate(90deg);
}

.Nav_settingsIcon__jMR9H {
  width: 24px;
  height: 24px;
  fill: rgba(255, 255, 255, 0.8);
}

.Nav_settingsButton__aznqO:hover .Nav_settingsIcon__jMR9H {
  fill: #ffffff;
}

.Nav_siteMenu__cnbW_ {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.Nav_siteMenuItemsBox__vSoi5 {
  display: flex;
  gap: 15px;
  padding-left: 0;
}

.Nav_siteMenuItemsBox__vSoi5 ul {
  margin: 0;
  padding: 0;
}

.Nav_siteMenuItemsBox__vSoi5 li {
  color: var(--text-color);
  list-style: none;
  font-size: 14px;
  font-weight: 500;

  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;

  cursor: pointer;

  padding: 10px;
  border-radius: 5px;
}

.Nav_siteMenuItemsBox__vSoi5 a {
  color: var(--text-color);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
}

.Nav_siteMenuItemsBox__vSoi5 li:hover {
  background-color: var(--second-in-color);
}

.Nav_siteMenu__cnbW_ svg,
.Nav_siteMenu__cnbW_ path {
  fill: var(--text-color);
}

.Nav_siteMenuItemsBox__vSoi5 li:hover svg,
.Nav_siteMenuItemsBox__vSoi5 li:hover path {
  fill: var(--base-color);
}


.Nav_siteLogo__PPRVW {
  width: 110px;
  cursor: pointer;
}

.Nav_siteLogo_newyear__3wyPw{
  fill: unset;
  cursor: pointer;
  width: 116px;
  height: 40px;
}

.Nav_Nav-module__x_hx6q__siteMenu__Idhrh path.Nav_keep-fill_1__Lpnvv {
    fill: #AA8B65 !important;
}
.Nav_Nav-module__x_hx6q__siteMenu__Idhrh path.Nav_keep-fill_2__h_Tr0 {
    fill: #836948 !important;
}
.Nav_Nav-module__x_hx6q__siteMenu__Idhrh path.Nav_keep-fill_3__2cXUK {
    fill: #33A854 !important;
}
.Nav_Nav-module__x_hx6q__siteMenu__Idhrh path.Nav_keep-fill_4__GFLv2 {
    fill: #278243 !important;
}
.Nav_Nav-module__x_hx6q__siteMenu__Idhrh path.Nav_keep-fill_5__AXuUc {
    fill: #836948 !important;
}.Nav_Nav-module__x_hx6q__siteMenu__Idhrh path.Nav_keep-fill_6__vaUOs {
    fill: #C6C3CB !important;
}.Nav_Nav-module__x_hx6q__siteMenu__Idhrh path.Nav_keep-fill_7__NewRf {
    fill: #DFDFE2 !important;
}.Nav_Nav-module__x_hx6q__siteMenu__Idhrh path.Nav_keep-fill_4__GFLv2 {
    fill: #836948 !important;
}

.Nav_menuIco__AmN8N {
  width: 17px;
  height: 17px;
}

.Nav_userMenu__zcrv3 {
  display: flex;
  gap: 5px;
}


.Nav_menuUserContainer__m9IUb {
  position: relative;
  min-width: 40px;
  min-height: 40px;
  border-radius: 10px;
  overflow: hidden;
}

.Nav_menuUserContainer__m9IUb .Nav_userBorderImg__JFatN {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 44px;
  height: 44px;
  transform: translate(-50%, -50%);
  z-index: 2;
  pointer-events: none;
}

.Nav_menuUserContainer__m9IUb .Nav_userImg__Vb6D0 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
  z-index: 1;
  cursor: pointer;
}

.Nav_userMenu__zcrv3 .Nav_userMenuBtn__NKuUc {
  padding: 10px;
  border-radius: 5px;
  height: 15px;
  cursor: pointer;
  position: relative;
}

.Nav_userMenuBtn__NKuUc:hover svg,
.Nav_userMenuBtn__NKuUc:hover path {
  fill: var(--base-color);
}

.Nav_userMenuBtn__NKuUc:hover {
  background-color: var(--second-in-color);
}

.Nav_userMenuBtn__NKuUc:hover .Nav_bellCounter__eG5QJ {
  opacity: 0;
}

.Nav_bellCounter__eG5QJ {
  position: absolute;
  background-color: var(--base-color);
  border-radius: 100%;
  font-size: 9px;
  padding: 2px 5px;
  color: white;
  top: 0px;
  left: 20px;
  opacity: 1;
  transition: all 0.3s;
}

.Nav_siteLogo__PPRVW path {
  transition: fill 0.3s;
}

.Nav_siteLogo__PPRVW:hover path {
  fill: var(--base-color);
}

.Nav_userMenuMobileSearch__zkavQ {
  display: none;
}

.Nav_siteMenu__cnbW_ a {
  line-height: 0px;
}

.Nav_mobile_menu_ico__CGMut {
  cursor: pointer;
  display: none;
}

.Nav_logo_box__TnGPG {
  display: flex;
  gap: 10px;
  align-items: center;
}


.Nav_overlay__cdORI {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  z-index: 10;
  transition: background-color 0.3s ease-in-out;
  pointer-events: none;
}

.Nav_overlayVisible__qPsy0 {
  background-color: rgba(0, 0, 0, 0.5);
  pointer-events: all;
}

.Nav_menu__8F1dQ {
  background-color: var(--second-color);
  width: 75%;
  height: 100%;
  position: absolute;
  left: -100%;
  box-shadow: 2px 0 10px rgba(0, 0, 0, 0.2);
  padding: 20px;
  box-sizing: border-box;
  transition: left 0.3s ease-in-out;
}

.Nav_menu__8F1dQ.Nav_open__kRg6T {
  left: 0;
}

.Nav_overlay__cdORI .Nav_menu_title__OQEkj {
  color: var(--text-color);
  font-weight: 500;
  font-size: 18px;
}

.Nav_overlay__cdORI .Nav_menu_sub_title__Ohq5b {
  color: var(--other-text-color);
  font-weight: 400;
  font-size: 13px;
  margin-top: 10px;
}

.Nav_overlay__cdORI ul {
  margin: 0;
  padding: 0;
  margin-top: 20px;
}

.Nav_overlay__cdORI li {
  list-style: none;
  padding: 10px;
  background-color: var(--second-in-color);
  border-radius: 5px;
  margin-bottom: 10px;
  color: var(--text-color);
  cursor: pointer;
}

.Nav_overlay__cdORI a {
  color: var(--text-color);
  display: flex;
  align-items: center;
  gap: 20px;
}

@media (max-width: 1300px) {
  .Nav_container__0TFsw {
    padding: 0px 15px;
  }
}

@media (max-width: 1200px) {
  .Nav_siteMenuItemsBox__vSoi5 {
    display: none;
  }

  .Nav_mobile_menu_ico__CGMut {
    display: block;
  }

  .Nav_siteMenu__cnbW_ {
    padding: 15px 0px;
  }

  .Nav_userMenuMobileSearch__zkavQ {
    display: block;
  }

  .Nav_userMenuMobileSearch__zkavQ svg {
    width: 19px;
    height: 19px;
  }
}

.Nav_menuSignInBtn__fZyxZ {
  background-color: aliceblue;
  color: black;
  padding: 5px 10px;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.Nav_menuSignInBtn__fZyxZ:hover {
  background-color: var(--text-color);
}

.Nav_notificationContainer__F2hwB {
  position: relative;
  display: inline-block;
}

.Nav_notificationOverlay___CWS_ {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

.Nav_notificationOverlay___CWS_.Nav_overlayVisible__qPsy0 {
  opacity: 1;
  pointer-events: auto;
}

.Nav_notificationPanel__9GXj4 {
  position: fixed;
  top: 0;
  right: -400px;
  width: 400px;
  height: 100vh;
  background-color: var(--second-color);
  box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
  transition: right 0.3s ease;
  display: flex;
  flex-direction: column;
  z-index: 1001;
}

.Nav_notificationPanel__9GXj4.Nav_open__kRg6T {
  right: 0;
}

.Nav_panelHeader__o3Bf5 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
  border-bottom: 1px solid var(--second-in-color);
}

.Nav_panelTitle__Xihzk {
  margin: 0;
  font-size: 1.2rem;
  color: var(--text-color);
}

.Nav_closeButton___E8K3 {
  background: none;
  border: none;
  font-size: 1.5rem;
  cursor: pointer;
  padding: 8px;
  color: var(--text-color);
}

.Nav_notificationList__r89Gz {
  flex: 1 1;
  overflow-y: auto;
  padding: 16px;
}

.Nav_notificationItem__PZRWQ {
  padding: 12px 0;
  border-bottom: 1px solid var(--second-in-color);
  display: flex;
  gap: 15px;

  line-height: unset !important;
}

.Nav_notificationContent__VFsa9 {
  margin-bottom: 4px;
  color: var(--text-color);
}

.Nav_notificationTime__0pSRh {
  font-size: 0.8rem;
  color: #666;
}

.Nav_notificationSideBar__4H9Fy img {
  width: 80px;
  border-radius: 5px;
}

.Nav_open__kRg6T,
.Nav_NotificationBox__0H3n7 {
  cursor: auto;
}

/* Адаптация для мобильных устройств */
@media (max-width: 768px) {
  .Nav_notificationPanel__9GXj4 {
    width: 100%;
    right: -100%;
  }

}

@media (max-width: 380px) {
  .Nav_userMenu__zcrv3 {
    gap: 5px;
  }
}

.Nav_notificationItem__PZRWQ {
  position: relative;
  padding: 12px 0;
  border-bottom: 1px solid var(--second-in-color);
  display: flex;
  gap: 15px;
  align-items: flex-start;
  line-height: unset !important;
}

.Nav_notificationItem__PZRWQ.Nav_removing__mOl9u {
  opacity: 0.6;
  pointer-events: none;
}

.Nav_notificationSideBar__4H9Fy {
  flex-shrink: 0;
}

.Nav_notificationSideBar__4H9Fy img {
  width: 80px;
  border-radius: 5px;
}

.Nav_notificationContent__VFsa9 {
  flex: 1 1;
  cursor: pointer;
  transition: background-color 0.2s ease;
  padding: 8px;
  border-radius: 4px;
  margin: -8px;
}

.Nav_notificationContent__VFsa9:hover {
  background-color: var(--second-in-color);
}

.Nav_notificationContent__VFsa9:focus {
  outline: 2px solid var(--primary-color);
  outline-offset: 2px;
}

.Nav_notificationText__Yv__I {
  margin-bottom: 4px;
  color: var(--text-color);
  font-weight: 500;
  line-height: 1.4;
}

.Nav_notificationTime__0pSRh {
  font-size: 0.8rem;
  color: #666;
}

.Nav_removeButton__2MFNQ {
  position: absolute;
  top: 12px;
  right: 0;
  background: none;
  border: none;
  font-size: 1.2rem;
  cursor: pointer;
  padding: 4px 8px;
  color: #999;
  border-radius: 3px;
  transition: all 0.2s ease;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.Nav_removeButton__2MFNQ:hover:not(:disabled) {
  background-color: rgba(255, 0, 0, 0.1);
  color: #ff4444;
}

.Nav_removeButton__2MFNQ:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.Nav_removeButton__2MFNQ:focus {
  outline: 2px solid var(--primary-color);
  outline-offset: 1px;
}

.Nav_menuItem__lBvCm {
  background-color: transparent;
  border: none;
  display: flex;
  gap: 5px;
  cursor: pointer;
  font-size: 16px;
  color: rgb(204, 199, 199);
  font-weight: 500;
}

/* Анимация для удаления */
@keyframes Nav_slideOut__Rrr9Q {
  from {
    opacity: 1;
    transform: translateX(0);
  }

  to {
    opacity: 0;
    transform: translateX(-100%);
  }
}

.Nav_notificationItem__PZRWQ.Nav_removing__mOl9u {
  animation: Nav_slideOut__Rrr9Q 0.3s ease forwards;
}

/* Адаптация для мобильных */
@media (max-width: 768px) {
  .Nav_notificationItem__PZRWQ {
    padding: 10px 0;
    gap: 12px;
  }

  .Nav_notificationSideBar__4H9Fy img {
    width: 60px;
  }

  .Nav_removeButton__2MFNQ {
    top: 10px;
    right: -5px;
    width: 25px;
    height: 25px;
    font-size: 1rem;
  }

  .Nav_notificationContent__VFsa9 {
    padding: 6px;
    margin: -6px;
  }
}

@media (max-width: 380px) {
  .Nav_notificationItem__PZRWQ {
    gap: 8px;
  }

  .Nav_notificationSideBar__4H9Fy img {
    width: 50px;
  }

  .Nav_notificationText__Yv__I {
    font-size: 0.9rem;
  }

  .Nav_notificationTime__0pSRh {
    font-size: 0.75rem;
  }
}

/* NEWYEAR */
.Nav_lightrope__ihLI0 {
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  position: absolute;
  z-index: 1;
  margin: -15px 0 0 0;
  padding: 0;
  height: 100px;
  pointer-events: none;
  width: 100%;
}
.Nav_lightrope__ihLI0 li {
  position: relative;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
  width: 6px;
  height: 14px;
  border-radius: 50%;
  margin: 10px;
  display: inline-block;
  background: #191919;
  box-shadow: 0px 2.33333px 12px 1.5px #191919;
  animation-name: Nav_flash-1__EgM_2;
  animation-duration: 2s;
}
.Nav_lightrope__ihLI0 li:nth-child(2n+1) {
  background: #191919;
  box-shadow: 0px 4.66667px 24px 3px #191919;
  animation-name: Nav_flash-2__SqT0N;
  animation-duration: 0.4s;
}
.Nav_lightrope__ihLI0 li:nth-child(4n+2) {
  background: #f70094;
  box-shadow: 0px 4.66667px 24px 3px #f70094;
  animation-name: Nav_flash-3__VITdN;
  animation-duration: 1.1s;
}
.Nav_lightrope__ihLI0 li:nth-child(odd) {
  animation-duration: 1.8s;
}
.Nav_lightrope__ihLI0 li:nth-child(3n+1) {
  animation-duration: 1.4s;
}
.Nav_lightrope__ihLI0 li:before {
  content: "";
  position: absolute;
  background: #222;
  width: 5px;
  height: 4.66667px;
  border-radius: 1.5px;
  top: -2.33333px;
  left: 0.5px;
}
.Nav_lightrope__ihLI0 li:after {
  content: "";
  top: -7px;
  left: 4.5px;
  position: absolute;
  width: 26px;
  height: 9.33333px;
  border-bottom: solid #222 1px;
  border-radius: 50%;
}
.Nav_lightrope__ihLI0 li:last-child:after {
  content: none;
}
.Nav_lightrope__ihLI0 li:first-child {
  margin-left: -20px;
}

@keyframes Nav_flash-1__EgM_2 {
  0%, 100% {
    background: #00f7a5;
    box-shadow: 0px 4.66667px 24px 3px #00f7a5;
  }
  50% {
    background: rgba(0, 247, 165, 0.4);
    box-shadow: 0px 4.66667px 24px 3px rgba(0, 247, 165, 0.2);
  }
}
@keyframes Nav_flash-2__SqT0N {
  0%, 100% {
    background: cyan;
    box-shadow: 0px 4.66667px 24px 3px cyan;
  }
  50% {
    background: rgba(0, 255, 255, 0.4);
    box-shadow: 0px 4.66667px 24px 3px rgba(0, 255, 255, 0.2);
  }
}
@keyframes Nav_flash-3__VITdN {
  0%, 100% {
    background: #f70094;
    box-shadow: 0px 4.66667px 24px 3px #f70094;
  }
  50% {
    background: rgba(247, 0, 148, 0.4);
    box-shadow: 0px 4.66667px 24px 3px rgba(247, 0, 148, 0.2);
  }
}
  
/*!**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/next@15.3.6_@babel+core@7.28.4_react-dom@19.1.1_react@19.1.1__react@19.1.1_sass@1.93.2/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[5].use[2]!./node_modules/.pnpm/next@15.3.6_@babel+core@7.28.4_react-dom@19.1.1_react@19.1.1__react@19.1.1_sass@1.93.2/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[5].use[3]!./components/Nav/SettingsDropdown.module.css ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.SettingsDropdown_settingsDropdown__bOTQk {
  position: absolute;
  top: 60px;
  right: 10px;
  background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  box-shadow: 
    0 10px 30px rgba(0, 0, 0, 0.5),
    0 1px 3px rgba(255, 255, 255, 0.1);
  width: 320px;
  z-index: 1000;
  animation: SettingsDropdown_slideDown__o4Ozj 0.2s ease-out;
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  overflow: hidden;
}

@keyframes SettingsDropdown_slideDown__o4Ozj {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.SettingsDropdown_dropdownHeader__zBZKU {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.SettingsDropdown_dropdownTitle__LAyEH {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 600;
  color: #ffffff;
  letter-spacing: 0.5px;
}

.SettingsDropdown_closeButton__m_axN {
  background: rgba(255, 255, 255, 0.1);
  border: none;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
}

.SettingsDropdown_closeButton__m_axN:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: rotate(90deg);
}

.SettingsDropdown_closeIcon__Zs1W1 {
  width: 16px;
  height: 16px;
  fill: #ffffff;
}

.SettingsDropdown_userInfoSection__C_9yc {
  display: flex;
  align-items: center;
  padding: 20px;
  gap: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.SettingsDropdown_userAvatar__48RkE {
  position: relative;
  width: 56px;
  height: 56px;
}

.SettingsDropdown_avatarImage__0S6Z0 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}

.SettingsDropdown_avatarPlaceholder__w8iUG {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.SettingsDropdown_avatarBorder__3o1so {
  position: absolute;
  top: -3px;
  left: -3px;
  width: calc(100% + 6px);
  height: calc(100% + 6px);
  z-index: -1;
}

.SettingsDropdown_userDetails__G_g9U {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.SettingsDropdown_userName__U_zY2 {
  font-size: 1.1rem;
  font-weight: 600;
  color: #ffffff;
}

.SettingsDropdown_userRole__1qpSZ {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.7);
  background: rgba(255, 255, 255, 0.1);
  padding: 2px 8px;
  border-radius: 12px;
  align-self: flex-start;
}

.SettingsDropdown_settingsItems__K4aW6 {
  padding: 10px 0;
}

.SettingsDropdown_settingsItem___aUdP {
  display: flex;
  align-items: center;
  padding: 15px 20px;
  text-decoration: none;
  color: inherit;
  transition: background-color 0.2s ease;
  cursor: pointer;
}

.SettingsDropdown_settingsItem___aUdP:hover {
  background: rgba(255, 255, 255, 0.05);
}

.SettingsDropdown_settingsItemWithAction__qicOa {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  transition: background-color 0.2s ease;
}

.SettingsDropdown_settingsItemWithAction__qicOa:hover {
  background: rgba(255, 255, 255, 0.05);
}

.SettingsDropdown_itemIcon__0XP6c {
  width: 20px;
  height: 20px;
  fill: rgba(255, 255, 255, 0.7);
  margin-right: 15px;
}

.SettingsDropdown_itemText__Z5F65 {
  flex: 1 1;
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.9);
}

.SettingsDropdown_statusText__y3U90 {
  color: #667eea;
  font-weight: 600;
}

.SettingsDropdown_premiumRemaining__LetSv {
  font-size: 0.75rem;
  color: #4ade80;
  margin-left: 4px;
  font-weight: 500;
}

.SettingsDropdown_statusText__y3U90[data-status="premium"] {
  color: #a78bfa;
}

.SettingsDropdown_statusText__y3U90[data-status="supreme"] {
  color: #ff0080;
  text-shadow: 0 0 10px rgba(255, 0, 128, 0.3);
}

.SettingsDropdown_statusText__y3U90[data-status="legendar"] {
  color: #fbbf24;
  text-shadow: 0 0 10px rgba(251, 191, 36, 0.4);
}

.SettingsDropdown_tokenCount__DL0yW {
  color: #fbbf24;
  font-weight: 600;
}

.SettingsDropdown_chevronIcon__7__5g {
  width: 16px;
  height: 16px;
  fill: rgba(255, 255, 255, 0.5);
}

.SettingsDropdown_actionButton__FE069 {
  background: rgba(255, 255, 255, 0.1);
  border: none;
  border-radius: 8px;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
}

.SettingsDropdown_actionButton__FE069:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: scale(1.1);
}

.SettingsDropdown_plusIcon__SejTu {
  width: 16px;
  height: 16px;
  fill: #ffffff;
}

.SettingsDropdown_logoutButton__KT2SN {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100% - 40px);
  margin: 20px;
  padding: 14px;
  background: rgba(239, 68, 68, 0.1);
  border: 1px solid rgba(239, 68, 68, 0.2);
  border-radius: 12px;
  color: #ef4444;
  font-size: 0.95rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
  gap: 10px;
}

.SettingsDropdown_logoutButton__KT2SN:hover {
  background: rgba(239, 68, 68, 0.2);
  transform: translateY(-1px);
}

.SettingsDropdown_logoutIcon__2c_xo {
  width: 18px;
  height: 18px;
  fill: #ef4444;
}

.SettingsDropdown_logoutText__pm_Td {
  color: #ef4444;
}

/* Upgrade Overlay Styles */
.SettingsDropdown_upgradeOverlay__SWSm1 {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1001;
  animation: SettingsDropdown_fadeIn__h_58u 0.2s ease-out;
}

@keyframes SettingsDropdown_fadeIn__h_58u {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.SettingsDropdown_upgradeContainer__Rf0So {
  position: relative;
  max-width: 500px;
  width: 90%;
  max-height: 90vh;
  overflow-y: auto;
}

.SettingsDropdown_closeUpgradeButton__4oiZq {
  position: absolute;
  top: 20px;
  right: 20px;
  background: rgba(255, 255, 255, 0.1);
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 1002;
  transition: all 0.2s ease;
}

.SettingsDropdown_closeUpgradeButton__4oiZq:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: rotate(90deg);
}
