﻿/* components.css - UI components in Fragment-like style */

.icon-btn {
  width: 54px;
  height: 54px;
  border-radius: 18px;
  border: 1px solid rgba(149, 178, 225, 0.48);
  background: linear-gradient(180deg, rgba(35, 47, 69, 0.92), rgba(24, 33, 50, 0.94));
  display: grid;
  place-items: center;
  cursor: pointer;
  transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease, box-shadow 0.18s ease;
}

.icon-btn img {
  width: 20px;
  height: 20px;
}

.icon-btn:hover {
  border-color: rgba(190, 213, 245, 0.8);
  background: linear-gradient(180deg, rgba(50, 65, 92, 0.94), rgba(30, 44, 67, 0.96));
}

.icon-btn:active {
  transform: scale(0.97);
}

:where(
  a,
  button,
  .icon-btn,
  .catalog-pill,
  .catalog-switch__item,
  .tabbar__item,
  .chip,
  .pay-method,
  .option,
  .admin-user,
  .toast__btn,
  .modal__close
) {
  box-shadow:
    0 0 0 1px rgba(156, 186, 232, 0.22),
    0 0 14px rgba(112, 155, 231, 0.18),
    0 8px 20px rgba(4, 10, 22, 0.4);
}

:where(
  a,
  button,
  .icon-btn,
  .catalog-pill,
  .catalog-switch__item,
  .tabbar__item,
  .chip,
  .pay-method,
  .option,
  .admin-user,
  .toast__btn,
  .modal__close
):where(:hover, :focus-visible) {
  box-shadow:
    0 0 0 1px rgba(204, 224, 248, 0.44),
    0 0 20px rgba(141, 184, 251, 0.28),
    0 10px 24px rgba(4, 12, 27, 0.46);
}

:where(
  a,
  button,
  .icon-btn,
  .catalog-pill,
  .catalog-switch__item,
  .tabbar__item,
  .chip,
  .pay-method,
  .option,
  .admin-user,
  .toast__btn,
  .modal__close
):disabled {
  box-shadow: none;
}

.card {
  border-radius: var(--radius-lg);
  border: 1px solid rgba(136, 164, 209, 0.34);
  background:
    repeating-radial-gradient(circle at 8% 10%, rgba(216, 232, 255, 0.05) 0 1.1px, transparent 1.1px 64px),
    radial-gradient(135% 120% at 50% 0%, rgba(133, 165, 224, 0.12), transparent 68%),
    linear-gradient(180deg, rgba(21, 30, 47, 0.94), rgba(12, 19, 32, 0.97));
  box-shadow: var(--shadow);
  padding: 14px;
}

.divider {
  height: 1px;
  background: linear-gradient(90deg, rgba(142, 171, 218, 0), rgba(142, 171, 218, 0.46), rgba(142, 171, 218, 0));
  margin: 13px 0;
}

