/*!******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[9].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[9].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[14].oneOf[9].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[14].oneOf[9].use[5]!./app/styles/pages/forum.module.scss ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/* Стили для страницы форума в стиле профиля */
.forum_forum-page__lmwRz .forum_forum-title__sKhID {
  font-family: "Home Video", "HomeVideo", monospace;
  font-size: 28px;
  font-weight: normal;
  margin-bottom: 32px;
  color: #ffffff;
  text-align: center;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
}
.forum_forum-page__lmwRz .forum_forum-content__JYaWZ {
  font-size: 14px;
  color: #ffffff;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 16px;
}
.forum_forum-page__lmwRz .forum_filterBar__YxsTj {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 12px 0 20px;
  color: #ffffff;
}
.forum_forum-page__lmwRz .forum_filterBar__YxsTj label {
  color: #9ca3af;
  font-size: 14px;
}
.forum_forum-page__lmwRz .forum_filterBar__YxsTj select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 10px 14px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #ffffff;
  border-radius: 0;
  font-size: 14px;
  outline: none;
  transition: all 0.2s ease;
}
.forum_forum-page__lmwRz .forum_filterBar__YxsTj select:focus {
  border-color: rgba(139, 92, 246, 0.7);
  background: rgba(255, 255, 255, 0.1);
}
.forum_forum-page__lmwRz .forum_contentField__kL8nz {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 8px;
}
.forum_forum-page__lmwRz .forum_contentField__kL8nz label {
  color: #9ca3af;
  font-size: 14px;
  font-weight: 500;
}
.forum_forum-page__lmwRz .forum_contentField__kL8nz .forum_textarea__uL1QY {
  padding: 12px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #ffffff;
  font-family: inherit;
  font-size: 14px;
  border-radius: 0;
  resize: vertical;
  min-height: 96px;
  line-height: 1.4;
  transition: all 0.3s ease;
}
.forum_forum-page__lmwRz .forum_contentField__kL8nz .forum_textarea__uL1QY:focus {
  outline: none;
  border-color: rgba(139, 92, 246, 0.7);
  background: rgba(255, 255, 255, 0.1);
}
.forum_forum-page__lmwRz .forum_contentField__kL8nz .forum_textarea__uL1QY::-moz-placeholder {
  color: #9ca3af;
}
.forum_forum-page__lmwRz .forum_contentField__kL8nz .forum_textarea__uL1QY::placeholder {
  color: #9ca3af;
}
.forum_forum-page__lmwRz .forum_formActions__b6Efy {
  display: flex;
  gap: 12px;
  margin-top: 8px;
}
.forum_forum-page__lmwRz .forum_formActions__b6Efy .forum_submitBtn__QKSdg {
  background: linear-gradient(135deg, rgba(139, 92, 246, 0.9) 0%, rgba(124, 58, 237, 0.8) 100%);
  color: white;
  border: 1px solid rgba(139, 92, 246, 0.5);
  padding: 10px 16px;
  font-family: "Home Video", "HomeVideo", monospace;
  font-size: 13px;
  font-weight: normal;
  cursor: pointer;
  transition: all 0.2s ease;
  border-radius: 0;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  white-space: nowrap;
}
.forum_forum-page__lmwRz .forum_formActions__b6Efy .forum_submitBtn__QKSdg:hover:not(:disabled) {
  background: linear-gradient(135deg, rgba(124, 58, 237, 0.95) 0%, rgba(139, 92, 246, 0.9) 100%);
  border-color: rgba(124, 58, 237, 0.7);
  transform: translateY(-1px);
}
.forum_forum-page__lmwRz .forum_formActions__b6Efy .forum_submitBtn__QKSdg:disabled {
  background: rgba(156, 163, 175, 0.3);
  border-color: rgba(156, 163, 175, 0.2);
  cursor: not-allowed;
  opacity: 0.7;
}
.forum_forum-page__lmwRz .forum_formActions__b6Efy .forum_cancelBtn__EvE4u {
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 10px 16px;
  font-family: "Home Video", "HomeVideo", monospace;
  font-size: 13px;
  font-weight: normal;
  cursor: pointer;
  transition: all 0.2s ease;
  border-radius: 0;
  white-space: nowrap;
}
.forum_forum-page__lmwRz .forum_formActions__b6Efy .forum_cancelBtn__EvE4u:hover {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.3);
  transform: translateY(-1px);
}
.forum_forum-page__lmwRz .forum_loadingState__PY2vX {
  text-align: center;
  padding: 60px 20px;
  color: #9ca3af;
}
.forum_forum-page__lmwRz .forum_loadingState__PY2vX .forum_loadingSpinner__Uj3J3 {
  font-size: 48px;
  margin-bottom: 16px;
  animation: forum_spin__N7dad 2s linear infinite;
}
.forum_forum-page__lmwRz .forum_errorState__IXSjb {
  text-align: center;
  padding: 60px 20px;
  color: #9ca3af;
}
.forum_forum-page__lmwRz .forum_errorState__IXSjb .forum_errorIcon__jFz74 {
  font-size: 48px;
  margin-bottom: 16px;
  color: #ef4444;
}
.forum_forum-page__lmwRz .forum_errorState__IXSjb .forum_errorText__kIGHL {
  font-size: 18px;
  color: #ef4444;
  margin-bottom: 20px;
}
.forum_forum-page__lmwRz .forum_errorState__IXSjb .forum_retryBtn__UprmN {
  background: rgba(139, 92, 246, 0.9);
  color: white;
  border: 1px solid rgba(139, 92, 246, 0.5);
  padding: 14px 24px;
  font-size: 14px;
  font-family: "Home Video", "HomeVideo", monospace;
  cursor: pointer;
  border-radius: 0;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.forum_forum-page__lmwRz .forum_errorState__IXSjb .forum_retryBtn__UprmN:hover {
  background: rgba(124, 58, 237, 0.95);
  border-color: rgba(124, 58, 237, 0.7);
  transform: translateY(-1px);
}
.forum_forum-page__lmwRz .forum_errorBanner__VWvtt {
  background: rgba(239, 68, 68, 0.1);
  border: 1px solid rgba(239, 68, 68, 0.3);
  color: #ef4444;
  padding: 12px 16px;
  margin-bottom: 20px;
  border-radius: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.forum_forum-page__lmwRz .forum_errorBanner__VWvtt .forum_closeErrorBtn__2oeYC {
  background: none;
  border: none;
  color: #ef4444;
  cursor: pointer;
  font-size: 18px;
  padding: 0;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.forum_forum-page__lmwRz .forum_errorBanner__VWvtt .forum_closeErrorBtn__2oeYC:hover {
  background: rgba(239, 68, 68, 0.1);
  border-radius: 50%;
}
.forum_forum-page__lmwRz .forum_createThreadSection__JryoE {
  margin-bottom: 24px;
  text-align: center;
}
.forum_forum-page__lmwRz .forum_createThreadSection__JryoE .forum_createThreadBtn__D5SU5 {
  background: rgba(139, 92, 246, 0.9);
  color: white;
  border: 1px solid rgba(139, 92, 246, 0.5);
  padding: 14px 24px;
  font-size: 14px;
  font-family: "Home Video", "HomeVideo", monospace;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.forum_forum-page__lmwRz .forum_createThreadSection__JryoE .forum_createThreadBtn__D5SU5:hover {
  background: rgba(124, 58, 237, 0.95);
  border-color: rgba(124, 58, 237, 0.7);
  transform: translateY(-1px);
}
.forum_forum-page__lmwRz .forum_createThreadSection__JryoE .forum_createThreadBtn__D5SU5:active {
  transform: translateY(0);
}
.forum_forum-page__lmwRz .forum_threadViewHeader__zB80A {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 32px;
  padding: 24px 32px;
  background: linear-gradient(135deg, rgba(139, 92, 246, 0.1) 0%, rgba(255, 255, 255, 0.05) 100%);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 0;
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
  position: relative;
  overflow: hidden;
}
.forum_forum-page__lmwRz .forum_threadViewHeader__zB80A::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(139, 92, 246, 0.5), transparent);
}
.forum_forum-page__lmwRz .forum_threadViewHeader__zB80A .forum_backBtn__xqL7P {
  background: linear-gradient(135deg, rgba(139, 92, 246, 0.2) 0%, rgba(255, 255, 255, 0.1) 100%);
  border: 1px solid rgba(139, 92, 246, 0.3);
  color: #ffffff;
  padding: 16px 20px;
  font-size: 13px;
  font-family: "Home Video", "HomeVideo", monospace;
  font-weight: normal;
  cursor: pointer;
  transition: all 0.3s ease;
  border-radius: 0;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  position: relative;
  overflow: hidden;
  white-space: pre-line;
  line-height: 1.2;
  min-width: 120px;
  text-align: center;
}
.forum_forum-page__lmwRz .forum_threadViewHeader__zB80A .forum_backBtn__xqL7P::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.5s ease;
}
.forum_forum-page__lmwRz .forum_threadViewHeader__zB80A .forum_backBtn__xqL7P:hover {
  background: linear-gradient(135deg, rgba(139, 92, 246, 0.3) 0%, rgba(255, 255, 255, 0.15) 100%);
  border-color: rgba(139, 92, 246, 0.6);
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(139, 92, 246, 0.3);
}
.forum_forum-page__lmwRz .forum_threadViewHeader__zB80A .forum_backBtn__xqL7P:hover::before {
  left: 100%;
}
.forum_forum-page__lmwRz .forum_threadViewHeader__zB80A .forum_backBtn__xqL7P:active {
  transform: translateY(0);
  box-shadow: 0 4px 15px rgba(139, 92, 246, 0.2);
}
.forum_forum-page__lmwRz .forum_threadViewHeader__zB80A .forum_threadViewTitle__ftQbJ {
  color: #ffffff;
  font-size: 28px;
  font-family: "Home Video", "HomeVideo", monospace;
  font-weight: normal;
  margin: 0;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
  text-transform: uppercase;
  letter-spacing: 1px;
  background: linear-gradient(135deg, #ffffff 0%, rgba(139, 92, 246, 0.8) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  position: relative;
}
.forum_forum-page__lmwRz .forum_threadViewHeader__zB80A .forum_threadViewTitle__ftQbJ::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, rgba(139, 92, 246, 0.8), transparent);
}
.forum_forum-page__lmwRz .forum_threadPosts__Dd54T {
  margin-bottom: 120px;
}
.forum_forum-page__lmwRz .forum_replySection__fcXTn {
  background: linear-gradient(135deg, rgba(139, 92, 246, 0.08) 0%, rgba(255, 255, 255, 0.05) 100%);
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 32px;
  border-radius: 0;
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
  position: relative;
  overflow: hidden;
}
.forum_forum-page__lmwRz .forum_replySection__fcXTn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(139, 92, 246, 0.5), transparent);
}
.forum_forum-page__lmwRz .forum_replySection__fcXTn::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(139, 92, 246, 0.3), transparent);
}
.forum_forum-page__lmwRz .forum_fixedReplySection__RkrZA {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 800px;
  background: linear-gradient(135deg, rgba(139, 92, 246, 0.15) 0%, rgba(255, 255, 255, 0.08) 100%);
  border-top: 1px solid rgba(139, 92, 246, 0.4);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  box-shadow: 0 -8px 32px rgba(0, 0, 0, 0.3);
  z-index: 1000;
  padding: 0;
  animation: forum_slideUp__pbF26 0.3s ease-out;
}
.forum_forum-page__lmwRz .forum_fixedReplySection__RkrZA::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(139, 92, 246, 0.6), transparent);
}
.forum_forum-page__lmwRz .forum_fixedReplySection__RkrZA::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(139, 92, 246, 0.4), transparent);
}
@media (max-width: 800px) {
  .forum_forum-page__lmwRz .forum_fixedReplySection__RkrZA {
    left: 0;
    transform: none;
    max-width: 100%;
  }
}
.forum_forum-page__lmwRz .forum_replyFormHeader__CxtTd {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 20px;
  background: linear-gradient(135deg, rgba(139, 92, 246, 0.2) 0%, rgba(255, 255, 255, 0.1) 100%);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.forum_forum-page__lmwRz .forum_replyFormHeader__CxtTd .forum_replyFormTitle__FVKsk {
  color: #ffffff;
  font-family: "Home Video", "HomeVideo", monospace;
  font-size: 14px;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.forum_forum-page__lmwRz .forum_replyFormHeader__CxtTd .forum_hideReplyBtn__uAskV {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #ffffff;
  width: 28px;
  height: 28px;
  border-radius: 0;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.forum_forum-page__lmwRz .forum_replyFormHeader__CxtTd .forum_hideReplyBtn__uAskV:hover {
  background: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.3);
  transform: scale(1.1);
}
.forum_forum-page__lmwRz .forum_replyFormHeader__CxtTd .forum_hideReplyBtn__uAskV:active {
  transform: scale(1);
}
.forum_forum-page__lmwRz .forum_showReplyButton__JbW2i {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1000;
}
.forum_forum-page__lmwRz .forum_showReplyButton__JbW2i .forum_showReplyBtn__8Jqbz {
  background: linear-gradient(135deg, rgba(139, 92, 246, 0.9) 0%, rgba(124, 58, 237, 0.8) 100%);
  color: white;
  border: 1px solid rgba(139, 92, 246, 0.5);
  padding: 16px 24px;
  font-family: "Home Video", "HomeVideo", monospace;
  font-size: 13px;
  font-weight: normal;
  cursor: pointer;
  transition: all 0.3s ease;
  border-radius: 0;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  text-transform: uppercase;
  letter-spacing: 0.3px;
  box-shadow: 0 4px 15px rgba(139, 92, 246, 0.3);
  position: relative;
  overflow: hidden;
  white-space: pre-line;
  line-height: 1.2;
  min-width: 140px;
  text-align: center;
}
.forum_forum-page__lmwRz .forum_showReplyButton__JbW2i .forum_showReplyBtn__8Jqbz::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  transition: left 0.5s ease;
}
.forum_forum-page__lmwRz .forum_showReplyButton__JbW2i .forum_showReplyBtn__8Jqbz:hover {
  background: linear-gradient(135deg, rgba(124, 58, 237, 0.95) 0%, rgba(139, 92, 246, 0.9) 100%);
  border-color: rgba(124, 58, 237, 0.7);
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(139, 92, 246, 0.4);
}
.forum_forum-page__lmwRz .forum_showReplyButton__JbW2i .forum_showReplyBtn__8Jqbz:hover::before {
  left: 100%;
}
.forum_forum-page__lmwRz .forum_showReplyButton__JbW2i .forum_showReplyBtn__8Jqbz:active {
  transform: translateY(0);
  box-shadow: 0 4px 15px rgba(139, 92, 246, 0.3);
}
@keyframes forum_slideUp__pbF26 {
  from {
    transform: translateY(100%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes forum_spin__N7dad {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@media (max-width: 768px) {
  .forum_forum-page__lmwRz .forum_forum-title__sKhID {
    font-size: 24px;
    margin-bottom: 24px;
  }
  .forum_forum-page__lmwRz .forum_forum-content__JYaWZ {
    padding: 0 12px;
  }
  .forum_forum-page__lmwRz .forum_createThreadSection__JryoE .forum_createThreadBtn__D5SU5 {
    width: 100%;
    padding: 16px 24px;
  }
  .forum_forum-page__lmwRz .forum_threadViewHeader__zB80A .forum_threadViewTitle__ftQbJ {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .forum_forum-page__lmwRz .forum_forum-title__sKhID {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .forum_forum-page__lmwRz .forum_forum-content__JYaWZ {
    padding: 0 8px;
  }
  .forum_forum-page__lmwRz .forum_threadViewHeader__zB80A .forum_threadViewTitle__ftQbJ {
    font-size: 18px;
  }
}
/*!************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[9].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[9].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[14].oneOf[9].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[14].oneOf[9].use[5]!./app/forum/components/Post2ch.module.scss ***!
  \************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/* Стили для постов в стиле профиля */
.Post2ch_post__AriNz {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.05) 100%);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 0;
  margin-bottom: 24px;
  padding: 28px 32px;
  font-family: inherit;
  font-size: 14px;
  line-height: 1.6;
  position: relative;
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  transition: all 0.4s ease;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.Post2ch_post__AriNz::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: linear-gradient(180deg, rgba(139, 92, 246, 0.3) 0%, transparent 100%);
  transition: all 0.3s ease;
}
.Post2ch_post__AriNz:hover {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.08) 100%);
  border-color: rgba(139, 92, 246, 0.4);
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
}
.Post2ch_post__AriNz:hover::before {
  background: linear-gradient(180deg, rgba(139, 92, 246, 0.8) 0%, rgba(139, 92, 246, 0.3) 100%);
}
.Post2ch_post__AriNz.Post2ch_op__1NB_W {
  border-left: 4px solid rgba(139, 92, 246, 0.8);
  background: linear-gradient(135deg, rgba(139, 92, 246, 0.1) 0%, rgba(255, 255, 255, 0.08) 100%);
  box-shadow: 0 6px 25px rgba(139, 92, 246, 0.15);
}
.Post2ch_post__AriNz.Post2ch_op__1NB_W::before {
  background: linear-gradient(180deg, rgba(139, 92, 246, 0.8) 0%, rgba(139, 92, 246, 0.4) 100%);
}
.Post2ch_post__AriNz.Post2ch_op__1NB_W:hover {
  background: linear-gradient(135deg, rgba(139, 92, 246, 0.15) 0%, rgba(255, 255, 255, 0.1) 100%);
  box-shadow: 0 10px 35px rgba(139, 92, 246, 0.25);
}
.Post2ch_post__AriNz .Post2ch_postHeader__FStNT {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
  padding: 16px 20px;
  background: linear-gradient(135deg, rgba(139, 92, 246, 0.1) 0%, rgba(255, 255, 255, 0.05) 100%);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 0;
  font-size: 13px;
  color: #9ca3af;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  position: relative;
}
.Post2ch_post__AriNz .Post2ch_postHeader__FStNT::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(139, 92, 246, 0.3), transparent);
}
.Post2ch_post__AriNz .Post2ch_postHeader__FStNT .Post2ch_postNumber__fl4gl {
  color: rgba(139, 92, 246, 0.9);
  font-weight: normal;
  font-family: "Home Video", "HomeVideo", monospace;
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 4px 8px;
  background: rgba(139, 92, 246, 0.1);
  border: 1px solid rgba(139, 92, 246, 0.2);
}
.Post2ch_post__AriNz .Post2ch_postHeader__FStNT .Post2ch_postNumber__fl4gl:hover {
  color: rgb(139, 92, 246);
  background: rgba(139, 92, 246, 0.2);
  border-color: rgba(139, 92, 246, 0.4);
  transform: translateY(-1px);
}
.Post2ch_post__AriNz .Post2ch_postHeader__FStNT .Post2ch_opBadge__YrBKV {
  background: linear-gradient(135deg, rgba(139, 92, 246, 0.9) 0%, rgba(124, 58, 237, 0.8) 100%);
  color: white;
  padding: 6px 12px;
  border-radius: 0;
  font-size: 11px;
  font-weight: normal;
  font-family: "Home Video", "HomeVideo", monospace;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  box-shadow: 0 2px 8px rgba(139, 92, 246, 0.3);
  position: relative;
  overflow: hidden;
}
.Post2ch_post__AriNz .Post2ch_postHeader__FStNT .Post2ch_opBadge__YrBKV::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  transition: left 0.5s ease;
}
.Post2ch_post__AriNz .Post2ch_postHeader__FStNT .Post2ch_opBadge__YrBKV:hover::before {
  left: 100%;
}
.Post2ch_post__AriNz .Post2ch_postHeader__FStNT .Post2ch_postDate__paQAf {
  color: #9ca3af;
  font-family: "Home Video", "HomeVideo", monospace;
  font-size: 12px;
}
.Post2ch_post__AriNz .Post2ch_postHeader__FStNT .Post2ch_replies__bDJT_ {
  color: rgba(139, 92, 246, 0.8);
  cursor: pointer;
  transition: all 0.3s ease;
  font-weight: 500;
}
.Post2ch_post__AriNz .Post2ch_postHeader__FStNT .Post2ch_replies__bDJT_:hover {
  color: rgb(139, 92, 246);
  text-decoration: underline;
  transform: translateY(-1px);
}
.Post2ch_post__AriNz .Post2ch_authorInfo__6HU2M {
  margin-bottom: 16px;
  font-size: 14px;
  padding: 12px 16px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  display: flex;
  align-items: center;
  gap: 8px;
}
.Post2ch_post__AriNz .Post2ch_authorInfo__6HU2M .Post2ch_authorName__xpS_y {
  font-weight: normal;
  font-family: "Home Video", "HomeVideo", monospace;
  color: #ffffff;
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 2px 4px;
  text-decoration: none;
  max-width: 100%;
  white-space: normal;
  word-break: break-word;
  overflow: visible;
  background: none;
  border: none;
}
.Post2ch_post__AriNz .Post2ch_authorInfo__6HU2M .Post2ch_authorName__xpS_y::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.5s ease;
}
.Post2ch_post__AriNz .Post2ch_authorInfo__6HU2M .Post2ch_authorName__xpS_y:hover {
  color: rgb(139, 92, 246);
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(139, 92, 246, 0.2);
}
.Post2ch_post__AriNz .Post2ch_authorInfo__6HU2M .Post2ch_authorName__xpS_y:hover::before {
  left: 100%;
}
.Post2ch_post__AriNz .Post2ch_authorInfo__6HU2M .Post2ch_authorName__xpS_y:active {
  transform: translateY(0);
}
.Post2ch_post__AriNz .Post2ch_authorInfo__6HU2M .Post2ch_tripcode__mhtPs {
  color: rgba(139, 92, 246, 0.7);
  margin-left: 8px;
  font-family: "Home Video", "HomeVideo", monospace;
  font-size: 12px;
  opacity: 0.8;
}
.Post2ch_post__AriNz .Post2ch_authorInfo__6HU2M .Post2ch_anonymous__pDRb5 {
  font-weight: normal;
  font-family: "Home Video", "HomeVideo", monospace;
  color: #ffffff;
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 4px 8px;
  background: rgba(139, 92, 246, 0.1);
  border: 1px solid rgba(139, 92, 246, 0.2);
  display: inline-block;
}
.Post2ch_post__AriNz .Post2ch_authorInfo__6HU2M .Post2ch_anonymous__pDRb5:hover {
  color: rgb(139, 92, 246);
  background: rgba(139, 92, 246, 0.2);
  border-color: rgba(139, 92, 246, 0.4);
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(139, 92, 246, 0.2);
}
.Post2ch_post__AriNz .Post2ch_postContent__JJBZO {
  margin-bottom: 16px;
}
.Post2ch_post__AriNz .Post2ch_postContent__JJBZO .Post2ch_imageContainer__QXgP9 {
  margin-bottom: 12px;
  text-align: center;
}
.Post2ch_post__AriNz .Post2ch_postContent__JJBZO .Post2ch_imageContainer__QXgP9 .Post2ch_postImage__YkZhe {
  max-width: 100%;
  max-height: 400px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 0;
  cursor: pointer;
  transition: all 0.3s ease;
}
.Post2ch_post__AriNz .Post2ch_postContent__JJBZO .Post2ch_imageContainer__QXgP9 .Post2ch_postImage__YkZhe:hover {
  transform: scale(1.02);
  border-color: rgba(255, 255, 255, 0.4);
}
.Post2ch_post__AriNz .Post2ch_postContent__JJBZO .Post2ch_postText__kmBb4 {
  color: #ffffff;
  white-space: pre-wrap;
  word-wrap: break-word;
  line-height: 1.5;
}
.Post2ch_post__AriNz .Post2ch_postContent__JJBZO .Post2ch_postText__kmBb4 .Post2ch_quote__CLvQA {
  color: rgba(139, 92, 246, 0.8);
  border-left: 2px solid rgba(139, 92, 246, 0.5);
  padding-left: 12px;
  margin: 8px 0;
  font-style: italic;
  background: rgba(139, 92, 246, 0.05);
  padding: 8px 12px;
  border-radius: 0;
}
.Post2ch_post__AriNz .Post2ch_postContent__JJBZO .Post2ch_postText__kmBb4 a {
  color: rgba(139, 92, 246, 0.8);
  text-decoration: none;
  transition: all 0.3s ease;
}
.Post2ch_post__AriNz .Post2ch_postContent__JJBZO .Post2ch_postText__kmBb4 a:hover {
  color: rgb(139, 92, 246);
  text-decoration: underline;
}
.Post2ch_post__AriNz .Post2ch_postActions__LqWtz {
  display: flex;
  gap: 16px;
  padding: 24px 28px;
  background: linear-gradient(135deg, rgba(139, 92, 246, 0.05) 0%, rgba(255, 255, 255, 0.03) 100%);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 0;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  position: relative;
  justify-content: flex-start;
}
.Post2ch_post__AriNz .Post2ch_postActions__LqWtz::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(139, 92, 246, 0.3), transparent);
}
.Post2ch_post__AriNz .Post2ch_postActions__LqWtz .Post2ch_actionBtn__gtZ6l {
  background: linear-gradient(135deg, rgba(139, 92, 246, 0.1) 0%, rgba(255, 255, 255, 0.05) 100%);
  border: 1px solid rgba(139, 92, 246, 0.2);
  color: #ffffff;
  padding: 12px 24px;
  font-size: 12px;
  font-weight: normal;
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: "Home Video", "HomeVideo", monospace;
  border-radius: 0;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  text-transform: uppercase;
  letter-spacing: 0.2px;
  position: relative;
  overflow: hidden;
  min-width: 140px;
  white-space: nowrap;
  text-align: center;
}
.Post2ch_post__AriNz .Post2ch_postActions__LqWtz .Post2ch_actionBtn__gtZ6l::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.5s ease;
}
.Post2ch_post__AriNz .Post2ch_postActions__LqWtz .Post2ch_actionBtn__gtZ6l:hover {
  background: linear-gradient(135deg, rgba(139, 92, 246, 0.2) 0%, rgba(255, 255, 255, 0.1) 100%);
  border-color: rgba(139, 92, 246, 0.5);
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(139, 92, 246, 0.3);
}
.Post2ch_post__AriNz .Post2ch_postActions__LqWtz .Post2ch_actionBtn__gtZ6l:hover::before {
  left: 100%;
}
.Post2ch_post__AriNz .Post2ch_postActions__LqWtz .Post2ch_actionBtn__gtZ6l:active {
  transform: translateY(0);
  box-shadow: 0 3px 10px rgba(139, 92, 246, 0.2);
}

