/*!***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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]!./components/HomeLists/styles/UpdateTitleCard.module.css ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.UpdateTitleCard_cardLink__YIFy6 {
  text-decoration: none;
  color: inherit;
}

.UpdateTitleCard_titleCard__juX2k {
  width: 100%;
  max-width: var(--card-width);
  display: flex;
  gap: 8px;
  margin-bottom: 15px;
}

.UpdateTitleCard_imageContainer___BEM9 {
  position: relative;
  width: 80px;
  height: 120px;
  border-radius: 10px;
  overflow: hidden;
  background: #2a2a2a;
  flex-shrink: 0;
}

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

.UpdateTitleCard_titleEpisode__HXM4w {
  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%;
}

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

.UpdateTitleCard_titleName__HvxaC {
  font-size: 1rem;
  font-weight: 600;
  color: #bfbfbf;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.2;
  margin: 0;
}

.UpdateTitleCard_titleType__97hmM {
  font-size: 0.85rem;
  color: #8a8a8e;
}

/* @media (max-width: 768px) {
  .titleCard {
    --card-width: 100px;
  }
}

@media (max-width: 480px) {
  .titleCard {
    --card-width: 85px;
    gap: 6px;
  }
  
  .titleName {
    font-size: 0.8rem;
  }
  
  .titleType {
    font-size: 0.7rem;
  }
} */
/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/LastUpdateList.module.css ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.LastUpdateList_title_list__ripYl {
    margin: 0 auto;
    max-width: 1300px;
    margin-top: 15px;
    background: var(--background-color);
    position: -webkit-sticky;
    position: sticky;
    display: flex;
    flex-direction: column;
    min-height: 245px;
    padding-bottom: 10px;
    color: var(--text-color);
    transition: background .2s ease;
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
}

.LastUpdateList_scroll_container__MyOjy {
    display: flex;
    width: max-content;
    min-width: auto; 
    max-width: 100%;
    overflow-x: auto; 
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(120px, auto);
    grid-gap: 15px;
    gap: 15px;
    box-sizing: border-box;
}


.LastUpdateList_title_label__whWYS{
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 600;   
}

.LastUpdateList_title__dont_exist__title__2rk1i {
    width: 100%;
    height: 50px;
    background-color: var(--base-color-strong-opacity);
    color: var(--base-color);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
}

.LastUpdateList_title_list_empty__v6lOh {
    margin: 0 auto;
    max-width: 1300px;
    margin-top: 15px;
    background: var(--background-color);
    position: -webkit-sticky;
    position: sticky;
    display: flex;
    align-items: center;
    min-height: 100px;
    transition: background .2s ease;
    width: 100%;
    overflow-x: auto;
    box-sizing: border-box;
}

.LastUpdateList_container__vrEZS .LastUpdateList_a__EdwDa{
    background-color: #2C2C2C;
}

.LastUpdateList_skeleton_card__SLoxD {
    width: 80px;
    height: 110px;
    background-color: #ddd;
    margin-bottom: 15px;
    border-radius: 8px;
    animation: LastUpdateList_pulse__KJBg7 1.5s infinite ease-in-out;
}

.LastUpdateList_title__name__HvJSJ,
.LastUpdateList_title__type__8DCE8 {
    background-color: #ccc;
    border-radius: 4px;
    margin-left: 10px;
    animation: LastUpdateList_pulse__KJBg7 1.5s infinite ease-in-out;
}


.LastUpdateList_title__name__HvJSJ {
    margin-top: 5px;
    padding: 5px;
    width: 200px;
    color: #bfbfbf;
}
  
.LastUpdateList_title__type__8DCE8 {
    color: #8a8a8e;
    margin-top: 5px;
    padding: 5px;
    width: 90px;
}

.LastUpdateList_titleChapter__L_NUV{
    color: #8a8a8e;
    margin-top: 5px;
    padding: 5px;
    width: 50px;
}