.btn {
  border: 1px solid rgba(147, 174, 217, 0.56);
  background: linear-gradient(180deg, rgba(38, 51, 73, 0.88), rgba(24, 35, 52, 0.92));
  color: var(--text);
  border-radius: 999px;
  min-height: 48px;
  padding: 12px 18px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
  cursor: pointer;
  transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease, box-shadow 0.18s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.btn:hover {
  border-color: rgba(206, 224, 247, 0.9);
  background: linear-gradient(180deg, rgba(55, 72, 99, 0.9), rgba(34, 49, 72, 0.94));
}

.btn:active {
  transform: scale(0.99);
}

button,
.btn,
.icon-btn,
.catalog-pill,
.catalog-switch__item,
.tabbar__item,
.chip,
.admin-filter,
.admin-user__btn,
.modal__close {
  -webkit-appearance: none;
  appearance: none;
  -webkit-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
}

.modal,
.modal :not(input):not(textarea):not([contenteditable="true"]) {
  -webkit-user-select: none;
  user-select: none;
}

.btn--ghost {
  background: linear-gradient(180deg, rgba(30, 42, 62, 0.84), rgba(20, 30, 46, 0.9));
}

.btn--primary {
  border-color: rgba(215, 230, 250, 0.92);
  background: linear-gradient(180deg, rgba(135, 165, 214, 0.94), rgba(98, 126, 172, 0.94));
  color: #f5f9ff;
  box-shadow:
    0 0 0 1px rgba(211, 228, 251, 0.28),
    0 0 14px rgba(144, 187, 250, 0.24),
    0 10px 22px rgba(12, 23, 45, 0.46);
}

.btn--primary:hover {
  border-color: rgba(234, 242, 255, 0.95);
  background: linear-gradient(180deg, rgba(150, 179, 226, 0.96), rgba(109, 139, 188, 0.96));
  box-shadow:
    0 0 0 1px rgba(231, 243, 255, 0.42),
    0 0 18px rgba(159, 202, 255, 0.3),
    0 11px 24px rgba(14, 26, 50, 0.5);
}

.btn--sticky {
  position: sticky;
  bottom: calc(var(--tabbar-h) + 12px);
  z-index: 8;
}

.home-plaque {
  padding: 14px;
}

.home-plaque--minimal {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.home-plaque__eyebrow {
  font-size: 11px;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: none;
  font-weight: 700;
  color: #a6b5cf;
}

.home-plaque__title {
  margin-top: 6px;
  font-size: 34px;
  line-height: 1.1;
  font-weight: 800;
  color: #eef3fb;
}

.home-plaque__subtitle {
  margin-top: 6px;
  font-size: 15px;
  line-height: 1.38;
  color: #aebcd4;
}

.home-plaque__stats {
  margin-top: 6px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.home-plaque__stats--compact {
  gap: 7px;
}

.home-stat {
  border-radius: 12px;
  border: 1px solid rgba(136, 164, 209, 0.3);
  background: linear-gradient(180deg, rgba(39, 52, 75, 0.7), rgba(25, 36, 53, 0.78));
  padding: 8px 9px;
}

.home-stat span {
  display: block;
  font-size: 10px;
  line-height: 1;
  color: #9dabc4;
}

.home-stat b {
  display: block;
  margin-top: 5px;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 700;
  color: #e7eefb;
}

.home-online {
  color: #89f6bc;
  text-shadow:
    0 0 10px rgba(99, 244, 163, 0.62),
    0 0 24px rgba(56, 204, 123, 0.36);
}

.home-stat b.home-online {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
  line-height: 1.1;
}

.home-online__dot {
  display: inline-block;
  flex: 0 0 8px;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #7bf2b1;
  box-shadow:
    0 0 0 4px rgba(92, 242, 156, 0.16),
    0 0 12px rgba(106, 250, 171, 0.78);
  animation: homeOnlinePulse 1.9s ease-in-out infinite;
}

@keyframes homeOnlinePulse {
  0%,
  100% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(0.84);
    opacity: 0.78;
  }
}

.home-plaque__divider {
  height: 1px;
  margin: 10px 0;
  background: linear-gradient(90deg, rgba(145, 176, 219, 0), rgba(145, 176, 219, 0.42), rgba(145, 176, 219, 0));
}

.home-plaque__divider--tight {
  margin: 6px 0 0;
}

.home-plaque__newsTitle {
  margin-bottom: 10px;
  font-size: 11px;
  line-height: 1;
  letter-spacing: 0.16em;
  font-weight: 700;
  color: #d1e3ff;
}

.news-list {
  display: flex;
  flex-direction: column;
  gap: 9px;
}

.news-card {
  border-radius: 20px;
  border: 1px solid rgba(136, 164, 208, 0.28);
  background: linear-gradient(180deg, rgba(36, 48, 70, 0.78), rgba(24, 34, 50, 0.86));
  padding: 12px;
  transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}

.news-card--hover:hover {
  transform: translateY(-1px);
  border-color: rgba(181, 204, 241, 0.64);
  background: linear-gradient(180deg, rgba(48, 63, 90, 0.8), rgba(31, 45, 67, 0.88));
}

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

.news-card__icon {
  width: 40px;
  height: 40px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(162, 188, 230, 0.42);
  background: linear-gradient(180deg, rgba(77, 100, 136, 0.52), rgba(54, 73, 103, 0.46));
  font-size: 21px;
}

.news-card__title {
  font-size: 15px;
  line-height: 1.25;
  font-weight: 700;
  color: #e8f1ff;
}

.news-card__text {
  margin-top: 4px;
  font-size: 13.5px;
  line-height: 1.34;
  color: #a6b5cd;
}

.home-links {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.home-links--inline {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}

.home-links .btn {
  width: 100%;
  min-height: 44px;
  border-radius: 999px;
  font-size: 14px;
  padding: 10px 12px;
}

.catalog-toolbar {
  display: flex;
  gap: 10px;
  margin: 0 0 12px;
  overflow-x: auto;
  padding-bottom: 2px;
  scrollbar-width: none;
}

.catalog-toolbar::-webkit-scrollbar {
  display: none;
}

.catalog-pill {
  border: 1px solid rgba(145, 172, 215, 0.54);
  background: linear-gradient(180deg, rgba(35, 48, 70, 0.84), rgba(23, 34, 51, 0.9));
  color: #dbe6f7;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
  padding: 10px 16px;
}

.catalog-switch {
  margin: 0 0 14px;
  padding: 4px;
  border-radius: 999px;
  border: 1px solid rgba(139, 167, 210, 0.42);
  background: linear-gradient(180deg, rgba(22, 32, 49, 0.88), rgba(14, 23, 37, 0.92));
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.catalog-switch__item {
  min-height: 46px;
  border: 1px solid rgba(138, 166, 209, 0.44);
  background: linear-gradient(180deg, rgba(31, 44, 67, 0.82), rgba(21, 33, 52, 0.88));
  color: #bccade;
  border-radius: 999px;
  padding: 10px 12px;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  transition: border-color 0.18s ease, background 0.18s ease, color 0.18s ease;
}

.catalog-switch__item.is-active {
  border-color: rgba(216, 232, 252, 0.95);
  background: linear-gradient(180deg, rgba(143, 172, 219, 0.96), rgba(104, 133, 180, 0.96));
  color: #f6f9ff;
  box-shadow:
    0 0 0 1px rgba(215, 230, 250, 0.22),
    0 0 14px rgba(139, 183, 249, 0.2),
    0 9px 18px rgba(11, 20, 39, 0.4);
}

.lot {
  padding: 14px;
}

.lot--showcase {
  border-radius: 30px;
  min-height: 300px;
  display: flex;
  flex-direction: column;
  background:
    radial-gradient(130% 140% at 0% 0%, rgba(129, 159, 207, 0.14), transparent 66%),
    linear-gradient(180deg, rgba(28, 41, 63, 0.92), rgba(17, 28, 45, 0.96));
}

.lot__spot {
  width: 84px;
  height: 84px;
  border-radius: 26px;
  border: 1px solid rgba(152, 180, 220, 0.48);
  background: linear-gradient(180deg, rgba(84, 108, 144, 0.58), rgba(58, 78, 111, 0.48));
  display: grid;
  place-items: center;
  position: relative;
}

.lot__spot img {
  width: 42px;
  height: 42px;
  filter: drop-shadow(0 6px 14px rgba(127, 168, 237, 0.35));
}

.lot__counter {
  position: absolute;
  left: 36px;
  bottom: -10px;
  min-width: 44px;
  height: 24px;
  border-radius: 999px;
  border: 1px solid rgba(188, 209, 238, 0.88);
  background: rgba(228, 236, 248, 0.92);
  color: #25334b;
  padding: 0 8px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.02em;
  display: grid;
  place-items: center;
}

.lot--rent .lot__spot img {
  width: 40px;
  height: 40px;
}

.lot--stars .lot__spot img {
  width: 44px;
  height: 44px;
}

.lot__meta {
  margin-top: 18px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 10px;
}

.lot__title {
  font-size: 24px;
  line-height: 1.06;
  font-weight: 800;
  color: #edf4ff;
}

.lot__price {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 700;
  color: #d6e0f2;
  display: flex;
  align-items: center;
  gap: 10px;
  white-space: nowrap;
}

.lot__price::after {
  content: "";
  flex: 1 1 auto;
  min-width: 34px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(
    90deg,
    rgba(238, 246, 255, 0.96) 0%,
    rgba(194, 218, 252, 0.76) 44%,
    rgba(135, 171, 228, 0.36) 72%,
    rgba(96, 130, 186, 0) 100%
  );
  box-shadow: 0 0 10px rgba(152, 192, 247, 0.34);
  transform: translateY(1px);
}

.lot__desc {
  font-size: 12.5px;
  line-height: 1.35;
  color: #a9b8d0;
}

.lot__cta {
  width: auto;
  max-width: 100%;
  min-width: 128px;
  margin-top: auto;
  align-self: center;
  min-height: 40px;
  padding: 9px 16px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0.01em;
  white-space: nowrap;
  display: inline-flex;
  justify-content: center;
  box-shadow:
    0 0 0 1px rgba(161, 189, 229, 0.2),
    0 6px 14px rgba(4, 11, 25, 0.34);
}

.lot__cta:hover,
.lot__cta:focus-visible {
  box-shadow:
    0 0 0 1px rgba(198, 218, 246, 0.32),
    0 8px 18px rgba(6, 14, 30, 0.42);
}

.profile__card {
  padding: 14px;
}

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

.profile__meta {
  min-width: 0;
}

.profile__name {
  font-size: 23px;
  line-height: 1.1;
  font-weight: 800;
  color: #e9effa;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.profile__username {
  margin-top: 4px;
  font-size: 14px;
  line-height: 1.2;
  color: #99a9c2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.avatar {
  width: 56px;
  height: 56px;
  border-radius: 18px;
  border: 1px solid rgba(155, 182, 224, 0.46);
  background: linear-gradient(180deg, rgba(96, 120, 158, 0.52), rgba(68, 88, 122, 0.52));
  overflow: hidden;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
}

.avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: none;
}

.avatar__fallback {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  color: #f3f8ff;
  font-size: 18px;
  font-weight: 700;
}

.balance {
  display: flex;
  gap: 10px;
}

.balance--center {
  justify-content: space-between;
}

.balance__big {
  flex: 1;
  border-radius: 16px;
  border: 1px solid rgba(138, 165, 205, 0.34);
  background: rgba(24, 34, 50, 0.74);
  padding: 12px;
}

.balance__big-label {
  font-size: 12px;
  line-height: 1;
  color: #9caac0;
}

.balance__big-value {
  margin-top: 9px;
  font-size: 24px;
  line-height: 1;
  font-weight: 800;
  color: #eff6ff;
}

.balance__big-value--gold {
  color: #edf6ff;
}

.balance__big-value--white {
  color: #f3f8ff;
}

.actions {
  display: flex;
  gap: 10px;
}

.actions--stack {
  flex-direction: column;
}

.profile .actions .btn {
  text-align: left;
  justify-content: flex-start;
}

.tabbar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 45;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
  gap: 8px;
  height: calc(var(--tabbar-h) + env(safe-area-inset-bottom));
  padding: 8px 12px calc(8px + env(safe-area-inset-bottom));
  border-top: 1px solid rgba(134, 163, 207, 0.28);
  background:
    linear-gradient(180deg, rgba(10, 16, 27, 0.96), rgba(6, 11, 20, 0.99)),
    radial-gradient(120% 90% at 50% 0%, rgba(128, 161, 214, 0.14), rgba(128, 161, 214, 0));
  backdrop-filter: blur(14px);
}

.tabbar__item {
  border-radius: 22px;
  border: 1px solid rgba(141, 169, 211, 0.26);
  background: rgba(17, 26, 40, 0.3);
  color: #94a4bf;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3px;
  padding: 8px 5px;
  cursor: pointer;
  transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease, color 0.18s ease;
}

.tabbar__item img {
  width: 22px;
  height: 22px;
  opacity: 0.98;
}

.tabbar__item span {
  font-size: 10px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.tabbar__item.is-active {
  border-color: rgba(211, 227, 248, 0.7);
  background: linear-gradient(180deg, rgba(50, 68, 98, 0.78), rgba(34, 49, 74, 0.82));
  color: #edf3fb;
  box-shadow:
    0 0 0 1px rgba(208, 225, 248, 0.16),
    0 0 12px rgba(132, 176, 246, 0.18),
    0 8px 18px rgba(4, 11, 24, 0.42);
}

.tabbar__item:active {
  transform: scale(0.985);
}

.modal-overlay {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px var(--pad) calc(16px + env(safe-area-inset-bottom));
  background: rgba(3, 7, 13, 0.74);
  backdrop-filter: blur(12px);
}

.modal {
  width: min(620px, 100%);
  border-radius: 28px;
  border: 1px solid rgba(150, 177, 219, 0.4);
  background:
    radial-gradient(140% 120% at 50% 0%, rgba(143, 173, 217, 0.12), transparent 70%),
    linear-gradient(180deg, rgba(21, 30, 46, 0.96), rgba(13, 21, 34, 0.98));
  box-shadow: 0 26px 60px rgba(1, 6, 17, 0.78);
  overflow: hidden;
  animation: popIn 0.24s ease;
}

.modal__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 12px 14px 8px;
}

.modal__title {
  font-size: 17px;
  font-weight: 800;
  color: #eaf0fa;
}

.modal__close {
  width: 36px;
  height: 36px;
  border-radius: 12px;
  border: 1px solid rgba(150, 178, 220, 0.4);
  background: rgba(41, 56, 82, 0.64);
  color: var(--text);
  cursor: pointer;
}

.modal__body {
  padding: 0 14px 14px;
}

.modal-overlay--closing {
  animation: fadeOut 0.16s ease forwards;
}

.modal--closing {
  animation: popOut 0.16s ease forwards;
}

.toast-root {
  position: fixed;
  left: 0;
  right: 0;
  bottom: calc(var(--tabbar-h) + 18px);
  z-index: 120;
  display: flex;
  justify-content: center;
  pointer-events: none;
}

.toast {
  pointer-events: auto;
  border-radius: 14px;
  border: 1px solid rgba(143, 171, 214, 0.4);
  background: rgba(17, 27, 43, 0.92);
  box-shadow: 0 16px 40px rgba(3, 10, 24, 0.62);
  padding: 11px 12px;
  display: flex;
  align-items: center;
  gap: 10px;
  animation: popIn 0.2s ease;
}

.toast__text {
  font-size: 13px;
}

.toast__btn {
  border-radius: 999px;
  border: 1px solid rgba(136, 174, 246, 0.52);
  background: rgba(53, 82, 148, 0.5);
  color: #eaf3ff;
  padding: 6px 10px;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
}

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

.confirm__icon {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(116, 156, 231, 0.42);
  background: rgba(57, 88, 152, 0.34);
}

.confirm__icon img {
  width: 20px;
  height: 20px;
}

.confirm__title {
  font-size: 16px;
  font-weight: 700;
}

.confirm__desc {
  margin-top: 4px;
  font-size: 13px;
  color: #afc2e3;
}

.confirm__sum {
  margin-top: 12px;
  padding: 12px;
  border-radius: 14px;
  border: 1px solid rgba(100, 141, 220, 0.4);
  background: rgba(32, 51, 93, 0.5);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.confirm__sum span {
  font-size: 13px;
  color: #a7bcdd;
}

.confirm__sum b {
  font-size: 16px;
  color: #e7f1ff;
}

.hint {
  font-size: 13px;
  line-height: 1.35;
  color: #a8bcde;
}

.info-card {
  border-radius: 14px;
  border: 1px solid rgba(96, 137, 215, 0.4);
  background: rgba(29, 47, 86, 0.5);
  padding: 10px 12px;
}

.info-card__row {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  padding: 9px 0;
  border-bottom: 1px solid rgba(92, 130, 204, 0.32);
}

.info-card__row:last-child {
  border-bottom: none;
}

.info-card__row span {
  font-size: 13px;
  color: #9eb4d8;
}

.info-card__row b {
  font-size: 13px;
  color: #ecf4ff;
  text-align: right;
  word-break: break-word;
}

.field {
  display: block;
  margin: 8px 0 10px;
}

.field__label {
  display: block;
  margin-bottom: 8px;
  font-size: 12px;
  font-weight: 700;
  color: #b8cbed;
}

.field__hint {
  margin-top: 8px;
  font-size: 12px;
  color: #b9cbeb;
}

.input {
  width: 100%;
  padding: 12px 14px;
  border-radius: 14px;
  border: 1px solid rgba(110, 151, 227, 0.44);
  background: rgba(28, 46, 87, 0.68);
  color: var(--text);
  outline: none;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.input::placeholder {
  color: rgba(178, 196, 227, 0.65);
}

.input:focus {
  border-color: rgba(166, 197, 250, 0.8);
  box-shadow: 0 0 0 3px rgba(103, 145, 225, 0.26);
}

.input--glow {
  box-shadow: 0 0 0 3px rgba(103, 145, 225, 0.26);
}

.input--flash {
  animation: flash 0.26s ease;
}

.input--shake {
  animation: shake 0.24s ease;
}

.chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 10px;
}

.chip {
  border-radius: 999px;
  border: 1px solid rgba(146, 173, 213, 0.5);
  background: rgba(46, 61, 87, 0.62);
  color: #dde9fb;
  font-size: 13px;
  font-weight: 700;
  padding: 9px 12px;
  cursor: pointer;
  transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}

.chip:hover {
  border-color: rgba(185, 208, 243, 0.8);
  background: rgba(59, 78, 111, 0.66);
}

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

.chip.is-active {
  border-color: rgba(216, 232, 252, 0.92);
  background: linear-gradient(180deg, rgba(141, 171, 218, 0.94), rgba(99, 128, 176, 0.94));
  color: #f6f9ff;
}

.chip__price {
  color: #f6fbff;
}

.grid {
  display: grid;
  gap: 10px;
}

.grid--options {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.option {
  text-align: left;
  border-radius: 14px;
  border: 1px solid rgba(104, 145, 222, 0.44);
  background: rgba(31, 51, 94, 0.5);
  padding: 12px;
  cursor: pointer;
  transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}

.option:hover {
  transform: translateY(-1px);
  border-color: rgba(162, 193, 248, 0.82);
  background: rgba(42, 66, 118, 0.58);
}

.option:active {
  transform: scale(0.99);
}

.option__top {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 10px;
}

.option__title {
  font-size: 14px;
  font-weight: 700;
}

.option__price {
  color: #eaf2ff;
  font-weight: 800;
}

.option__hint {
  margin-top: 4px;
  font-size: 12px;
  color: #a5badc;
}

.empty {
  text-align: left;
  padding: 8px 2px;
}

.empty__title {
  font-size: 16px;
  font-weight: 700;
  color: #eaf2ff;
}

.empty__text {
  margin-top: 4px;
  font-size: 13px;
  line-height: 1.35;
  color: #a5bbdd;
}

.empty--nft {
  padding: 6px 2px;
}

.pay-methods {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.pay-method {
  width: 100%;
  border-radius: 14px;
  border: 1px solid rgba(109, 151, 227, 0.46);
  background: rgba(33, 53, 98, 0.54);
  padding: 12px;
  display: flex;
  align-items: center;
  gap: 10px;
  text-align: left;
  cursor: pointer;
}

.pay-method:disabled {
  opacity: 0.75;
  cursor: not-allowed;
}

.pay-method__icon {
  width: 40px;
  height: 40px;
  border-radius: 14px;
  border: 1px solid rgba(123, 163, 237, 0.5);
  background: rgba(61, 93, 161, 0.38);
  display: grid;
  place-items: center;
}

.pay-method__icon img {
  width: 20px;
  height: 20px;
}

.pay-method__meta {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
}

.pay-method__title {
  font-size: 15px;
  line-height: 1.2;
  font-weight: 700;
}

.pay-method__desc {
  margin-top: 2px;
  font-size: 12px;
  line-height: 1.3;
  color: #a2b8dc;
}

.pay-method__badge {
  border-radius: 999px;
  border: 1px solid rgba(122, 163, 238, 0.56);
  color: #e8f2ff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  padding: 6px 10px;
}

.admin {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.admin__title {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 700;
}

.admin__users-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
}

.admin__head-actions {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.admin__head-actions .btn {
  min-height: 40px;
  padding: 9px 12px;
  font-size: 13px;
}

.admin__head-actions .btn.is-active,
#btnAdminToggleAuto.is-active {
  border-color: rgba(209, 226, 250, 0.9);
  background: linear-gradient(180deg, rgba(149, 180, 226, 0.92), rgba(107, 136, 183, 0.92));
  color: #f7faff;
}

.admin__filters {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  overflow: visible;
  padding-bottom: 0;
  scrollbar-width: auto;
}

.admin__filters::-webkit-scrollbar {
  display: none;
}

.admin-filter {
  border: 1px solid rgba(145, 172, 215, 0.5);
  background: linear-gradient(180deg, rgba(35, 48, 70, 0.84), rgba(23, 34, 51, 0.9));
  color: #dbe6f7;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
  flex: 0 0 auto;
  min-width: max-content;
  padding: 9px 13px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease, color 0.18s ease;
}

.admin-filter:hover {
  border-color: rgba(202, 222, 248, 0.8);
  background: linear-gradient(180deg, rgba(52, 67, 92, 0.9), rgba(32, 47, 71, 0.94));
}

.admin-filter:active {
  transform: scale(0.985);
}

.admin-filter.is-active {
  border-color: rgba(217, 233, 253, 0.95);
  background: linear-gradient(180deg, rgba(142, 173, 220, 0.96), rgba(105, 134, 182, 0.96));
  color: #f6f9ff;
  box-shadow:
    0 0 0 1px rgba(216, 232, 252, 0.22),
    0 0 12px rgba(141, 185, 251, 0.18),
    0 8px 16px rgba(6, 14, 30, 0.36);
}

.admin__tools {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.admin__search {
  min-height: 42px;
}

.admin__updated {
  font-size: 12px;
  color: #9db0cc;
}

.admin__stats {
  margin-top: 10px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.admin-stat {
  border-radius: 14px;
  border: 1px solid rgba(137, 165, 209, 0.3);
  background: rgba(27, 39, 58, 0.72);
  padding: 10px 11px;
}

.admin-stat__label {
  display: block;
  font-size: 11px;
  line-height: 1;
  color: #96a5c0;
}

.admin-stat__value {
  display: block;
  margin-top: 7px;
  font-size: 14px;
  line-height: 1.1;
  color: #e9effa;
  font-weight: 800;
}

.admin__users-list,
.admin__ops-list,
.admin-ops-list {
  max-height: 54vh;
  overflow: auto;
  padding-right: 2px;
}

.admin__stats-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.stat {
  border-radius: 14px;
  border: 1px solid rgba(107, 147, 222, 0.42);
  background: rgba(31, 49, 91, 0.5);
  padding: 11px;
}

.stat__label {
  font-size: 12px;
  color: #9bb1d5;
}

.stat__value {
  margin-top: 6px;
  font-size: 18px;
  font-weight: 800;
  color: #edf4ff;
}

.admin__stats-foot {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

.admin__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.admin__reason {
  grid-column: 1 / -1;
}

.admin-user {
  border-radius: 14px;
  border: 1px solid rgba(86, 124, 190, 0.48);
  background: rgba(17, 30, 55, 0.76);
  padding: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  cursor: pointer;
}

.admin-user:hover {
  border-color: rgba(167, 197, 248, 0.84);
}

.admin-user--banned {
  border-color: rgba(198, 147, 93, 0.8);
  background: rgba(92, 62, 37, 0.42);
}

.admin-user__avatar {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(116, 157, 234, 0.48);
  background: rgba(56, 86, 150, 0.34);
  display: grid;
  place-items: center;
}

.admin-user__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.admin-user__initials {
  font-weight: 800;
  color: #edf4ff;
}

.admin-user__meta {
  flex: 1;
  min-width: 0;
}

.admin-user__name {
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.admin-user__sub {
  margin-top: 2px;
  font-size: 12px;
  color: #9fb5d9;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.admin-user__status {
  margin-top: 6px;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #e4efff;
}

.admin-user__status.is-active {
  color: #b9cae8;
}

.admin-user__status.is-banned {
  color: #ffd7b1;
}

.admin-user__premium {
  margin-top: 4px;
  font-size: 12px;
  color: #a0b6d9;
}

.admin-user__bal {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 4px;
}

.admin-user__balRow {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  color: #a5bbdd;
}

.admin-user__balRow b {
  color: #ecf4ff;
}

.admin-user__actions {
  margin-top: 10px;
  display: flex;
  gap: 8px;
}

.admin-user__btn {
  padding: 8px 10px;
  font-size: 12px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.admin-op {
  border-radius: 14px;
  border: 1px solid rgba(104, 145, 221, 0.44);
  background: rgba(29, 47, 88, 0.52);
  padding: 12px;
  margin-bottom: 10px;
}

.admin-op__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.admin-op__title {
  font-size: 14px;
  line-height: 1.25;
  font-weight: 700;
}

.admin-op__date {
  font-size: 12px;
  color: #9fb4d8;
  white-space: nowrap;
}

.admin-op__desc {
  margin-top: 6px;
  font-size: 13px;
  line-height: 1.35;
  color: #a7bcde;
}

.admin-op__amount {
  margin-top: 8px;
  font-size: 12px;
  font-weight: 800;
  color: #ecf4ff;
}

.admin-op__meta {
  margin-top: 8px;
  font-size: 12px;
  color: #9db3d7;
}

.admin-op__status {
  margin-left: 8px;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.admin-op__status.is-active {
  color: #c3d4f1;
}

.admin-op__status.is-reversed {
  color: #ffd8b2;
}

.admin-op__actions {
  margin-top: 10px;
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  flex-wrap: wrap;
}

.admin-op__actions .admin-user__btn {
  min-height: 38px;
}

.banned-gate {
  position: fixed;
  inset: 0;
  z-index: 300;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background:
    radial-gradient(900px 420px at 50% 0%, rgba(92, 132, 209, 0.34), transparent 65%),
    rgba(4, 11, 24, 0.94);
  backdrop-filter: blur(10px);
}

.banned-gate__card {
  width: min(560px, 100%);
  border-radius: 22px;
  border: 1px solid rgba(117, 158, 234, 0.54);
  background: linear-gradient(180deg, rgba(34, 54, 99, 0.9), rgba(20, 34, 66, 0.92));
  box-shadow: 0 28px 70px rgba(2, 8, 19, 0.7);
  padding: 20px;
}

.banned-gate__title {
  font-size: 24px;
  line-height: 1.15;
  font-weight: 800;
  color: #eaf2ff;
}

.banned-gate__text {
  margin-top: 10px;
  font-size: 15px;
  line-height: 1.4;
  color: #b2c5e5;
}

.banned-gate__reason {
  margin-top: 10px;
  font-size: 13px;
  color: #9db3d8;
}

.banned-gate__reason b {
  color: #e8f2ff;
}

.banned-gate__actions {
  margin-top: 16px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.history__list {
  max-height: 62vh;
  overflow: auto;
  padding-right: 2px;
}

.history-item {
  border-radius: 14px;
  border: 1px solid rgba(82, 119, 183, 0.48);
  background: rgba(16, 29, 53, 0.76);
  padding: 12px;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 10px;
}

.history-item__icon {
  width: 38px;
  height: 38px;
  border-radius: 12px;
  border: 1px solid rgba(122, 162, 237, 0.5);
  background: rgba(56, 87, 150, 0.36);
  display: grid;
  place-items: center;
}

.history-item__meta {
  flex: 1;
  min-width: 0;
}

.history-item__top {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.history-item__title {
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.history-item__date {
  font-size: 12px;
  color: #9fb4d8;
  white-space: nowrap;
}

.history-item__desc {
  margin-top: 4px;
  font-size: 13px;
  line-height: 1.35;
  color: #a8bcde;
}

.history-item__amount {
  font-size: 12px;
  font-weight: 800;
  color: #edf5ff;
  white-space: nowrap;
}

.icon-btn--small {
  width: 42px;
  height: 42px;
  border-radius: 14px;
}

.home-plaque--dashboard {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 20px 18px;
  border-color: rgba(152, 184, 236, 0.44);
  background:
    radial-gradient(122% 118% at -10% -12%, rgba(152, 195, 255, 0.34), rgba(152, 195, 255, 0) 58%),
    radial-gradient(96% 82% at 100% 0%, rgba(108, 151, 232, 0.28), rgba(108, 151, 232, 0) 62%),
    radial-gradient(100% 120% at 50% 120%, rgba(32, 74, 138, 0.28), rgba(32, 74, 138, 0) 72%),
    linear-gradient(138deg, rgba(27, 45, 75, 0.97) 0%, rgba(16, 31, 58, 0.98) 52%, rgba(11, 23, 43, 0.99) 100%);
  box-shadow:
    0 18px 42px rgba(2, 6, 14, 0.7),
    inset 0 1px 0 rgba(223, 237, 255, 0.08),
    inset 0 -30px 32px rgba(10, 17, 31, 0.32);
}

.home-plaque--dashboard::before {
  content: "";
  position: absolute;
  width: 250px;
  height: 250px;
  right: -84px;
  bottom: -118px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(79, 133, 233, 0.3) 0%, rgba(79, 133, 233, 0) 72%);
  filter: blur(8px);
  pointer-events: none;
  z-index: 0;
}

.home-plaque--dashboard::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    116deg,
    rgba(255, 255, 255, 0.11) 0%,
    rgba(255, 255, 255, 0) 34%,
    rgba(139, 180, 255, 0.09) 66%,
    rgba(255, 255, 255, 0) 100%
  );
  opacity: 0.58;
  pointer-events: none;
  z-index: 0;
}

.home-plaque--dashboard > * {
  position: relative;
  z-index: 1;
}

.home-plaque__header {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.home-plaque--dashboard .home-plaque__stats {
  margin-top: 10px;
  gap: 10px;
}

.home-plaque--dashboard .home-stat {
  position: relative;
  overflow: hidden;
  border-radius: 14px;
  border-color: rgba(143, 176, 223, 0.44);
  background: linear-gradient(180deg, rgba(42, 58, 86, 0.7), rgba(25, 39, 62, 0.86));
  box-shadow: inset 0 1px 0 rgba(223, 237, 255, 0.06);
  padding: 10px 11px;
}

.home-plaque--dashboard .home-stat::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(130deg, rgba(202, 223, 255, 0.14), rgba(202, 223, 255, 0) 44%);
  pointer-events: none;
}

.home-plaque--dashboard .home-stat span,
.home-plaque--dashboard .home-stat b {
  position: relative;
  z-index: 1;
}

.home-plaque--dashboard .home-stat--status-online {
  border-color: rgba(122, 241, 176, 0.42);
  background: linear-gradient(180deg, rgba(32, 67, 54, 0.62), rgba(19, 44, 37, 0.86));
  box-shadow:
    inset 0 1px 0 rgba(165, 255, 207, 0.14),
    0 0 18px rgba(49, 196, 121, 0.18);
}

.home-plaque--dashboard .home-stat--status-catalog {
  border-color: rgba(132, 192, 255, 0.46);
  background: linear-gradient(180deg, rgba(45, 73, 112, 0.66), rgba(27, 49, 84, 0.88));
  box-shadow:
    inset 0 1px 0 rgba(189, 220, 255, 0.14),
    0 0 16px rgba(88, 160, 248, 0.2);
}

.home-plaque--dashboard .home-stat--status-catalog b {
  color: #e4f0ff;
  text-shadow: 0 0 14px rgba(117, 186, 255, 0.34);
}

.home-plaque--dashboard .home-stat--status-payments {
  border-color: rgba(159, 229, 255, 0.58);
  background: linear-gradient(155deg, rgba(60, 74, 136, 0.72), rgba(36, 95, 118, 0.74) 54%, rgba(23, 55, 89, 0.9));
  box-shadow:
    inset 0 1px 0 rgba(208, 245, 255, 0.16),
    0 0 18px rgba(95, 244, 231, 0.3),
    0 0 28px rgba(161, 128, 255, 0.22);
}

.home-plaque--dashboard .home-stat--status-payments b {
  color: #edfdff;
  text-shadow:
    0 0 14px rgba(115, 255, 241, 0.38),
    0 0 18px rgba(175, 140, 255, 0.34);
}

.home-plaque--dashboard .home-stat--status-payments::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 20% 0%, rgba(184, 124, 255, 0.28), rgba(184, 124, 255, 0) 42%),
    radial-gradient(circle at 100% 100%, rgba(93, 250, 236, 0.22), rgba(93, 250, 236, 0) 48%);
  pointer-events: none;
  z-index: 0;
}

.home-plaque--dashboard .home-plaque__divider {
  margin: 14px 0;
}

.home-plaque--dashboard .home-news__title {
  margin-bottom: 12px;
}

.home-plaque--dashboard .news-list {
  gap: 11px;
}

.home-plaque--dashboard .news-card {
  padding: 14px;
}

.home-plaque--dashboard .home-links--inline {
  gap: 10px;
}

.home-plaque--dashboard .home-links .btn {
  min-height: 46px;
}

.home-plaque--dashboard.home-plaque--glass {
  border-color: rgba(184, 211, 255, 0.52);
  background:
    radial-gradient(132% 116% at -16% -18%, rgba(203, 226, 255, 0.34), rgba(203, 226, 255, 0) 58%),
    radial-gradient(110% 92% at 108% -8%, rgba(142, 180, 255, 0.28), rgba(142, 180, 255, 0) 60%),
    radial-gradient(100% 130% at 50% 130%, rgba(58, 106, 199, 0.32), rgba(58, 106, 199, 0) 70%),
    linear-gradient(135deg, rgba(24, 44, 77, 0.74), rgba(17, 35, 67, 0.64) 52%, rgba(11, 23, 43, 0.7));
  backdrop-filter: blur(16px) saturate(135%);
  -webkit-backdrop-filter: blur(16px) saturate(135%);
  box-shadow:
    0 20px 40px rgba(2, 7, 18, 0.6),
    inset 0 1px 0 rgba(236, 244, 255, 0.18),
    inset 0 -22px 26px rgba(8, 16, 34, 0.2);
}

.home-plaque--dashboard.home-plaque--glass::before {
  width: 320px;
  height: 320px;
  right: -112px;
  bottom: -136px;
  background: radial-gradient(circle, rgba(98, 155, 255, 0.36) 0%, rgba(98, 155, 255, 0) 72%);
  filter: blur(10px);
}

.home-plaque--dashboard.home-plaque--glass::after {
  background:
    linear-gradient(118deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 36%),
    linear-gradient(320deg, rgba(155, 197, 255, 0.22), rgba(155, 197, 255, 0) 48%);
  opacity: 0.7;
}

.home-plaque--dashboard.home-plaque--glass .home-plaque__title {
  background: linear-gradient(180deg, #f5f9ff, #c5d9ff);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-shadow: 0 0 16px rgba(165, 200, 255, 0.26);
}

.home-plaque--dashboard.home-plaque--glass .home-plaque__subtitle {
  color: rgba(215, 229, 250, 0.9);
}

.home-plaque--dashboard.home-plaque--glass .home-stat {
  border-color: rgba(183, 210, 252, 0.48);
  background: linear-gradient(180deg, rgba(49, 73, 113, 0.46), rgba(24, 41, 71, 0.48));
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  box-shadow:
    inset 0 1px 0 rgba(224, 238, 255, 0.12),
    0 10px 20px rgba(8, 15, 32, 0.24);
}

.home-plaque--dashboard.home-plaque--glass .home-stat span {
  color: rgba(204, 220, 246, 0.84);
}

.home-plaque--dashboard.home-plaque--glass .home-stat b {
  color: #f1f6ff;
}

.home-plaque--dashboard.home-plaque--glass .home-stat--status-online {
  border-color: rgba(124, 255, 188, 0.56);
  background: linear-gradient(180deg, rgba(40, 94, 74, 0.5), rgba(18, 52, 40, 0.58));
  box-shadow:
    inset 0 1px 0 rgba(176, 255, 219, 0.2),
    0 0 20px rgba(59, 213, 135, 0.28);
}

.home-plaque--dashboard.home-plaque--glass .home-stat--status-catalog {
  border-color: rgba(155, 206, 255, 0.62);
  background: linear-gradient(180deg, rgba(52, 88, 136, 0.5), rgba(24, 52, 90, 0.56));
  box-shadow:
    inset 0 1px 0 rgba(208, 230, 255, 0.2),
    0 0 22px rgba(105, 177, 255, 0.28);
}

.home-plaque--dashboard.home-plaque--glass .home-stat--status-catalog b {
  color: #f0f7ff;
  text-shadow: 0 0 16px rgba(132, 200, 255, 0.35);
}

.home-plaque--dashboard.home-plaque--glass .home-stat--status-payments {
  border-color: rgba(174, 255, 244, 0.72);
  background: linear-gradient(160deg, rgba(75, 97, 154, 0.54), rgba(45, 112, 131, 0.5) 56%, rgba(25, 67, 84, 0.62));
  box-shadow:
    inset 0 1px 0 rgba(208, 255, 249, 0.24),
    0 0 24px rgba(102, 255, 234, 0.28),
    0 0 28px rgba(182, 145, 255, 0.26);
}

.home-plaque--dashboard.home-plaque--glass .home-stat--status-payments b {
  color: #f3feff;
  text-shadow:
    0 0 14px rgba(127, 255, 238, 0.4),
    0 0 20px rgba(184, 146, 255, 0.38);
}

.home-plaque--dashboard.home-plaque--glass .home-stat--status-payments::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 18% 0%, rgba(199, 145, 255, 0.34), rgba(199, 145, 255, 0) 40%),
    radial-gradient(circle at 100% 100%, rgba(115, 255, 236, 0.26), rgba(115, 255, 236, 0) 46%);
  pointer-events: none;
  z-index: 0;
}

.home-plaque--dashboard.home-plaque--glass .news-card {
  border-color: rgba(188, 213, 255, 0.44);
  background: linear-gradient(180deg, rgba(43, 67, 105, 0.46), rgba(22, 39, 67, 0.54));
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.home-news__title {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.14em;
  font-weight: 700;
  color: #c8d6ed;
  text-transform: uppercase;
}

.catalog-packs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 12px;
}

.catalog-pack {
  min-height: 38px;
  padding: 8px 12px;
}

.catalog-pack.is-active {
  border-color: rgba(216, 232, 252, 0.92);
  background: linear-gradient(180deg, rgba(141, 171, 218, 0.94), rgba(99, 128, 176, 0.94));
  color: #f6f9ff;
}

.lot--focus {
  animation: lotFocus 0.85s ease;
}

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

.profile-about {
  border-radius: 16px;
  border: 1px solid rgba(137, 165, 210, 0.28);
  background: rgba(25, 36, 53, 0.74);
  padding: 12px;
  color: #afbdd2;
  font-size: 13px;
  line-height: 1.4;
}

.profile-stats {
  margin-top: 10px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.profile-stat {
  border-radius: 14px;
  border: 1px solid rgba(137, 165, 209, 0.3);
  background: rgba(27, 39, 58, 0.72);
  padding: 10px 11px;
}

.profile-stat span {
  display: block;
  font-size: 11px;
  line-height: 1;
  color: #96a5c0;
}

.profile-stat b {
  display: block;
  margin-top: 7px;
  font-size: 14px;
  line-height: 1.1;
  color: #e9effa;
}

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

.profile-op {
  border-radius: 14px;
  border: 1px solid rgba(135, 163, 206, 0.28);
  background: rgba(21, 31, 46, 0.76);
  padding: 10px 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.profile-op__meta {
  min-width: 0;
  flex: 1;
}

.profile-op__title {
  font-size: 13px;
  line-height: 1.2;
  font-weight: 700;
  color: #e6edf8;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.profile-op__sub {
  margin-top: 3px;
  font-size: 12px;
  line-height: 1.2;
  color: #9baac1;
}

.profile-op__amount {
  font-size: 12px;
  line-height: 1.1;
  font-weight: 700;
  color: #dde8f8;
  white-space: nowrap;
}

:where(
  a,
  button,
  .btn,
  .icon-btn,
  .catalog-pill,
  .catalog-switch__item,
  .tabbar__item,
  .chip,
  .pay-method,
  .option,
  .admin-user,
  .toast__btn,
  .modal__close
) {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.ripple-host {
  --ripple-color: rgba(210, 231, 255, 0.32);
}

.ripple-dot {
  position: absolute;
  border-radius: 50%;
  background: radial-gradient(circle, var(--ripple-color) 0%, rgba(210, 231, 255, 0.06) 70%, transparent 100%);
  transform: scale(0);
  opacity: 0.95;
  pointer-events: none;
  z-index: 0;
  animation: rippleWave 0.6s ease-out forwards;
}

.ripple-host > :not(.ripple-dot) {
  position: relative;
  z-index: 1;
}