@media (max-width: 768px) {
  .Post2ch_post__AriNz {
    padding: 16px;
    font-size: 13px;
  }
  .Post2ch_post__AriNz .Post2ch_postHeader__FStNT {
    flex-wrap: wrap;
    gap: 8px;
  }
  .Post2ch_post__AriNz .Post2ch_postActions__LqWtz {
    flex-wrap: wrap;
    gap: 6px;
  }
  .Post2ch_post__AriNz .Post2ch_postContent__JJBZO .Post2ch_postText__kmBb4 {
    font-size: 13px;
  }
}
@media (max-width: 480px) {
  .Post2ch_post__AriNz {
    padding: 12px;
    font-size: 12px;
  }
  .Post2ch_post__AriNz .Post2ch_postHeader__FStNT {
    font-size: 11px;
  }
  .Post2ch_post__AriNz .Post2ch_authorInfo__6HU2M {
    font-size: 12px;
  }
  .Post2ch_post__AriNz .Post2ch_postContent__JJBZO .Post2ch_postText__kmBb4 {
    font-size: 12px;
  }
  .Post2ch_post__AriNz .Post2ch_postActions__LqWtz .Post2ch_actionBtn__gtZ6l {
    padding: 4px 8px;
    font-size: 11px;
  }
}
/*!****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[9].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[9].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[14].oneOf[9].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[14].oneOf[9].use[5]!./app/forum/components/PostForm2ch.module.scss ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/* Стили для формы постов в стиле профиля */
.PostForm2ch_postForm__Ye3VN {
  background: linear-gradient(135deg, rgba(139, 92, 246, 0.08) 0%, rgba(255, 255, 255, 0.05) 100%);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 0;
  padding: 32px;
  margin-bottom: 32px;
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
  position: relative;
  overflow: hidden;
}
.PostForm2ch_fixedReplySection__gqEHc .PostForm2ch_postForm__Ye3VN {
  background: none;
  border: none;
  padding: 0;
  margin-bottom: 0;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}