@keyframes LastUpdateList_pulse__KJBg7 {
    0% {
        background-color: #313131;
    }
    50% {
        background-color: #3d3d3d;
    }
    100% {
        background-color: #313131;
    }
}


@media (max-width: 1300px) {
    .LastUpdateList_title_list__ripYl, .LastUpdateList_title_list_empty__v6lOh{
        padding: 0px 15px;
    }
}
/*!****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/HomeLists/styles/TitleList.module.css ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.TitleList_container__J5WMr{
    margin: 0 auto;
    max-width: 1300px;
    width: 100%;
}

.TitleList_title_list__9F8xU {
    margin: 0 auto;
    max-width: 1300px;
    margin-top: 15px;
    background: var(--background-color);
    position: -webkit-sticky;
    position: sticky;
    display: flex;
    flex-direction: column;
    min-height: 245px;
    padding-bottom: 10px;
    color: var(--text-color);
    transition: background .2s ease;
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
}

.TitleList_scroll_container__ZwrXh {
    display: flex;
    grid-gap: 15px;
    gap: 15px;
    width: max-content;
    min-width: auto; 
    max-width: 100%;
    overflow-x: auto; 
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(120px, auto);
    grid-gap: 15px;
    gap: 15px;
    box-sizing: border-box;
}

.TitleList_title_label__SeM_J{
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 600;
    color: var(--text-color);
}

.TitleList_title__dont_exist__title__Wvkve {
    width: 100%;
    height: 50px;
    background-color: var(--base-color-strong-opacity);
    color: var(--base-color);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
}

.TitleList_title_list_empty__8ea9V {
    margin-top: 15px;
    background: var(--background-color);
    position: -webkit-sticky;
    position: sticky;
    display: flex;
    flex-direction: column;
    min-height: 100px;
    transition: background .2s ease;
    width: 100%;
    overflow-x: auto;
    box-sizing: border-box;
}

.TitleList_skeleton_card__dxHrN {
    width: 115px;
    height: 161px;
    margin: 10px;
    border-radius: 8px;
    animation: TitleList_pulse__KnYdg 1.5s infinite ease-in-out;
}

.TitleList_title__name__rt2uM,
.TitleList_title__type__mqysY {
    border-radius: 4px;
    margin-left: 10px;
    animation: TitleList_pulse__KnYdg 1.5s infinite ease-in-out;
}


.TitleList_title__name__rt2uM {
    margin-top: 5px;
    padding: 5px;
    width: 105px;
}
  
.TitleList_title__type__mqysY {
    margin-top: 5px;
    padding: 5px;
    width: 50px;
}

@keyframes TitleList_pulse__KnYdg {
    0% {
        background-color: var(--skeleton-background-pulsation-first);
    }
    50% {
        background-color: var(--skeleton-background-pulsation-last);
    }
    100% {
        background-color: var(--skeleton-background-pulsation-first);
    }
}


@media (max-width: 1300px) {
    .TitleList_title_list__9F8xU{
        padding: 0px 0px 0px 15px;
    }
    .TitleList_title_list_empty__8ea9V{
        padding: 0px 15px;
    }
}
/*!**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/TitleCardResumeRead.module.css ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.TitleCardResumeRead_titleResumeCard___sq3b {
    min-width: 300px;
    background-color: var(--second-color);
    padding: 0px 0px 0px 10px;
    height: auto;
    border-radius: 10px;
    cursor: pointer;
    position: relative;
    display: flex;
    gap: 10px;
  }
  
  .TitleCardResumeRead_titleResumeImg__UfD6X {
    margin-top: 10px;
    border-radius: 10px;
    margin-bottom: 5px;
    width: 64px;
    height: 95px;
  }
  
  .TitleCardResumeRead_titleResumeName__jLgbh {
    padding-top: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
    height: 52px;
    overflow: hidden;
    word-break: break-word;
    -webkit-hyphens: auto;
            hyphens: auto;
    line-height: 18px;
    font-weight: 600;
    color: var(--text-color);
    font-size: 1em;
    width: 160px;
    white-space: pre-wrap;
    text-overflow: ellipsis;
  }
  
  .TitleCardResumeRead_titleResumeType___Abjv {
    font-size: 13px;
    color: var(--other-text-color);
    display: flex;
    gap: 10px;
  }

  .TitleCardResumeRead_titleResumeInfo__zQehx {
    width: 100%;
  }
  
  .TitleCardResumeRead_titleResumeRemove__1WVRU {
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    padding: 5px;
    border-radius: 0px 5px 5px 0px;
    background-color: var(--second-in-color);
  }
  
  .TitleCardResumeRead_titleResumeRemove__1WVRU svg {
    color: var(--base-color);
    width: 15px;
  }
  
  .TitleCardResumeRead_titleResumeProgressBar__tjb79 {
    margin-top: 5px;
    background-color: var(--second-in-color);
    width: 100%;
    height: 10px;
    border-radius: 5px;
    position: relative;
  }
  
  .TitleCardResumeRead_titleProgressLine__REuuf {
    background-color: var(--base-color);
    box-sizing: content-box;
    height: 7px;
    width: 50%;
    border-radius: 5px;
    top: 2px;
    position: absolute;
  }
  
  .TitleCardResumeRead_icon__f8tMu{
    opacity: 1;
  }
/*!**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/TitleRecentList.module.css ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.TitleRecentList_title_list__QgWJS {
  margin: 0 auto;
  max-width: 1300px;
  margin-top: 15px;
  background: var(--background-color);
  position: -webkit-sticky;
  position: sticky;
  display: flex;
  align-items: center;
  min-height: 150px;
  color: var(--text-color);
  transition: background 0.2s ease;
  width: 100%;
}

.TitleRecentList_title_resent_list__cXoaF {
  flex-direction: column;
  align-items: center;
  min-height: auto;
  padding-bottom: 20px;
  overflow: hidden;
  align-items: start;
  box-sizing: border-box;
}

.TitleRecentList_title_resent_header___eLh1 {
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding-top: 5px;
  box-sizing: border-box;
  align-items: center;
}

.TitleRecentList_title_resent_text__gNGlp {
  margin: 5px 0px 10px 0px;
  font-size: 20px;
  font-weight: 600;
}

.TitleRecentList_recent_clear_btn__Lw0eR {
  margin: 5px 10px 0px 10px;
  cursor: pointer;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  gap: 0;
  padding: 8px 16px;
  border-radius: 12px;
  background-color: var(--second-in-color, #2a2a2a);
  color: var(--alt-color, #ffffff);
  border: 1px solid var(--second-in-color-hover, #1f1f1f);
  font-weight: 600;
  transition: background-color 0.2s ease, transform 0.05s ease, border-color 0.2s ease, color 0.2s ease;
}

.TitleRecentList_recent_clear_btn__Lw0eR:hover {
  background-color: var(--second-in-color-hover, #1f1f1f);
  border-color: var(--second-in-color-hover, #1f1f1f);
  color: var(--alt-color, #ffffff);
}

.TitleRecentList_recent_clear_btn__Lw0eR:active {
  transform: scale(0.98);
}

.TitleRecentList_recent_clear_btn__Lw0eR:focus-visible {
  outline: 2px solid var(--base-color);
  outline-offset: 2px;
}

/* icon removed */

