/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[13].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[13].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[14].oneOf[13].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[14].oneOf[13].use[5]!./app/styles/pages/subscriptions.scss ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
.wrapper {
  min-height: 100vh;
  background-color: #0C0816;
  background-image: url("/texture.png");
  background-repeat: repeat;
  background-position: center;
  background-size: auto;
  background-attachment: fixed;
  color: #EAEAF1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4rem 0;
  font-family: var(--font-default);
}

.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
}

.content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 28px;
}

@media (min-width: 1200px) {
  .content {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    width: 868px;
  }
}
.formContainer,
.logoContainer {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (min-width: 1200px) {
  .formContainer,
  .logoContainer {
    width: 420px;
    height: 700px;
    flex: none;
  }
}
.formBox {
  width: 100%;
}

.title {
  font-size: 36px;
  line-height: 58px;
  font-family: var(--font-heading);
  text-transform: uppercase;
  margin-bottom: 12px;
}

.subtitle {
  margin-bottom: 24px;
  color: #9695B9;
  font-family: var(--font-default);
}

.form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.field {
  display: flex;
  flex-direction: column;
  font-family: var(--font-default);
  font-size: 12px;
}

.field label {
  color: #9695B9;
}

.field input {
  background: transparent;
  color: white;
  width: 100%;
  height: 44px;
  padding: 0 12px;
  border: 1px solid transparent;
  -o-border-image: linear-gradient(to right, #875EFF, #D7FF5E) 1;
     border-image: linear-gradient(to right, #875EFF, #D7FF5E) 1;
  border-radius: 0;
  font-size: 14px;
  outline: none;
}
.field input::-moz-placeholder {
  color: #EAEAF1;
  opacity: 60%;
}
.field input::placeholder {
  color: #EAEAF1;
  opacity: 60%;
}

.passwordInput {
  position: relative;
  display: flex;
  align-items: center;
}

.togglePassword {
  position: absolute;
  right: 10px;
  background: none;
  color: #888;
  border: none;
  cursor: pointer;
}

.checkbox {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-size: 13px;
  font-family: var(--font-default);
  margin: 10px 0;
}

.checkbox input[type=checkbox] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  background-color: #0C0816;
  border: 1px solid #EAEAF1;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  position: relative;
  margin-top: 2px;
}

.checkbox input[type=checkbox]:checked::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 6px;
  width: 4px;
  height: 10px;
  border: solid #D7FF5E;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.checkbox a {
  color: #D7FF5E;
  text-decoration: underline;
}

.primary-btn, .subscriptions-btn, .primary-btn-inline {
  background: linear-gradient(90deg, #875EFF, #A98BFF);
  color: #FFFFFF;
  border: 2px solid #875EFF;
  width: 100%;
  margin-bottom: 10px;
  box-sizing: border-box;
}
.primary-btn:hover:not(:disabled), .subscriptions-btn:hover:not(:disabled), .primary-btn-inline:hover:not(:disabled) {
  transform: translateY(-2px);
  border-color: #A98BFF;
}
.primary-btn:active:not(:disabled), .subscriptions-btn:active:not(:disabled), .primary-btn-inline:active:not(:disabled) {
  transform: translateY(0);
}

.secondary-btn {
  background: transparent;
  color: #FFFFFF;
  border: 2px solid #875EFF;
  width: 100%;
  box-sizing: border-box;
}
.secondary-btn:hover:not(:disabled) {
  background: rgba(135, 94, 255, 0.1);
  transform: translateY(-2px);
}
.secondary-btn:active:not(:disabled) {
  transform: translateY(0);
}

.logoContainer {
  background: radial-gradient(circle at center, #A98BFF 0%, #875EFF 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0;
  flex-grow: 1;
}

@media (max-width: 1199px) {
  .logoContainer {
    order: -1;
    width: 100%;
    max-width: 100%;
    height: 240px;
    margin-bottom: 1.5rem;
  }
}
.error {
  background-color: #FECACA;
  color: #7F1D1D;
  padding: 12px;
  border-radius: 0;
  font-family: var(--font-default);
}

.support {
  margin-top: 2rem;
  font-size: 0.875rem;
  color: #aaa;
  font-family: var(--font-default);
}
.support a {
  color: #ff5656;
  text-decoration: underline;
  margin-top: 0.5rem;
  display: inline-block;
}

.links {
  margin-top: 12px;
}
.links a {
  font-size: 0.875rem;
  color: #D7FF5E;
  text-decoration: underline;
}

/* === Стили для страницы профиля ===================================== */
/* Переменные для профиля */
/* Убираем паддинг у контейнера контента на странице профиля */
.content-container {
  padding: 16px 0 0 0;
}

/* Стили для хедера на странице профиля */
.content-container .header-nav {
  padding: 1rem 16px;
  margin-bottom: 16px;
}

/* Основной контейнер профиля */
.profile-container {
  display: grid;
  grid-template-columns: 500px 1fr;
  gap: 24px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 32px 0;
  align-items: flex-start;
}

/* Левая панель - информация о пользователе */
.profile-sidebar .profile-card {
  padding: 0;
  position: static;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0;
  box-sizing: border-box;
}
.profile-sidebar .avatar-container {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 0;
  overflow: hidden;
  margin-bottom: 0;
}
.profile-sidebar .user-name, .profile-sidebar .user-username, .profile-sidebar .user-bio, .profile-sidebar .stats-container, .profile-sidebar .settings-button {
  padding: 16px 24px 0 24px;
}
.profile-sidebar .settings-button {
  margin-top: 16px;
  margin-bottom: 16px;
}

/* Стили для аватара */
.avatar-container {
  position: relative;
  cursor: pointer;
  overflow: hidden;
}
.avatar-container .avatar-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.avatar-container:hover .avatar-overlay {
  opacity: 1;
}
.avatar-container .avatar-text {
  color: white;
  font-size: 16px;
  font-weight: 500;
}

/* Стили для имени пользователя */
.user-name {
  font-family: "Home Video", "HomeVideo", monospace;
  font-size: 24px;
  font-weight: normal;
  color: #ffffff;
  margin: 16px 0 8px 0;
  line-height: 1.2;
}

.user-username {
  font-size: 16px;
  color: #9ca3af;
  margin: 0 0 12px 0;
}

.user-bio {
  font-size: 14px;
  color: #ffffff;
  margin: 0 0 16px 0;
  line-height: 1.4;
}

/* Стили для статистики */
.stats-container {
  display: flex;
  gap: 24px;
  margin: 16px 0;
}

.stat-item {
  text-align: center;
}
.stat-item .stat-number {
  font-size: 20px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 4px;
}
.stat-item div:last-child {
  font-size: 12px;
  color: #9ca3af;
  text-transform: uppercase;
}

/* Стили для кнопок настроек и действий */
.settings-button {
  display: inline-block;
  padding: 14px;
  background: #8B5CF6;
  color: white;
  text-decoration: none;
  border-radius: 0;
  font-size: 14px;
  font-family: "Home Video", "HomeVideo", monospace;
  font-weight: normal;
  text-align: center;
  transition: background-color 0.3s ease;
}
.settings-button:hover {
  background: #7C3AED;
}

.profile-actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 16px;
}

.action-button {
  padding: 14px;
  border: none;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.action-button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.follow-button {
  background: #8B5CF6;
  color: white;
}
.follow-button:hover:not(:disabled) {
  background: #7C3AED;
}

.unfollow-button {
  background: rgba(239, 68, 68, 0.1);
  color: #ef4444;
  border: 1px solid #ef4444;
}
.unfollow-button:hover:not(:disabled) {
  background: #ef4444;
  color: white;
}

.message-button {
  background: rgba(255, 255, 255, 0.15);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.message-button:hover {
  background: rgba(255, 255, 255, 0.2);
}

/* Стили для блока "Об исполнителе" */
.about-content {
  font-size: 14px;
  color: #ffffff;
  line-height: 1.5;
}

.about-empty {
  font-size: 14px;
  color: #9ca3af;
  font-style: italic;
}

/* Правая панель — сетка блоков */
.profile-content {
  display: grid;
  grid-template-areas: "calendar calendar calendar" "audio audio audio" "about extra communities" "news news news";
  grid-template-columns: 427px 329px 306px;
  grid-template-rows: 360px 253px 215px auto;
  gap: 24px;
  align-items: start;
}

.profile-main-grid {
  display: grid;
  grid-template-columns: 500px 427px 329px 306px;
  grid-template-rows: 500px auto 215px auto;
  gap: 24px;
  grid-template-areas: "avatar calendar . ." "audio . . ." "about extra communities ." "news news news news";
}

/* Дополнительный grid для третьей строки с тремя блоками */
.profile-row-third {
  display: grid;
  grid-template-columns: 427px 329px 306px;
  gap: 24px;
  grid-area: about;
}

.profile-card {
  grid-area: avatar;
  width: 500px;
  height: 500px;
  aspect-ratio: unset;
}

.profile-calendar {
  grid-area: calendar;
  width: 1062px;
  height: 500px;
}

.profile-audio {
  grid-area: audio;
  width: 427px !important;
  height: 215px;
}

.profile-about {
  grid-area: about;
  width: 100% !important;
  height: auto;
  min-height: 0;
  max-height: 215px;
}

.profile-extra {
  grid-area: extra;
  width: 329px;
  height: 215px;
}

.profile-communities {
  grid-area: communities;
  width: 306px;
  height: 215px;
}

.profile-news {
  grid-area: news;
  width: 100%;
  min-height: 215px;
}

.profile-services {
  grid-area: services;
  width: 306px;
  height: 215px;
}

.profile-card.profile-block, .profile-sidebar .profile-card {
  padding: 0;
}

.profile-block, .profile-sidebar .profile-card {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 0;
  color: #ffffff;
  box-sizing: border-box;
  padding: 24px;
  min-width: 0;
  min-height: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  height: 215px;
}
.profile-block.profile-news, .profile-sidebar .profile-news.profile-card {
  height: auto;
  min-height: 215px;
}
.profile-block a, .profile-sidebar .profile-card a {
  color: #D7FF5E;
  text-decoration: none;
}
.profile-block a:hover, .profile-sidebar .profile-card a:hover {
  text-decoration: underline;
}
.profile-block .post-header a, .profile-sidebar .profile-card .post-header a {
  color: inherit;
  text-decoration: none;
}
.profile-block .post-header a:hover, .profile-sidebar .profile-card .post-header a:hover {
  text-decoration: none;
}

.profile-block > h1, .profile-sidebar .profile-card > h1,
.profile-block > h2,
.profile-sidebar .profile-card > h2,
.profile-block > h3,
.profile-sidebar .profile-card > h3,
.profile-block-title {
  font-family: "Home Video", "HomeVideo", monospace;
  font-size: 18px;
  font-weight: normal;
  margin: 0 0 12px 0;
}

.profile-block .block-title, .profile-sidebar .profile-card .block-title {
  font-family: "Home Video", "HomeVideo", monospace;
  font-size: 18px;
  font-weight: normal;
  margin: 0 0 12px 0;
}

.profile-block h1, .profile-sidebar .profile-card h1,
.profile-block h2,
.profile-sidebar .profile-card h2,
.profile-block h3,
.profile-sidebar .profile-card h3,
.profile-block h4,
.profile-sidebar .profile-card h4,
.profile-block h5,
.profile-sidebar .profile-card h5,
.profile-block h6,
.profile-sidebar .profile-card h6,
.profile-block .title,
.profile-sidebar .profile-card .title,
.profile-block .header,
.profile-sidebar .profile-card .header,
.profile-block .heading,
.profile-sidebar .profile-card .heading {
  font-family: "Home Video", "HomeVideo", monospace;
  font-size: 18px;
  font-weight: normal;
  margin: 0 0 12px 0;
}

/* Стили для постов */
.post-form {
  margin-bottom: 24px;
}

.post-textarea {
  width: 100%;
  min-height: 80px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 0 !important;
  padding: 12px;
  color: #ffffff;
  font-size: 14px;
  resize: vertical;
  margin-bottom: 12px;
}
.post-textarea::-moz-placeholder {
  color: #9ca3af;
}
.post-textarea::placeholder {
  color: #9ca3af;
}
.post-textarea:focus {
  outline: none;
  border-color: #8B5CF6;
}

.post-form-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.char-count {
  font-size: 12px;
  color: #9ca3af;
}

/* Drag & Drop зона для файлов */
.file-drop-zone {
  border: 2px dashed rgba(255, 255, 255, 0.3);
  border-radius: 8px;
  padding: 16px;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-bottom: 12px;
  background: rgba(255, 255, 255, 0.02);
}
.file-drop-zone:hover {
  border-color: #8B5CF6;
  background: rgba(139, 92, 246, 0.1);
}
.file-drop-zone.drag-over {
  border-color: #8B5CF6;
  background: rgba(139, 92, 246, 0.2);
  transform: scale(1.02);
}
.file-drop-zone.has-file {
  border-color: #10b981;
  background: rgba(16, 185, 129, 0.1);
}

.drop-placeholder {
  display: flex;
  flex-direction: column;
  gap: 4px;
  color: #9ca3af;
}
.drop-placeholder span {
  font-size: 14px;
  color: #ffffff;
}
.drop-placeholder small {
  font-size: 12px;
  opacity: 0.7;
}

.selected-file {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 12px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 6px;
}

.file-info {
  display: flex;
  align-items: center;
  gap: 8px;
}
.file-info span:first-child {
  font-size: 18px;
}
.file-info .file-name {
  font-size: 14px;
  color: #ffffff;
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.file-info .file-size {
  font-size: 12px;
  color: #9ca3af;
}

.remove-file-btn {
  background: rgba(239, 68, 68, 0.8);
  color: white;
  border: none;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  transition: background-color 0.2s ease;
}
.remove-file-btn:hover {
  background: #dc2626;
}

.post-button {
  padding: 14px;
  background: #8B5CF6;
  color: white;
  border: none;
  border-radius: 6px;
  font-size: 14px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.post-button:hover:not(:disabled) {
  background: #7C3AED;
}
.post-button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.posts-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.post-item {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 0 !important;
  padding: 16px;
}

.post-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
  position: relative;
}

.post-author-info {
  flex: 1;
}

.author-name {
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 2px;
  cursor: pointer;
  transition: color 0.2s ease;
}
.author-name:hover {
  color: #D7FF5E;
}

.post-date {
  font-size: 12px;
  color: #9ca3af;
}

.post-content {
  font-size: 14px;
  color: #ffffff;
  line-height: 1.5;
  margin-bottom: 12px;
  white-space: pre-wrap;
}
.post-content a {
  color: #D7FF5E;
  text-decoration: none;
  word-break: break-all;
}
.post-content a:hover {
  text-decoration: underline;
}

.post-image {
  max-width: 100%;
  max-height: 500px;
  width: auto;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 0;
  margin-top: 12px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.post-image:hover {
  opacity: 0.9;
  transform: scale(1.02);
}
.post-image.post-image-expanded {
  max-width: 100% !important;
  max-height: 80vh !important;
  width: auto !important;
  height: auto !important;
  -o-object-fit: contain !important;
     object-fit: contain !important;
  padding: 0 !important;
  border-radius: 0 !important;
  margin: 12px auto !important;
  cursor: zoom-out !important;
  box-sizing: border-box !important;
  display: block !important;
}
.post-image.post-image-expanded:hover {
  opacity: 1 !important;
}
@media (max-width: 768px) {
  .post-image:hover {
    opacity: 1;
    transform: none;
  }
  .post-image.post-image-expanded {
    max-width: 100% !important;
    max-height: 70vh !important;
    padding: 0 !important;
    margin: 12px 0 !important;
  }
}

/* Контейнер для увеличенного изображения */
.post-file {
  position: relative;
}
.post-file .post-image-expanded {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* Стили для файлов в постах */
.post-files {
  margin-top: 12px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* Сетка для изображений */
.post-images-grid {
  display: grid;
  gap: 8px;
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
  overflow: visible;
}
.post-images-grid:has(.post-file:only-child) {
  grid-template-columns: 1fr;
}
.post-images-grid:has(.post-file:nth-child(2):last-child) {
  grid-template-columns: repeat(2, 1fr);
}
.post-images-grid:has(.post-file:nth-child(3):last-child) {
  grid-template-columns: repeat(2, 1fr);
}
.post-images-grid:has(.post-file:nth-child(3):last-child) .post-file:first-child {
  grid-column: 1/-1;
}
.post-images-grid:has(.post-file:nth-child(4)) {
  grid-template-columns: repeat(2, 1fr);
}
.post-images-grid .post-file:has(.post-image-expanded) {
  grid-column: 1/-1;
}

.post-file {
  margin-top: 0;
}
.post-file .post-image {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-top: 0;
  aspect-ratio: 1;
  max-height: 200px;
}
.post-file .post-image.post-image-expanded {
  width: auto !important;
  aspect-ratio: auto !important;
  max-width: 100% !important;
  max-height: 80vh !important;
  height: auto !important;
  margin: 12px auto !important;
}
.post-file:not(:has(.post-image)) {
  margin-top: 12px;
}

.audio-player {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 8px;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.audio-player .audio-element {
  width: 100%;
  margin-bottom: 8px;
  background: transparent;
  color: #ffffff;
}
.audio-player .audio-element::-webkit-media-controls-panel {
  background: rgba(255, 255, 255, 0.1);
}
.audio-player .audio-element::-webkit-media-controls-current-time-display, .audio-player .audio-element::-webkit-media-controls-time-remaining-display {
  color: #ffffff;
}
.audio-player .file-info {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  color: #9ca3af;
}
.audio-player .file-info .file-icon {
  font-size: 14px;
}
.audio-player .file-info .file-name {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.file-attachment {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 8px;
  overflow: hidden;
}
.file-attachment .file-link {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px;
  text-decoration: none;
  color: #ffffff;
  transition: background-color 0.2s ease;
}
.file-attachment .file-link:hover {
  background: rgba(255, 255, 255, 0.1);
  text-decoration: none;
  color: #ffffff;
}
.file-attachment .file-link .file-icon {
  font-size: 16px;
  flex-shrink: 0;
}
.file-attachment .file-link .file-name {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.file-attachment .file-link .download-icon {
  font-size: 14px;
  opacity: 0.7;
}

.delete-button {
  background: none;
  border: none;
  cursor: pointer;
  font-size: 16px;
  opacity: 0.7;
  transition: opacity 0.3s ease;
}
.delete-button:hover {
  opacity: 1;
}

.empty-posts {
  text-align: center;
  color: #9ca3af;
  font-size: 14px;
  padding: 24px;
  font-style: italic;
}

/* Адаптивность */
@media (max-width: 1024px) {
  .profile-container {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 16px 0;
  }
  .profile-content {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .profile-news {
    grid-column: 1/2;
  }
}
@media (max-width: 768px) {
  .profile-container {
    padding: 8px 0;
  }
  .profile-block, .profile-sidebar .profile-card {
    padding: 12px;
  }
  .profile-rows {
    gap: 16px;
  }
  .profile-row {
    gap: 16px;
  }
  .profile-row-top {
    flex-direction: column;
    gap: 16px;
  }
  .profile-card {
    width: 100% !important;
    height: 100% !important; /* Делаем квадратной */
    aspect-ratio: 1 !important; /* Принудительно квадратная */
    padding-bottom: 0 !important;
    position: relative;
    overflow: hidden;
  }
  .profile-card .profile-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 320px;
    padding: 16px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .profile-card .profile-header-icons {
    top: 16px;
    right: 16px;
  }
  .profile-card .profile-info-left {
    top: 16px;
    left: 16px;
  }
  .profile-card .user-name {
    font-size: 20px;
    margin-bottom: 8px;
  }
  .profile-card .user-details p {
    font-size: 13px;
    margin: 3px 0;
  }
  .profile-card .profile-stats {
    margin-top: 12px;
    gap: 6px;
  }
  .profile-right-col {
    display: none !important; /* Скрываем календарь справа от аватарки в адаптивной версии */
  }
  .profile-right-col .profile-calendar {
    display: none !important; /* Дополнительно скрываем календарь внутри */
  }
  .profile-row-calendar .profile-calendar {
    width: 100% !important; /* Такая же ширина как у аватарки */
    height: auto !important; /* По высоте виджета календаря */
    flex: none !important; /* Убираем растягивание календаря */
  }
  .profile-audio {
    width: 100% !important; /* Растягиваем на всю ширину как услуги и сообщества */
    height: 200px !important;
    flex: none !important; /* Убираем растягивание календаря */
  }
  .profile-row-middle {
    flex-direction: column;
    gap: 16px;
  }
  .profile-row-calendar {
    display: flex !important; /* Показываем отдельный блок календаря в адаптивной версии */
    flex-direction: column;
    gap: 16px;
  }
  .profile-about,
  .profile-extra,
  .profile-communities {
    width: 100% !important;
    height: auto !important;
    min-height: 150px;
  }
  .profile-row-bottom {
    flex-direction: column;
    gap: 16px;
  }
  .profile-news,
  .profile-services {
    width: 100% !important;
    height: auto !important;
    min-height: 200px;
  }
  /* Адаптация текста */
  .profile-card .user-name {
    font-size: 24px;
  }
  .profile-card .user-username {
    font-size: 16px;
  }
  .profile-card .user-bio {
    font-size: 14px;
  }
  .profile-card .stats-container {
    gap: 24px;
  }
  .profile-card .stat-item .stat-number {
    font-size: 20px;
  }
  .profile-card .stat-item div:last-child {
    font-size: 12px;
  }
  /* Адаптация табов */
  .news-tabs {
    gap: 16px;
    margin-bottom: 16px;
  }
  .news-tab {
    width: auto;
    min-width: auto;
    max-width: none;
  }
  .news-tab-label {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  /* Адаптация для мобильных */
  .content-container {
    padding: 8px;
  }
  .profile-rows {
    flex-wrap: wrap;
    width: 100%;
    min-width: 0;
    max-width: 100vw;
    overflow-x: hidden;
  }
  .profile-row {
    flex-wrap: wrap;
    width: 100%;
    min-width: 0;
    max-width: 100vw;
    overflow-x: hidden;
  }
  .profile-row-top {
    width: 100%;
    min-width: 0;
    max-width: 100vw;
    overflow-x: hidden;
  }
  .profile-row-middle {
    width: 100%;
    min-width: 0;
    max-width: 100vw;
    overflow-x: hidden;
  }
  .profile-row-bottom {
    width: 100%;
    min-width: 0;
    max-width: 100vw;
    overflow-x: hidden;
  }
  .profile-card,
  .profile-calendar,
  .profile-audio,
  .profile-about,
  .profile-extra,
  .profile-communities,
  .profile-news,
  .profile-services {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100vw !important;
    box-sizing: border-box;
  }
  .profile-about-content,
  .post-content,
  .user-bio {
    word-break: break-word;
    overflow-wrap: break-word;
  }
  .profile-card {
    width: 100% !important;
    height: 100% !important; /* Делаем квадратной */
    aspect-ratio: 1 !important; /* Принудительно квадратная */
  }
  .profile-card .profile-overlay {
    padding: 12px;
  }
  .profile-card .profile-header-icons {
    top: 12px;
    right: 12px;
  }
  .profile-card .profile-info-left {
    top: 12px;
    left: 12px;
  }
  .profile-card .user-name {
    font-size: 18px;
  }
  .profile-card .user-details p {
    font-size: 12px;
    margin: 2px 0;
  }
  .profile-card .profile-stats {
    margin-top: 10px;
    gap: 4px;
  }
  .profile-card .stat-item {
    font-size: 12px;
  }
  .profile-card .stat-item span, .profile-card .stat-item .stat-number {
    font-size: 12px;
  }
  .profile-card .header-icon {
    width: 36px;
    height: 36px;
    font-size: 18px;
  }
  .profile-right-col {
    display: none !important; /* Скрываем календарь справа от аватарки в мобильной версии */
  }
  .profile-right-col .profile-calendar {
    display: none !important; /* Дополнительно скрываем календарь внутри */
  }
  .profile-row-calendar .profile-calendar {
    width: 100% !important; /* Такая же ширина как у аватарки */
    height: auto !important; /* По высоте виджета календаря */
    flex: none !important; /* Убираем растягивание календаря */
  }
  .profile-audio {
    width: 100% !important;
    height: 150px !important;
    flex: none !important; /* Убираем растягивание календаря */
  }
  .profile-about,
  .profile-extra,
  .profile-communities {
    min-height: 120px;
  }
  .profile-row-bottom {
    gap: 12px;
  }
  .profile-row-calendar {
    display: flex !important; /* Показываем отдельный блок календаря в мобильной версии */
    flex-direction: column;
    gap: 12px;
  }
  .profile-news,
  .profile-services {
    min-height: 180px;
  }
  /* Адаптация текста для мобильных */
  .profile-card .user-name {
    font-size: 20px;
  }
  .profile-card .user-username {
    font-size: 14px;
  }
  .profile-card .user-bio {
    font-size: 12px;
    max-width: 100%;
  }
  .profile-card .stats-container {
    gap: 16px;
  }
  .profile-card .stat-item .stat-number {
    font-size: 18px;
  }
  .profile-card .stat-item div:last-child {
    font-size: 11px;
  }
  .profile-card .profile-actions {
    flex-direction: column;
    gap: 8px;
  }
  .profile-card .action-button {
    padding: 12px;
    font-size: 13px;
  }
  /* Адаптация табов для мобильных */
  .news-tabs {
    gap: 12px;
    margin-bottom: 12px;
    flex-wrap: wrap;
  }
  .news-tab {
    flex: 1;
    min-width: 0;
  }
  .news-tab-label {
    font-size: 14px;
  }
  /* Адаптация формы постов */
  .post-form {
    padding: 12px;
  }
  .post-textarea {
    font-size: 14px;
  }
  .post-form-footer {
    flex-direction: column;
    gap: 8px;
    align-items: flex-start;
  }
  .primary-btn-inline {
    padding: 8px 16px;
    font-size: 14px;
  }
  /* Адаптация постов */
  .post-item {
    padding: 12px;
  }
  .post-header {
    gap: 8px;
  }
  .author-name {
    font-size: 13px;
  }
  .post-date {
    font-size: 11px;
  }
  .post-content {
    font-size: 14px;
  }
  /* Адаптация drag & drop зоны */
  .file-drop-zone {
    padding: 12px;
  }
  .drop-placeholder span {
    font-size: 13px;
  }
  .drop-placeholder small {
    font-size: 11px;
  }
  .selected-file {
    padding: 6px 8px;
  }
  .selected-file .file-info {
    gap: 6px;
  }
  .selected-file .file-info .file-name {
    max-width: 150px;
    font-size: 13px;
  }
  .selected-file .file-info .file-size {
    font-size: 11px;
  }
  /* Адаптация файлов в постах */
  .audio-player {
    padding: 8px;
  }
  .audio-player .file-info {
    font-size: 11px;
  }
  .file-attachment .file-link {
    padding: 8px;
  }
  .file-attachment .file-link .file-name {
    font-size: 13px;
  }
}
.profile-under-avatar-row {
  display: flex;
  gap: 24px;
  margin-top: 24px;
}

.profile-about {
  width: 427px;
  height: 215px;
}

.profile-extra {
  width: 329px;
  height: 215px;
}

.profile-communities {
  width: 306px;
  height: 215px;
}

.profile-bottom-row {
  display: flex;
  gap: 24px;
  margin-top: 24px;
}

.profile-news {
  width: 100%;
  min-height: 215px;
  height: auto !important;
}

.profile-services {
  display: none;
}

.profile-rows {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.profile-row {
  display: flex;
  gap: 24px;
}

.profile-row-top {
  display: flex;
  gap: 24px;
  align-items: flex-start;
}

.profile-row-info {
  display: flex;
  gap: 24px;
  align-items: flex-start;
}

/* .profile-row-calendar стили определены в медиа-запросах */
.profile-right-col {
  display: flex;
  flex-direction: column;
  gap: 24px;
  flex: 1;
}

/* Скрываем отдельный блок календаря в десктопной версии */
.profile-row-calendar {
  display: none;
}

.profile-calendar {
  width: 100%;
  height: 500px;
}

.profile-audio {
  height: auto;
  min-height: 200px;
}

.profile-row-middle .profile-about {
  height: auto;
  min-height: 0;
  max-height: 215px;
}

.profile-row-middle .profile-extra {
  width: 329px;
  height: 215px;
}

.profile-row-middle .profile-communities {
  width: 306px;
  height: 215px;
}

.profile-row-bottom .profile-news {
  width: 100%;
}

.profile-row-bottom .profile-services {
  display: none;
}

.news-tabs {
  display: flex;
  gap: 24px;
  margin-bottom: 24px;
  margin-top: 0;
  flex-wrap: nowrap;
}

.news-tab {
  background: none;
  border: none;
  border-bottom: 2px solid transparent;
  transition: color 0.2s, border-color 0.2s;
  outline: none;
  margin: 0;
  white-space: nowrap;
  flex-shrink: 0;
  cursor: pointer;
  width: 110px;
  min-width: 110px;
  max-width: 110px;
}

.news-tab-label {
  display: inline-block;
  font-family: "Home Video", "HomeVideo", monospace;
  font-size: 18px;
  font-weight: normal;
  color: #9ca3af;
  padding: 0;
  margin: 0;
  line-height: 1;
}

.news-tab.active .news-tab-label {
  color: #fff;
}

.news-tab.active {
  border-bottom: 2px solid #8B5CF6;
}

.news-tab:first-child {
  margin-right: 24px;
}

/* Стили для карточки профиля с наложением */
.profile-card {
  position: relative;
  overflow: hidden;
  width: 500px;
  height: 500px;
  aspect-ratio: unset;
}
.profile-card .avatar-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}
.profile-card .profile-overlay {
  position: relative;
  z-index: 2;
  height: 100%;
  width: 100%;
  background: linear-gradient(to right, rgba(14, 13, 40, 0.8) 0%, rgba(14, 13, 40, 0) 50%);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px;
  box-sizing: border-box;
}
.profile-card .profile-header-icons {
  position: absolute;
  top: 24px;
  right: 24px;
  display: flex;
  gap: 16px;
  z-index: 3;
}
.profile-card .header-icon {
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 0;
  padding: 8px;
  width: 40px;
  height: 40px;
  color: white;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
  cursor: pointer;
  transition: background-color 0.3s;
  position: relative;
}
.profile-card .header-icon:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
.profile-card .profile-info-left {
  position: absolute;
  top: 24px;
  left: 24px;
  z-index: 2;
}
.profile-card .user-details {
  margin-top: 16px;
}
.profile-card .user-details p {
  margin: 4px 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 18px;
}
.profile-card .profile-stats {
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

/* Обновленные стили для элементов поверх аватара */
.profile-card .user-name {
  font-family: "Home Video", "HomeVideo", monospace;
  font-size: 28px;
  font-weight: normal;
  color: white;
  margin: 0 0 8px 0;
  line-height: 1.2;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
}

.profile-card .user-username {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.9);
  margin: 0 0 12px 0;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
}

.profile-card .user-bio {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.85);
  margin: 0 0 16px 0;
  line-height: 1.4;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
  max-width: 400px;
}

/* Стили для статистики поверх аватара */
.profile-card .stats-container {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 0;
  justify-content: flex-start;
}

.profile-card .stat-item {
  text-align: left;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
}
.profile-card .stat-item .stat-number {
  font-size: 14px;
  font-weight: normal;
  color: rgba(255, 255, 255, 0.8);
}
.profile-card .stat-item div:last-child, .profile-card .stat-item span {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
  text-transform: none;
}

/* Стили для кнопок действий поверх аватара */
.profile-card .profile-actions {
  display: flex;
  gap: 12px;
  margin: 0;
}

.profile-card .action-button {
  padding: 14px;
  border: none;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.profile-card .action-button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.profile-card .follow-button {
  background: rgba(139, 92, 246, 0.9);
  color: white;
  border: 1px solid rgba(139, 92, 246, 0.5);
}
.profile-card .follow-button:hover:not(:disabled) {
  background: rgba(124, 58, 237, 0.95);
  border-color: rgba(124, 58, 237, 0.7);
  transform: translateY(-1px);
}

.profile-card .unfollow-button {
  background: rgba(239, 68, 68, 0.2);
  color: #ffffff;
  border: 1px solid rgba(239, 68, 68, 0.6);
}
.profile-card .unfollow-button:hover:not(:disabled) {
  background: rgba(239, 68, 68, 0.9);
  color: white;
  border-color: #ef4444;
  transform: translateY(-1px);
}

.profile-card .message-button {
  background: rgba(255, 255, 255, 0.15);
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.profile-card .message-button:hover {
  background: rgba(255, 255, 255, 0.25);
  border-color: rgba(255, 255, 255, 0.5);
  transform: translateY(-1px);
}

/* Стили для подсказки смены аватара */
.profile-card .avatar-overlay-hint {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.7);
  padding: 16px 24px;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 3;
  pointer-events: auto;
  cursor: pointer;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.profile-card .avatar-overlay-hint .avatar-text {
  color: white;
  font-family: "Home Video", "HomeVideo", monospace;
  font-size: 18px;
  font-weight: normal;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
}

.profile-card .profile-overlay:hover .avatar-overlay-hint {
  opacity: 1;
}

.profile-card .profile-overlay {
  /* cursor: pointer; был удален, т.к. кликабельна только подсказка */
}

/* Стили для кнопки настроек */
.profile-card .settings-button {
  background: rgba(139, 92, 246, 0.9);
  color: white;
  border: 1px solid rgba(139, 92, 246, 0.5);
  padding: 14px;
  border-radius: 0;
  font-size: 14px;
  font-family: "Home Video", "HomeVideo", monospace;
  font-weight: normal;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.profile-card .settings-button:hover {
  background: rgba(124, 58, 237, 0.95);
  border-color: rgba(124, 58, 237, 0.7);
  transform: translateY(-1px);
}

.primary-btn-inline {
  width: auto !important;
  padding: 0.75rem 1.5rem;
  display: inline-flex;
  font-size: 0.9rem;
}
.primary-btn-inline:hover:not(:disabled) {
  transform: translateY(-2px);
  border-color: #A98BFF;
}
.primary-btn-inline:active:not(:disabled) {
  transform: translateY(0);
}

.profile-about {
  display: flex;
  flex-direction: column;
}

.profile-about-content {
  font-size: 14px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.6);
  flex-grow: 1;
  overflow-y: auto;
  max-height: 165px;
}
.profile-about-content p {
  margin: 0;
  white-space: pre-wrap;
  padding-right: 8px;
}

@media (max-width: 768px) {
  .profile-about-content {
    font-size: 14px;
    max-height: 170px;
  }
}
@media (max-width: 480px) {
  .profile-about-content {
    font-size: 14px;
    max-height: 175px;
  }
}
.profile-card {
  position: relative;
}

.profile-stats-actions {
  position: absolute;
  left: 24px;
  bottom: 24px;
  z-index: 2;
}

.profile-subscribe-btn {
  position: absolute;
  right: 24px;
  bottom: 24px;
  z-index: 2;
}

.communities-page-container {
  min-height: 100vh;
  background: #18191f;
  color: white;
  padding: 32px 0;
}

.communities-title {
  font-size: 2rem;
  font-family: "Home Video", "HomeVideo", monospace;
  font-weight: normal;
  margin-bottom: 24px;
}

.communities-empty {
  color: #9ca3af;
  font-size: 1.1rem;
  font-style: italic;
  margin-top: 32px;
}

/* TON Wallet Settings */
.wallet-settings {
  margin-top: 1.5rem;
  padding: 1rem;
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.wallet-settings .wallet-title {
  margin: 0 0 1rem 0;
  color: white;
  font-size: 1.1rem;
  font-weight: 600;
}
.wallet-settings .wallet-input-group {
  display: flex;
  gap: 0.75rem;
  align-items: center;
}
.wallet-settings .wallet-input-group .wallet-input {
  flex: 1;
  padding: 0.75rem;
  background-color: var(--input-background);
  border: 1px solid var(--border-color);
  border-radius: 6px;
  color: white;
  font-size: 14px;
}
.wallet-settings .wallet-input-group .wallet-input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.wallet-settings .wallet-input-group .wallet-input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.wallet-settings .wallet-input-group .wallet-input:focus {
  outline: none;
  border-color: var(--primary-color);
}
.wallet-settings .wallet-input-group .wallet-save-btn {
  padding: 0.75rem 1.5rem;
  font-size: 14px;
  white-space: nowrap;
}
.wallet-settings .wallet-input-group .wallet-save-btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.wallet-settings .wallet-hint {
  margin: 0.75rem 0 0 0;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.4;
}

/* Адаптивность для кошелька */
@media (max-width: 768px) {
  .wallet-settings .wallet-input-group {
    flex-direction: column;
    align-items: stretch;
  }
  .wallet-settings .wallet-input-group .wallet-save-btn {
    align-self: flex-end;
    min-width: 120px;
  }
}
.subscriptions-container {
  display: grid;
  grid-template-columns: 1fr 3fr;
  gap: 24px;
  max-width: 1100px;
  margin: 0 auto;
}

.subscriptions-sidebar, .subscriptions-main {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 0;
  padding: 24px;
  color: #ffffff;
  max-width: 420px;
}

.subscriptions-title {
  font-family: "Home Video", "HomeVideo", monospace;
  font-size: 24px;
  font-weight: normal;
  margin-bottom: 24px;
}

.subscriptions-user {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  max-width: 100%;
}

.subscriptions-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  background: #222;
  cursor: pointer;
  transition: opacity 0.2s ease;
}
.subscriptions-avatar:hover {
  opacity: 0.8;
}

.subscriptions-info {
  flex: 1;
  min-width: 0;
}

.subscriptions-username {
  font-size: 15px;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 2px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
  transition: color 0.2s ease;
}
.subscriptions-username:hover {
  color: #D7FF5E;
}

.subscriptions-userid {
  font-size: 13px;
  color: #9ca3af;
  margin-bottom: 2px;
}

.subscriptions-bio {
  font-size: 13px;
  color: #9ca3af;
  margin-bottom: 2px;
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-width: 260px;
}

.subscriptions-btn {
  background: linear-gradient(90deg, #875EFF, #A98BFF);
  color: #FFFFFF;
  border: 2px solid #875EFF;
  width: 110px;
  min-width: 90px;
  max-width: 140px;
  margin-top: 8px;
  font-size: 14px;
  padding: 8px 0;
  text-align: center;
  align-self: flex-start;
}
.subscriptions-btn:hover:not(:disabled) {
  transform: translateY(-2px);
  border-color: #A98BFF;
}
.subscriptions-btn:active:not(:disabled) {
  transform: translateY(0);
}

.subscriptions-user a {
  color: inherit;
  text-decoration: none;
}
.subscriptions-user a:hover {
  text-decoration: none;
}

.subscriptions-unfollow-btn {
  background: rgba(239, 68, 68, 0.1);
  color: #ef4444;
  border: 2px solid #ef4444;
  width: 110px;
  min-width: 90px;
  max-width: 140px;
  margin-top: 8px;
  font-size: 14px;
  padding: 8px 0;
  text-align: center;
  align-self: flex-start;
}
.subscriptions-unfollow-btn:hover:not(:disabled) {
  background: #ef4444;
  color: white;
  transform: translateY(-2px);
}
.subscriptions-unfollow-btn:active:not(:disabled) {
  transform: translateY(0);
}

.subscriptions-search {
  width: 100%;
  background: rgba(255, 255, 255, 0.05);
  color: #ffffff;
  border-radius: 0;
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 12px;
  font-size: 14px;
  margin-bottom: 16px;
  box-sizing: border-box;
}

.subscriptions-tabs {
  display: flex;
  gap: 16px;
  margin-bottom: 24px;
}

.subscriptions-tab {
  background: none;
  border: none;
  border-bottom: 2px solid transparent;
  color: #9ca3af;
  font-size: 16px;
  font-family: "Home Video", "HomeVideo", monospace;
  font-weight: normal;
  cursor: pointer;
  padding: 8px 0;
  transition: color 0.2s, border-color 0.2s;
  outline: none;
}

.subscriptions-tab.active {
  color: #ffffff;
  border-bottom: 2px solid #8B5CF6;
}