.PostForm2ch_postForm__Ye3VN::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(139, 92, 246, 0.5), transparent);
}
.PostForm2ch_postForm__Ye3VN::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(139, 92, 246, 0.3), transparent);
}
.PostForm2ch_postForm__Ye3VN .PostForm2ch_formTitle__EzI6e {
  font-family: "Home Video", "HomeVideo", monospace;
  font-size: 22px;
  font-weight: normal;
  color: #ffffff;
  margin-bottom: 24px;
  padding: 16px 20px;
  background: linear-gradient(135deg, rgba(139, 92, 246, 0.1) 0%, rgba(255, 255, 255, 0.05) 100%);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 0;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
  text-transform: uppercase;
  letter-spacing: 1px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  position: relative;
}
.PostForm2ch_postForm__Ye3VN .PostForm2ch_formTitle__EzI6e::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(139, 92, 246, 0.5), transparent);
}
.PostForm2ch_fixedReplySection__gqEHc .PostForm2ch_postForm__Ye3VN .PostForm2ch_formTitle__EzI6e {
  display: none;
}
.PostForm2ch_postForm__Ye3VN .PostForm2ch_replyInfo__MbaBZ {
  margin-bottom: 20px;
  padding: 16px 20px;
  background: linear-gradient(135deg, rgba(139, 92, 246, 0.15) 0%, rgba(255, 255, 255, 0.08) 100%);
  border: 1px solid rgba(139, 92, 246, 0.3);
  border-radius: 0;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  position: relative;
}
.PostForm2ch_postForm__Ye3VN .PostForm2ch_replyInfo__MbaBZ::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(139, 92, 246, 0.6), transparent);
}
.PostForm2ch_postForm__Ye3VN .PostForm2ch_replyInfo__MbaBZ .PostForm2ch_replyInfoHeader__G64sB {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 8px;
}
.PostForm2ch_postForm__Ye3VN .PostForm2ch_replyInfo__MbaBZ .PostForm2ch_replyInfoHeader__G64sB .PostForm2ch_replyInfoLabel__MQkiT {
  color: #9ca3af;
  font-size: 13px;
  font-weight: normal;
  font-family: "Home Video", "HomeVideo", monospace;
}
.PostForm2ch_postForm__Ye3VN .PostForm2ch_replyInfo__MbaBZ .PostForm2ch_replyInfoHeader__G64sB .PostForm2ch_replyInfoPostId__9VpLf {
  color: rgba(139, 92, 246, 0.9);
  font-size: 13px;
  font-weight: normal;
  font-family: "Home Video", "HomeVideo", monospace;
  padding: 4px 8px;
  background: rgba(139, 92, 246, 0.1);
  border: 1px solid rgba(139, 92, 246, 0.2);
}
.PostForm2ch_postForm__Ye3VN .PostForm2ch_replyInfo__MbaBZ .PostForm2ch_replyInfoAuthor__5f7uF {
  display: flex;
  align-items: center;
  gap: 12px;
}
.PostForm2ch_postForm__Ye3VN .PostForm2ch_replyInfo__MbaBZ .PostForm2ch_replyInfoAuthor__5f7uF .PostForm2ch_replyInfoLabel__MQkiT {
  color: #9ca3af;
  font-size: 13px;
  font-weight: normal;
  font-family: "Home Video", "HomeVideo", monospace;
}
.PostForm2ch_postForm__Ye3VN .PostForm2ch_replyInfo__MbaBZ .PostForm2ch_replyInfoAuthor__5f7uF .PostForm2ch_replyInfoAuthorName__TxGcc {
  color: #ffffff;
  font-size: 13px;
  font-weight: normal;
  font-family: "Home Video", "HomeVideo", monospace;
  padding: 4px 8px;
  background: rgba(139, 92, 246, 0.1);
  border: 1px solid rgba(139, 92, 246, 0.2);
}
.PostForm2ch_postForm__Ye3VN form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.PostForm2ch_postForm__Ye3VN .PostForm2ch_authorFields__mB9be {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
@media (max-width: 768px) {
  .PostForm2ch_postForm__Ye3VN .PostForm2ch_authorFields__mB9be {
    grid-template-columns: 1fr;
  }
}
.PostForm2ch_postForm__Ye3VN .PostForm2ch_fieldGroup__V310D {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.PostForm2ch_postForm__Ye3VN .PostForm2ch_fieldGroup__V310D label {
  color: #9ca3af;
  font-size: 14px;
  font-weight: 500;
}
.PostForm2ch_postForm__Ye3VN .PostForm2ch_fieldGroup__V310D .PostForm2ch_input__Y8Gi9 {
  padding: 12px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #ffffff;
  font-family: inherit;
  font-size: 14px;
  border-radius: 0;
  transition: all 0.3s ease;
}
.PostForm2ch_postForm__Ye3VN .PostForm2ch_fieldGroup__V310D .PostForm2ch_input__Y8Gi9:focus {
  outline: none;
  border-color: rgba(139, 92, 246, 0.7);
  background: rgba(255, 255, 255, 0.1);
}
.PostForm2ch_postForm__Ye3VN .PostForm2ch_fieldGroup__V310D .PostForm2ch_input__Y8Gi9::-moz-placeholder {
  color: #9ca3af;
}
.PostForm2ch_postForm__Ye3VN .PostForm2ch_fieldGroup__V310D .PostForm2ch_input__Y8Gi9::placeholder {
  color: #9ca3af;
}
.PostForm2ch_postForm__Ye3VN .PostForm2ch_tripcodeInput__6XkFd {
  display: flex;
  gap: 8px;
}
.PostForm2ch_postForm__Ye3VN .PostForm2ch_tripcodeInput__6XkFd .PostForm2ch_input__Y8Gi9 {
  flex: 1;
}
.PostForm2ch_postForm__Ye3VN .PostForm2ch_tripcodeInput__6XkFd .PostForm2ch_generateBtn__ZA_uI {
  background: rgba(139, 92, 246, 0.9);
  border: 1px solid rgba(139, 92, 246, 0.5);
  color: white;
  padding: 12px 16px;
  cursor: pointer;
  font-size: 14px;
  font-family: "Home Video", "HomeVideo", monospace;
  transition: all 0.3s ease;
  border-radius: 0;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.PostForm2ch_postForm__Ye3VN .PostForm2ch_tripcodeInput__6XkFd .PostForm2ch_generateBtn__ZA_uI:hover {
  background: rgba(124, 58, 237, 0.95);
  border-color: rgba(124, 58, 237, 0.7);
  transform: translateY(-1px);
}
.PostForm2ch_postForm__Ye3VN .PostForm2ch_tripcodeInput__6XkFd .PostForm2ch_generateBtn__ZA_uI:active {
  transform: translateY(0);
}
.PostForm2ch_postForm__Ye3VN .PostForm2ch_imageUpload__HWWQt {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.PostForm2ch_postForm__Ye3VN .PostForm2ch_imageUpload__HWWQt label {
  color: #9ca3af;
  font-size: 14px;
  font-weight: 500;
}
.PostForm2ch_postForm__Ye3VN .PostForm2ch_imageUpload__HWWQt .PostForm2ch_fileInput___ILK8 {
  padding: 12px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #9ca3af;
  font-family: inherit;
  font-size: 14px;
  border-radius: 0;
  cursor: pointer;
  transition: all 0.3s ease;
}
.PostForm2ch_postForm__Ye3VN .PostForm2ch_imageUpload__HWWQt .PostForm2ch_fileInput___ILK8:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.3);
}
.PostForm2ch_postForm__Ye3VN .PostForm2ch_imageUpload__HWWQt .PostForm2ch_fileInput___ILK8::-webkit-file-upload-button {
  background: rgba(139, 92, 246, 0.9);
  color: white;
  border: 1px solid rgba(139, 92, 246, 0.5);
  padding: 8px 16px;
  cursor: pointer;
  font-family: "Home Video", "HomeVideo", monospace;
  font-size: 14px;
  margin-right: 12px;
  border-radius: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.PostForm2ch_postForm__Ye3VN .PostForm2ch_imageUpload__HWWQt .PostForm2ch_fileInput___ILK8::-webkit-file-upload-button:hover {
  background: rgba(124, 58, 237, 0.95);
  border-color: rgba(124, 58, 237, 0.7);
}
.PostForm2ch_postForm__Ye3VN .PostForm2ch_imageUpload__HWWQt .PostForm2ch_fileInput___ILK8::-moz-file-upload-button {
  background: rgba(139, 92, 246, 0.9);
  color: white;
  border: 1px solid rgba(139, 92, 246, 0.5);
  padding: 8px 16px;
  cursor: pointer;
  font-family: "Home Video", "HomeVideo", monospace;
  font-size: 14px;
  margin-right: 12px;
  border-radius: 0;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.PostForm2ch_postForm__Ye3VN .PostForm2ch_imageUpload__HWWQt .PostForm2ch_fileInput___ILK8::-moz-file-upload-button:hover {
  background: rgba(124, 58, 237, 0.95);
  border-color: rgba(124, 58, 237, 0.7);
}
.PostForm2ch_postForm__Ye3VN .PostForm2ch_imageUpload__HWWQt .PostForm2ch_imagePreview__9YbOA {
  position: relative;
  display: inline-block;
  max-width: 200px;
}
.PostForm2ch_postForm__Ye3VN .PostForm2ch_imageUpload__HWWQt .PostForm2ch_imagePreview__9YbOA img {
  max-width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 0;
}
.PostForm2ch_postForm__Ye3VN .PostForm2ch_imageUpload__HWWQt .PostForm2ch_imagePreview__9YbOA .PostForm2ch_removeImageBtn__zsIiR {
  position: absolute;
  top: -8px;
  right: -8px;
  background: rgba(239, 68, 68, 0.9);
  color: white;
  border: 1px solid rgba(239, 68, 68, 0.5);
  width: 24px;
  height: 24px;
  border-radius: 0;
  cursor: pointer;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.PostForm2ch_postForm__Ye3VN .PostForm2ch_imageUpload__HWWQt .PostForm2ch_imagePreview__9YbOA .PostForm2ch_removeImageBtn__zsIiR:hover {
  background: rgb(239, 68, 68);
  border-color: #ef4444;
  transform: scale(1.1);
}
.PostForm2ch_postForm__Ye3VN .PostForm2ch_contentField__D_ade {
  display: flex;
  flex-direction: column;
  gap: 8px;
  /* Стили выпадающего списка подсказок городов */
}
.PostForm2ch_postForm__Ye3VN .PostForm2ch_contentField__D_ade label {
  color: #9ca3af;
  font-size: 14px;
  font-weight: 500;
}
.PostForm2ch_postForm__Ye3VN .PostForm2ch_contentField__D_ade .PostForm2ch_input__Y8Gi9 {
  padding: 16px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #ffffff;
  font-family: inherit;
  font-size: 14px;
  border-radius: 0;
  line-height: 1.4;
  transition: all 0.3s ease;
}
.PostForm2ch_postForm__Ye3VN .PostForm2ch_contentField__D_ade .PostForm2ch_input__Y8Gi9:focus {
  outline: none;
  border-color: rgba(139, 92, 246, 0.7);
  background: rgba(255, 255, 255, 0.1);
}
.PostForm2ch_postForm__Ye3VN .PostForm2ch_contentField__D_ade .PostForm2ch_input__Y8Gi9::-moz-placeholder {
  color: #9ca3af;
}
.PostForm2ch_postForm__Ye3VN .PostForm2ch_contentField__D_ade .PostForm2ch_input__Y8Gi9::placeholder {
  color: #9ca3af;
}
.PostForm2ch_postForm__Ye3VN .PostForm2ch_contentField__D_ade .PostForm2ch_textarea__kwjOY {
  padding: 16px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #ffffff;
  font-family: inherit;
  font-size: 14px;
  border-radius: 0;
  resize: vertical;
  min-height: 120px;
  line-height: 1.4;
  transition: all 0.3s ease;
}
.PostForm2ch_postForm__Ye3VN .PostForm2ch_contentField__D_ade .PostForm2ch_textarea__kwjOY:focus {
  outline: none;
  border-color: rgba(139, 92, 246, 0.7);
  background: rgba(255, 255, 255, 0.1);
}
.PostForm2ch_postForm__Ye3VN .PostForm2ch_contentField__D_ade .PostForm2ch_textarea__kwjOY::-moz-placeholder {
  color: #9ca3af;
}
.PostForm2ch_postForm__Ye3VN .PostForm2ch_contentField__D_ade .PostForm2ch_textarea__kwjOY::placeholder {
  color: #9ca3af;
}
.PostForm2ch_postForm__Ye3VN .PostForm2ch_contentField__D_ade .PostForm2ch_citySuggestions__XX8iM {
  position: absolute;
  z-index: 10;
  width: 100%;
  background: rgba(17, 24, 39, 0.98); /* почти чёрный */
  color: #ffffff; /* белый текст */
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  max-height: 280px;
  overflow-y: auto;
}
.PostForm2ch_postForm__Ye3VN .PostForm2ch_contentField__D_ade .PostForm2ch_cityItem__IOYKd {
  padding: 10px 12px;
  cursor: pointer;
  transition: background 0.15s ease, color 0.15s ease;
}
.PostForm2ch_postForm__Ye3VN .PostForm2ch_contentField__D_ade .PostForm2ch_cityItem__IOYKd:hover {
  background: rgba(139, 92, 246, 0.2);
  color: #ffffff;
}
.PostForm2ch_postForm__Ye3VN .PostForm2ch_contentField__D_ade .PostForm2ch_cityCreate__TMndP {
  padding: 10px 12px;
  cursor: pointer;
  color: #c084fc; /* фиолетовый */
  border-top: 1px dashed rgba(255, 255, 255, 0.2);
}
.PostForm2ch_postForm__Ye3VN .PostForm2ch_contentField__D_ade .PostForm2ch_cityCreate__TMndP:hover {
  background: rgba(139, 92, 246, 0.25);
  color: #ffffff;
}
.PostForm2ch_postForm__Ye3VN .PostForm2ch_contentField__D_ade .PostForm2ch_contentInfo__DYzp2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  color: #9ca3af;
}
.PostForm2ch_postForm__Ye3VN .PostForm2ch_contentField__D_ade .PostForm2ch_contentInfo__DYzp2 .PostForm2ch_charCount__cv_Dg {
  color: rgba(139, 92, 246, 0.8);
  font-weight: 500;
}
.PostForm2ch_postForm__Ye3VN .PostForm2ch_formActions__DuD33 {
  display: flex;
  gap: 16px;
  padding: 24px 28px;
  background: linear-gradient(135deg, rgba(139, 92, 246, 0.05) 0%, rgba(255, 255, 255, 0.03) 100%);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 0;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  position: relative;
}
.PostForm2ch_postForm__Ye3VN .PostForm2ch_formActions__DuD33::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(139, 92, 246, 0.3), transparent);
}
.PostForm2ch_postForm__Ye3VN .PostForm2ch_formActions__DuD33 .PostForm2ch_submitBtn__fxc12 {
  background: linear-gradient(135deg, rgba(139, 92, 246, 0.9) 0%, rgba(124, 58, 237, 0.8) 100%);
  color: white;
  border: 1px solid rgba(139, 92, 246, 0.5);
  padding: 14px 24px;
  font-family: "Home Video", "HomeVideo", monospace;
  font-size: 13px;
  font-weight: normal;
  cursor: pointer;
  transition: all 0.3s ease;
  border-radius: 0;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  text-transform: uppercase;
  letter-spacing: 0.3px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(139, 92, 246, 0.3);
  min-width: 120px;
  white-space: nowrap;
  text-align: center;
}
.PostForm2ch_postForm__Ye3VN .PostForm2ch_formActions__DuD33 .PostForm2ch_submitBtn__fxc12::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  transition: left 0.5s ease;
}
.PostForm2ch_postForm__Ye3VN .PostForm2ch_formActions__DuD33 .PostForm2ch_submitBtn__fxc12:hover:not(:disabled) {
  background: linear-gradient(135deg, rgba(124, 58, 237, 0.95) 0%, rgba(139, 92, 246, 0.9) 100%);
  border-color: rgba(124, 58, 237, 0.7);
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(139, 92, 246, 0.4);
}
.PostForm2ch_postForm__Ye3VN .PostForm2ch_formActions__DuD33 .PostForm2ch_submitBtn__fxc12:hover:not(:disabled)::before {
  left: 100%;
}
.PostForm2ch_postForm__Ye3VN .PostForm2ch_formActions__DuD33 .PostForm2ch_submitBtn__fxc12:active:not(:disabled) {
  transform: translateY(0);
  box-shadow: 0 4px 15px rgba(139, 92, 246, 0.3);
}
.PostForm2ch_postForm__Ye3VN .PostForm2ch_formActions__DuD33 .PostForm2ch_submitBtn__fxc12:disabled {
  background: rgba(156, 163, 175, 0.3);
  border-color: rgba(156, 163, 175, 0.2);
  cursor: not-allowed;
  opacity: 0.6;
  transform: none;
  box-shadow: none;
}
.PostForm2ch_postForm__Ye3VN .PostForm2ch_formActions__DuD33 .PostForm2ch_cancelBtn__A1AsZ {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.05) 100%);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 14px 24px;
  font-family: "Home Video", "HomeVideo", monospace;
  font-size: 13px;
  font-weight: normal;
  cursor: pointer;
  transition: all 0.3s ease;
  border-radius: 0;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  text-transform: uppercase;
  letter-spacing: 0.3px;
  position: relative;
  overflow: hidden;
  min-width: 120px;
  white-space: nowrap;
  text-align: center;
}
.PostForm2ch_postForm__Ye3VN .PostForm2ch_formActions__DuD33 .PostForm2ch_cancelBtn__A1AsZ::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.5s ease;
}
.PostForm2ch_postForm__Ye3VN .PostForm2ch_formActions__DuD33 .PostForm2ch_cancelBtn__A1AsZ:hover {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.1) 100%);
  border-color: rgba(255, 255, 255, 0.3);
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(255, 255, 255, 0.1);
}
.PostForm2ch_postForm__Ye3VN .PostForm2ch_formActions__DuD33 .PostForm2ch_cancelBtn__A1AsZ:hover::before {
  left: 100%;
}
.PostForm2ch_postForm__Ye3VN .PostForm2ch_formActions__DuD33 .PostForm2ch_cancelBtn__A1AsZ:active {
  transform: translateY(0);
  box-shadow: 0 3px 10px rgba(255, 255, 255, 0.05);
}