.TitleRecentList_scroll_container__bW9Gt {
  margin-right: 10px;
  display: flex;
  gap: 15px;
  width: max-content;
  min-width: auto;
  max-width: 100%;
  overflow-x: auto;
}

.TitleRecentList_scroll_container_title_resent__VFI7O> :last-child {
  margin-right: 20px;
  margin-top: 15px;
}


@media (max-width: 1300px) {
    .TitleRecentList_title_resent_header___eLh1, .TitleRecentList_scroll_container__bW9Gt{
        padding: 0px 0px 0px 15px;
    }
    .TitleRecentList_title_resent_action_btn__5eQDP{
      margin-right: 0;
    }
}

/*!******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/TopUserCard.module.css ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.TopUserCard_cardLink__p1YRO {
  text-decoration: none;
  color: inherit;
}

.TopUserCard_userCard__nt8TZ {
  width: 100%;
  display: flex;
  gap: 8px;
}

.TopUserCard_imageContainer__CJgu1 {
  position: relative;
  min-width: 70px;
  min-height: 70px;
  border-radius: 10px;
  overflow: hidden;
  background: #2a2a2a;
}

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

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

.TopUserCard_userEpisode__dfbzs {
  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%;
}

.TopUserCard_textContainer__4jgnk {
  display: flex;
  flex-direction: column;
  min-width: 70px;
  gap: 2px;
}

.TopUserCard_userName__b6CEh {
  font-size: 0.9rem;
  font-weight: 600;
  color: #bfbfbf;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.2;
  margin: 0;
}

.TopUserCard_userType__bxy5t {
  font-size: 0.85rem;
  color: #8a8a8e;
}

/* @media (max-width: 768px) {
  .userCard {
    --card-width: 100px;
  }
}

@media (max-width: 480px) {
  .userCard {
    --card-width: 85px;
    gap: 6px;
  }
  
  .userName {
    font-size: 0.8rem;
  }
  
  .userType {
    font-size: 0.7rem;
  }
} */
/*!***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/UserList.module.css ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.UserList_user_list__SCroJ {
    margin: 0 auto;
    max-width: 1300px;
    margin-top: 15px;
    background: var(--background-color);
    position: -webkit-sticky;
    position: sticky;
    display: flex;
    flex-direction: column;
    padding-bottom: 10px;
    color: var(--text-color);
    transition: background .2s ease;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
}

.UserList_scroll_container__3wN4C {
    display: flex;
    gap: 15px;
    width: max-content;
    min-width: auto; 
    max-width: 100%;
    overflow-x: auto; 
    display: flex;
    gap: 15px;
    box-sizing: border-box;
}


.UserList_user_label__087Un{
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 600; 
    color: var(--text-color);
}

.UserList_user__dont_exist__title__gMMkv {
    width: 100%;
    height: 50px;
    background-color: var(--base-color-strong-opacity);
    color: var(--base-color);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
}

.UserList_user_list_empty__WRMb5 {
    margin: 0 auto;
    max-width: 1300px;
    margin-top: 15px;
    background: var(--background-color);
    position: -webkit-sticky;
    position: sticky;
    display: flex;
    flex-direction: column;
    min-height: 100px;
    transition: background .2s ease;
    width: 100%;
    overflow-x: auto;
    box-sizing: border-box;
}

.UserList_skeleton_card__8wtg7 {
    width: 70px;
    height: 70px;
    margin: 10px;
    border-radius: 8px;
    animation: UserList_pulse__e_kpr 1.5s infinite ease-in-out;
}

.UserList_skeleton_item__F_JKi{
    display: flex;
}

.UserList_skeleton_info__4le_7{
    padding-top: 15px;
}

.UserList_user__name__mdKmA,
.UserList_user__type__mkt7i {
    border-radius: 4px;
    margin-left: 10px;
    animation: UserList_pulse__e_kpr 1.5s infinite ease-in-out;
}


.UserList_user__name__mdKmA {
    margin-top: 5px;
    padding: 5px;
    width: 105px;
}
  
.UserList_user__type__mkt7i {
    margin-top: 5px;
    padding: 5px;
    width: 50px;
}

@keyframes UserList_pulse__e_kpr {
    0% {
        background-color: var(--skeleton-background-pulsation-first);
    }
    50% {
        background-color: var(--skeleton-background-pulsation-last);
    }
    100% {
        background-color: var(--skeleton-background-pulsation-first);
    }
}

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

    .UserList_user_list_empty__WRMb5{
        padding: 0px 15px;
    }
}
/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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);
}