@media (max-width: 768px) {
  .PostForm2ch_postForm__Ye3VN {
    padding: 16px;
  }
  .PostForm2ch_postForm__Ye3VN .PostForm2ch_formTitle__EzI6e {
    font-size: 16px;
  }
  .PostForm2ch_postForm__Ye3VN .PostForm2ch_authorFields__mB9be {
    gap: 12px;
  }
  .PostForm2ch_postForm__Ye3VN .PostForm2ch_formActions__DuD33 {
    flex-direction: column;
    gap: 8px;
  }
  .PostForm2ch_postForm__Ye3VN .PostForm2ch_formActions__DuD33 .PostForm2ch_submitBtn__fxc12,
  .PostForm2ch_postForm__Ye3VN .PostForm2ch_formActions__DuD33 .PostForm2ch_cancelBtn__A1AsZ {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .PostForm2ch_postForm__Ye3VN {
    padding: 12px;
  }
  .PostForm2ch_postForm__Ye3VN .PostForm2ch_formTitle__EzI6e {
    font-size: 14px;
  }
  .PostForm2ch_postForm__Ye3VN .PostForm2ch_fieldGroup__V310D .PostForm2ch_input__Y8Gi9 {
    padding: 10px;
    font-size: 13px;
  }
  .PostForm2ch_postForm__Ye3VN .PostForm2ch_textarea__kwjOY {
    padding: 12px;
    font-size: 13px;
    min-height: 100px;
  }
  .PostForm2ch_postForm__Ye3VN .PostForm2ch_formActions__DuD33 .PostForm2ch_submitBtn__fxc12,
  .PostForm2ch_postForm__Ye3VN .PostForm2ch_formActions__DuD33 .PostForm2ch_cancelBtn__A1AsZ {
    padding: 12px 20px;
    font-size: 13px;
  }
}
/*!******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[9].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[9].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[14].oneOf[9].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[14].oneOf[9].use[5]!./app/forum/components/ThreadList2ch.module.scss ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/* Стили для списка тредов в стиле профиля */
.ThreadList2ch_threadList__XzcQm {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 0;
  padding: 28px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  min-height: 400px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}

.ThreadList2ch_listHeader__5xq8t {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.ThreadList2ch_listHeader__5xq8t .ThreadList2ch_listTitle__EoEza {
  font-family: "Home Video", "HomeVideo", monospace;
  font-size: 20px;
  font-weight: normal;
  color: #ffffff;
  margin: 0;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
  letter-spacing: 1px;
}
.ThreadList2ch_listHeader__5xq8t .ThreadList2ch_headerActions__iYeYm {
  display: flex;
  gap: 16px;
  align-items: center;
}
.ThreadList2ch_listHeader__5xq8t .ThreadList2ch_createThreadBtn__4jOF9 {
  background: linear-gradient(135deg, rgba(139, 92, 246, 0.9), rgba(124, 58, 237, 0.9));
  color: white;
  border: 1px solid rgba(139, 92, 246, 0.6);
  padding: 12px 20px;
  font-size: 14px;
  font-family: "Home Video", "HomeVideo", monospace;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 4px 12px rgba(139, 92, 246, 0.2);
  position: relative;
  overflow: hidden;
}
.ThreadList2ch_listHeader__5xq8t .ThreadList2ch_createThreadBtn__4jOF9::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
  transition: left 0.5s ease;
}
.ThreadList2ch_listHeader__5xq8t .ThreadList2ch_createThreadBtn__4jOF9:hover {
  background: linear-gradient(135deg, rgba(124, 58, 237, 0.95), rgba(139, 92, 246, 0.95));
  border-color: rgba(139, 92, 246, 0.8);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(139, 92, 246, 0.3);
}
.ThreadList2ch_listHeader__5xq8t .ThreadList2ch_createThreadBtn__4jOF9:hover::before {
  left: 100%;
}
.ThreadList2ch_listHeader__5xq8t .ThreadList2ch_createThreadBtn__4jOF9:active {
  transform: translateY(0);
  box-shadow: 0 2px 8px rgba(139, 92, 246, 0.2);
}
.ThreadList2ch_listHeader__5xq8t .ThreadList2ch_refreshBtn__wM67x {
  background: linear-gradient(135deg, rgba(139, 92, 246, 0.8), rgba(124, 58, 237, 0.8));
  color: white;
  border: 1px solid rgba(139, 92, 246, 0.5);
  padding: 10px;
  font-size: 16px;
  cursor: pointer;
  border-radius: 0;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(139, 92, 246, 0.2);
  position: relative;
  overflow: hidden;
}
.ThreadList2ch_listHeader__5xq8t .ThreadList2ch_refreshBtn__wM67x::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
  transition: left 0.5s ease;
}
.ThreadList2ch_listHeader__5xq8t .ThreadList2ch_refreshBtn__wM67x:hover:not(:disabled) {
  background: linear-gradient(135deg, rgba(124, 58, 237, 0.9), rgba(139, 92, 246, 0.9));
  border-color: rgba(139, 92, 246, 0.8);
  transform: translateY(-2px) rotate(180deg);
  box-shadow: 0 6px 20px rgba(139, 92, 246, 0.3);
}
.ThreadList2ch_listHeader__5xq8t .ThreadList2ch_refreshBtn__wM67x:hover:not(:disabled)::before {
  left: 100%;
}
.ThreadList2ch_listHeader__5xq8t .ThreadList2ch_refreshBtn__wM67x:active:not(:disabled) {
  transform: translateY(0) rotate(180deg);
  box-shadow: 0 2px 8px rgba(139, 92, 246, 0.2);
}
.ThreadList2ch_listHeader__5xq8t .ThreadList2ch_refreshBtn__wM67x:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  transform: none;
  animation: ThreadList2ch_spin__FczfC 1s linear infinite;
}

@keyframes ThreadList2ch_spin__FczfC {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.ThreadList2ch_stats__CG4CH {
  display: flex;
  gap: 24px;
  margin-bottom: 24px;
  padding: 16px 0;
  font-size: 14px;
  color: #9ca3af;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  font-family: "Home Video", "HomeVideo", monospace;
  letter-spacing: 0.5px;
}

.ThreadList2ch_emptyState__0kJ55 {
  text-align: center;
  padding: 80px 20px;
  color: #9ca3af;
}
.ThreadList2ch_emptyState__0kJ55 .ThreadList2ch_emptyIcon__jNK72 {
  font-size: 64px;
  margin-bottom: 20px;
  opacity: 0.7;
  animation: ThreadList2ch_float__rKeON 3s ease-in-out infinite;
}
.ThreadList2ch_emptyState__0kJ55 .ThreadList2ch_emptyText__XamvX {
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 12px;
  font-family: "Home Video", "HomeVideo", monospace;
  letter-spacing: 1px;
}
.ThreadList2ch_emptyState__0kJ55 .ThreadList2ch_emptySubtext___q2pd {
  font-size: 16px;
  color: #9ca3af;
  font-style: italic;
  line-height: 1.5;
}

@keyframes ThreadList2ch_float__rKeON {
  0%, 100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-10px);
  }
}
.ThreadList2ch_threadsContainer__lN7mB {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.ThreadList2ch_threadItem__Gv0kb {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0;
  padding: 24px;
  cursor: pointer;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  position: relative;
  overflow: hidden;
}
.ThreadList2ch_threadItem__Gv0kb::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(139, 92, 246, 0.5), transparent);
  transform: scaleX(0);
  transition: transform 0.3s ease;
}
.ThreadList2ch_threadItem__Gv0kb:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.3);
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}
.ThreadList2ch_threadItem__Gv0kb:hover::before {
  transform: scaleX(1);
}
.ThreadList2ch_threadItem__Gv0kb:active {
  transform: translateY(-1px);
}

.ThreadList2ch_threadMain__Qqz9i {
  margin-bottom: 20px;
}
.ThreadList2ch_threadMain__Qqz9i .ThreadList2ch_threadTitle__Vh5_N {
  font-family: "Home Video", "HomeVideo", monospace;
  font-size: 18px;
  font-weight: normal;
  color: #ffffff;
  margin-bottom: 12px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
  letter-spacing: 0.5px;
  line-height: 1.3;
}
.ThreadList2ch_threadMain__Qqz9i .ThreadList2ch_threadPreview__SeHdL {
  font-size: 15px;
  color: #9ca3af;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.ThreadList2ch_threadMeta__Kz24_ {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 20px;
}

.ThreadList2ch_threadStats__1PJcJ {
  display: flex;
  gap: 16px;
  font-size: 13px;
  color: #9ca3af;
  font-family: "Home Video", "HomeVideo", monospace;
}
.ThreadList2ch_threadStats__1PJcJ .ThreadList2ch_postCount__uLhK5,
.ThreadList2ch_threadStats__1PJcJ .ThreadList2ch_imageCount__v8VH7 {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 4px 8px;
  background: rgba(139, 92, 246, 0.1);
  border: 1px solid rgba(139, 92, 246, 0.2);
  border-radius: 0;
}

.ThreadList2ch_lastPostInfo__kbY4T {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 6px;
  font-size: 13px;
}
.ThreadList2ch_lastPostInfo__kbY4T .ThreadList2ch_lastPostAuthor__AyYrO {
  color: #ffffff;
  font-weight: normal;
  font-family: "Home Video", "HomeVideo", monospace;
}
.ThreadList2ch_lastPostInfo__kbY4T .ThreadList2ch_lastPostTripcode__ZsXzk {
  color: rgba(139, 92, 246, 0.8);
  margin-left: 6px;
}
.ThreadList2ch_lastPostInfo__kbY4T .ThreadList2ch_lastPostDate__bB6dF {
  color: #9ca3af;
  font-size: 12px;
}

.ThreadList2ch_activityIndicator__IT5L2 {
  position: absolute;
  top: 16px;
  right: 16px;
  display: flex;
  gap: 6px;
}
.ThreadList2ch_activityIndicator__IT5L2 .ThreadList2ch_hotIndicator__ra3mN,
.ThreadList2ch_activityIndicator__IT5L2 .ThreadList2ch_veryHotIndicator__MZLGP {
  font-size: 18px;
  filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.8));
  animation: ThreadList2ch_pulse__NODiY 2s ease-in-out infinite;
}
.ThreadList2ch_activityIndicator__IT5L2 .ThreadList2ch_veryHotIndicator__MZLGP {
  animation-delay: 1s;
}

@keyframes ThreadList2ch_pulse__NODiY {
  0%, 100% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.1);
    opacity: 0.8;
  }
}
.ThreadList2ch_pagination__yN34j {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-top: 32px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.ThreadList2ch_pagination__yN34j .ThreadList2ch_pageBtn__57yAZ {
  background: linear-gradient(135deg, rgba(139, 92, 246, 0.8), rgba(124, 58, 237, 0.8));
  color: white;
  border: 1px solid rgba(139, 92, 246, 0.5);
  padding: 12px 20px;
  font-size: 14px;
  font-family: "Home Video", "HomeVideo", monospace;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 4px 12px rgba(139, 92, 246, 0.2);
  position: relative;
  overflow: hidden;
}
.ThreadList2ch_pagination__yN34j .ThreadList2ch_pageBtn__57yAZ::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
  transition: left 0.5s ease;
}
.ThreadList2ch_pagination__yN34j .ThreadList2ch_pageBtn__57yAZ:hover {
  background: linear-gradient(135deg, rgba(124, 58, 237, 0.9), rgba(139, 92, 246, 0.9));
  border-color: rgba(139, 92, 246, 0.8);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(139, 92, 246, 0.3);
}
.ThreadList2ch_pagination__yN34j .ThreadList2ch_pageBtn__57yAZ:hover::before {
  left: 100%;
}
.ThreadList2ch_pagination__yN34j .ThreadList2ch_pageBtn__57yAZ:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}
.ThreadList2ch_pagination__yN34j .ThreadList2ch_pageBtn__57yAZ:disabled::before {
  display: none;
}
.ThreadList2ch_pagination__yN34j .ThreadList2ch_pageInfo___IgIM {
  font-size: 15px;
  color: #9ca3af;
  font-family: "Home Video", "HomeVideo", monospace;
  letter-spacing: 0.5px;
  padding: 8px 16px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0;
}

/* Адаптивность */
@media (max-width: 768px) {
  .ThreadList2ch_threadList__XzcQm {
    padding: 16px;
  }
  .ThreadList2ch_listHeader__5xq8t .ThreadList2ch_listTitle__EoEza {
    font-size: 16px;
  }
  .ThreadList2ch_listHeader__5xq8t .ThreadList2ch_headerActions__iYeYm {
    gap: 8px;
  }
  .ThreadList2ch_listHeader__5xq8t .ThreadList2ch_createThreadBtn__4jOF9 {
    padding: 8px 12px;
    font-size: 13px;
  }
  .ThreadList2ch_listHeader__5xq8t .ThreadList2ch_refreshBtn__wM67x {
    width: 36px;
    height: 36px;
    font-size: 14px;
  }
  .ThreadList2ch_stats__CG4CH {
    flex-direction: column;
    gap: 8px;
  }
  .ThreadList2ch_threadItem__Gv0kb {
    padding: 16px;
  }
  .ThreadList2ch_threadMeta__Kz24_ {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
  .ThreadList2ch_lastPostInfo__kbY4T {
    align-items: flex-start;
  }
  .ThreadList2ch_pagination__yN34j {
    flex-direction: column;
    gap: 12px;
  }
}
@media (max-width: 480px) {
  .ThreadList2ch_threadList__XzcQm {
    padding: 12px;
  }
  .ThreadList2ch_listHeader__5xq8t {
    flex-direction: column;
    gap: 12px;
    align-items: flex-start;
  }
  .ThreadList2ch_listHeader__5xq8t .ThreadList2ch_listTitle__EoEza {
    font-size: 14px;
  }
  .ThreadList2ch_listHeader__5xq8t .ThreadList2ch_headerActions__iYeYm {
    width: 100%;
    justify-content: space-between;
  }
  .ThreadList2ch_listHeader__5xq8t .ThreadList2ch_createThreadBtn__4jOF9 {
    padding: 6px 10px;
    font-size: 12px;
  }
  .ThreadList2ch_listHeader__5xq8t .ThreadList2ch_refreshBtn__wM67x {
    width: 32px;
    height: 32px;
    font-size: 12px;
  }
  .ThreadList2ch_threadItem__Gv0kb {
    padding: 12px;
  }
  .ThreadList2ch_threadMain__Qqz9i .ThreadList2ch_threadTitle__Vh5_N {
    font-size: 14px;
  }
  .ThreadList2ch_threadMain__Qqz9i .ThreadList2ch_threadPreview__SeHdL {
    font-size: 13px;
  }
  .ThreadList2ch_threadStats__1PJcJ {
    font-size: 11px;
  }
  .ThreadList2ch_lastPostInfo__kbY4T {
    font-size: 11px;
  }
}
