.adminlist_blocks {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    justify-content: center;
}

.admin_card {
    display: flex !important;
    background-color: var(--grey);
    padding: 10px;
    border-radius: 8px;
    position: relative;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
    height: 255px;
    width: 218px;
    align-items: center;
    border: 0.5px solid rgb(255 255 255 / 10%);
    transition: box-shadow 0.35s cubic-bezier(.4,1.4,.6,1), border-color 0.35s cubic-bezier(.4,1.4,.6,1), transform 0.35s cubic-bezier(.4,1.4,.6,1);
    cursor: pointer;
}

@media (max-width:464px) {
    .admin_card {
    display: flex !important;
    background-color: var(--grey);
    padding: 10px;
    border-radius: 8px;
    position: relative;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
    height: 300px;
    width: 300px;
    align-items: center;
    }
}

.admins_avatar {
    width: 70px;
    height: 70px;
    border-radius: 4px;
    position: relative;
}

.avatar_block {
    position: relative;
}

.avatar_block:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 35px;
    border-radius: 4px;
    background: linear-gradient(0deg, rgb(0 0 0 / 60%), transparent);
    pointer-events: none;
    z-index: 1;
}

.admin_nickname {
    display: flex;
    font-size: 13px;
    font-weight: 700;
    color: var(--text-default);
    width: 100%;
    justify-content: center;
    background-color: var(--bottom-line-table);
    padding: 10px 0;
    border-radius: 4px;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    transition: .3s;
}

.admin_nickname svg{
    width: 14px;
    height: auto;
    fill: var(--text-default);
    transition: .3s;
}

.admin_nickname:hover {
    background-color: var(--button-color);
    transition: .3s;
}

.admin_nickname:hover svg{
    fill: var(--span);
    transition: .3s;
}

.admin_status,
.admin_group,
.admin_term {
    display: flex;
    gap: 10px;
    width: 100%;
    position: relative;
    padding: 10px 0;
    height: 38px;
    border-radius: 4px;
    background-color: var(--bottom-line-table);
    align-items: center;
    overflow: hidden;
}

.admin_status:hover svg,
.admin_group:hover svg,
.admin_term:hover svg {
    fill: var(--text-default);
    transition: .3s;
}

.admin_status_icon,
.admin_group_icon,
.admin_term_icon {
    position: absolute;
    display: flex;
    align-items: center;
    width: 38px;
    height: 100%;
    border-radius: 4px 0 0 4px;
    left: 0;
    background-color: var(--card);
    justify-content: center;
}

.admin_status_icon svg,
.admin_group_icon svg,
.admin_term_icon svg {
    width: 12px;
    height: auto;
    fill: var(--text-default);
    transition: .3s;
}

.admin_status_text,
.admin_status_desc,
.admin_group_text,
.admin_group_desc,
.admin_term_text,
.admin_term_desc {
    font-size: 12px;
    position: absolute;
    font-weight: 700;
    color: var(--span);
    margin-left: 48px;
    max-width: 145px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    transition: .3s;
}

.adminlist_info {
    display: flex;
    justify-content: space-between;
    width: 100%;
    gap: 5px;
    position: relative;
}

.admin_card:hover .online_status,
.admin_card:hover .online_text{
    opacity: 1;
    transition: .3s;
}

.online_text {
    position: absolute;
    font-size: 9px;
    text-transform: uppercase;
    font-weight: 700;
    bottom: 10px;
    opacity: 0;
    transition: .3s;
}

.adminlist_buttons {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
    justify-content: center;
    gap: 3px;
}

.adminlist_button {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: flex-start;
    background-color: var(--button-color);
    border-radius: 4px;
    transition: .3s;
    gap: 10px;
    padding: 0 10px;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 700;
    color: var(--text-default);
    cursor: pointer;
}

.online_button {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: flex-start;
    background-color: var(--button-color);
    border-radius: 4px;
    transition: .3s;
    gap: 10px;
    padding: 0 10px;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 700;
    color: var(--text-default);
    cursor: pointer;
}

.adminlist_button svg {
    width: 12px;
    height: auto;
    fill: var(--text-default);
    transition: .3s;
}

.online_button svg {
    width: 12px;
    height: auto;
    fill: var(--text-default);
    transition: .3s;
}

.on {
    background-color: #6bae63;
    color: var(--text-default);
    transition: .3s;
}

.off {
    background-color: #c47575;
    color: var(--text-default);
    transition: .3s;
}

.steam_button:hover {
    background-color: #000000;
    color: var(--text-default);
    transition: .3s;
}

.vk_button:hover svg,
.steam_button:hover svg {
    fill: var(--text-default);
    transition: .3s;
}

.vk_button_inactive {
    cursor:default;
    opacity: .5;
    user-select: none;
}

.hide_text {
    visibility: hidden;
    opacity: 0;
    transition: .3s;
    position: absolute;
    transform: translateY(30px);
}

.hide_info {
    visibility: hidden;
    opacity: 0;
    transition: .3s;
}

.show_text {
    visibility: hidden;
    opacity: 0;
    transition: .3s;
    position: absolute;
    transform: translateY(-30px);
}

.admins_work {
    display: flex;
    width: 100%;
    justify-content: space-between;
    gap: 3px;
    position: relative;
}

.admins_bans,
.admins_comms,
.admins_warns {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background-color: var(--card);
    padding: 8px 0;
    border-radius: 4px;
    cursor: help;
    font-size: 12px;
    font-weight: 700;
    color: var(--text-default);
    user-select: none;
    transition: .3s;
    height: 35px;
}

.admins_bans:hover,
.admins_comms:hover,
.admins_warns:hover {
    background-color: var(--button-color);
    color: var(--text-default);
    transition: .3s;
}

.warn {
    color: var(--red-color) !important;
}

.admins_bans_desc,
.admins_comms_desc,
.admins_warns_desc {
    display: flex;
    width: 100%;
    padding: 8px 0;
    user-select: none;
    position: relative;
    transition: .3s;
    justify-content: center;
    align-items: center;
}

.admins_bans_desc svg,
.admins_comms_desc svg,
.admins_warns_desc svg {
    width: 14px;
    transition: .3s;
    height: auto;
    fill: var(--text-default);
    position: absolute;
}

.admins_bans_count,
.admins_comms_count,
.admins_warns_count {
    display: flex;
    position: absolute;
    align-items: center;
    justify-content: center;
}

.online_status {
    display: flex;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 41px;
    width: 70px;
    align-items: flex-end;
    justify-content: center;
    border-radius: 4px;
    z-index: 2;
    pointer-events: none;
    opacity: .0;
    transition: .3s;
    background: linear-gradient(0deg, rgb(14 14 14), transparent);
}

.offline_admin {
    display: block;
    margin-bottom: 5px;
    width: 53px;
    height: 4px;
    background-color: var(--red-color);
    border-radius: 50px;
}

.online_admin {
    display: block;
    margin-bottom: 5px;
    width: 35px;
    height: 4px;
    background-color: var(--green-color);
    border-radius: 50px;
}

.adminlist_title {
    display: flex;
    margin: 10px auto 20px;
    border-bottom: 2px solid var(--bg-table-color);
    width: max-content;
    text-align: center;
    padding: 10px 0;
    font-size: 16px;
    font-weight: 700;
    color: var(--text-default);
    text-transform: uppercase;
    justify-content: center;
}

.top-user-avatar img {
  border-radius: 45px;
  height: 100px;
  width: 100px;
}

.top-user-avatar-up {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 18px;
  margin-bottom: 8px;
}

.top-place-bgnum {
  position: absolute;
  right: 12px;
  top: 6px;
  font-size: 32px;
  font-weight: 800;
  color: #fff;
  opacity: 0.22;
  z-index: 2;
  pointer-events: none;
  user-select: none;
  font-family: 'Montserrat', 'Arial', sans-serif;
  letter-spacing: 1px;
  text-shadow: 0 1px 8px rgba(0,0,0,0.18), 0 0 1px #fff;
}

.top-place-label {
  text-align: center;
  font-size: 25px;
  font-weight: 800;
  letter-spacing: 1px;
  margin-bottom: 10px;
  margin-top: 2px;
  text-shadow: 0 2px 8px rgba(0,0,0,0.18);
  background: linear-gradient(270deg, #ffd700, #fffbe6, #ffd700, #fffbe6, #ffd700);
  background-size: 400% 400%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: gradient-flow-gold 3s ease-in-out infinite;
}
.top-sponsor-card-silver .top-place-label {
  background: linear-gradient(270deg, #c0c0c0, #f8f8f8, #c0c0c0, #f8f8f8, #c0c0c0);
  background-size: 400% 400%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: gradient-flow-silver 3s ease-in-out infinite;
}
.top-sponsor-card-bronze .top-place-label {
  background: linear-gradient(270deg, #cd7f32, #fff0d9, #cd7f32, #fff0d9, #cd7f32);
  background-size: 400% 400%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: gradient-flow-bronze 3s ease-in-out infinite;
}

@keyframes gradient-flow-gold {
  0% {background-position: 0% 50%;}
  50% {background-position: 100% 50%;}
  100% {background-position: 0% 50%;}
}
@keyframes gradient-flow-silver {
  0% {background-position: 0% 50%;}
  50% {background-position: 100% 50%;}
  100% {background-position: 0% 50%;}
}
@keyframes gradient-flow-bronze {
  0% {background-position: 0% 50%;}
  50% {background-position: 100% 50%;}
  100% {background-position: 0% 50%;}
}

.frame_id {
  position: absolute;
  transform: scale(1.17);
}

/* Золотая сверкающая рамка для карточки топ-1 спонсора */
.top-sponsor-card {
  border: 3px solid transparent;
  border-radius: 16px;
  background: 
    linear-gradient(#211c2a, #211c2a) padding-box,
    linear-gradient(120deg, #ffd700, #fffbe6, #ffd700, #fffbe6, #ffd700) border-box;
  box-shadow: 0 0 16px 2px rgba(255, 215, 0, 0.3);
  animation: gold-glow 2.5s infinite alternate;
}

/* Отключаю рамку у блока-обёртки, если она не нужна */
.top-sponsor-wrapper {
  border: none;
  background: none;
  box-shadow: none;
  animation: none;
}

@keyframes gold-glow {
  0% {
    box-shadow: 0 0 8px 2px rgba(255, 215, 0, 0.2);
    border-color: #ffd700;
  }
  100% {
    box-shadow: 0 0 24px 4px rgba(255, 215, 0, 0.5);
    border-color: #fffbe6;
  }
}

.top-sponsor-card-gold {
  border: 3px solid transparent;
  border-radius: 16px;
  background:
    linear-gradient(#211c2a, #211c2a) padding-box,
    linear-gradient(120deg, #ffd700, #fffbe6, #ffd700, #fffbe6, #ffd700) border-box;
  box-shadow: 0 0 16px 2px rgba(255, 215, 0, 0.3);
  animation: gold-glow 2.5s infinite alternate;
}

.top-sponsor-card-silver {
  border: 3px solid transparent;
  border-radius: 16px;
  background:
    linear-gradient(#211c2a, #211c2a) padding-box,
    linear-gradient(120deg, #c0c0c0, #f8f8f8, #c0c0c0, #f8f8f8, #c0c0c0) border-box;
  box-shadow: 0 0 16px 2px rgba(192, 192, 192, 0.3);
  animation: silver-glow 2.5s infinite alternate;
}

.top-sponsor-card-bronze {
  border: 3px solid transparent;
  border-radius: 16px;
  background:
    linear-gradient(#211c2a, #211c2a) padding-box,
    linear-gradient(120deg, #cd7f32, #fff0d9, #cd7f32, #fff0d9, #cd7f32) border-box;
  box-shadow: 0 0 16px 2px rgba(205, 127, 50, 0.3);
  animation: bronze-glow 2.5s infinite alternate;
}

@keyframes silver-glow {
  0% {
    box-shadow: 0 0 8px 2px rgba(192, 192, 192, 0.2);
    border-color: #c0c0c0;
  }
  100% {
    box-shadow: 0 0 24px 4px rgba(192, 192, 192, 0.5);
    border-color: #f8f8f8;
  }
}

@keyframes bronze-glow {
  0% {
    box-shadow: 0 0 8px 2px rgba(205, 127, 50, 0.2);
    border-color: #cd7f32;
  }
  100% {
    box-shadow: 0 0 24px 4px rgba(205, 127, 50, 0.5);
    border-color: #fff0d9;
  }
}

.top-donaterlist-podium {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  margin-top: 20px;
}
.top-donaterlist-podium-top {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  margin-bottom: 0px;
}
.top-donaterlist-podium-bottom {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 40px;
  width: 100%;
  margin-top: 40px;
}
@media (max-width: 900px) {
  .top-donaterlist-podium-bottom {
    gap: 10px;
    margin-top: 20px;
  }
}
@media (max-width: 700px) {
  .top-donaterlist-podium-bottom {
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin-top: 0;
  }
  .top-donaterlist-podium-top {
    margin-bottom: 10px;
  }
}

.top-sponsor-card-gold:hover,
.top-sponsor-card:hover {
  box-shadow: 0 0 64px 16px rgba(255, 215, 0, 0.95), 0 0 128px 32px rgba(255, 215, 0, 0.5);
  border-color: #ffd700;
  transform: scale(1.09) rotate(-1deg);
}
.top-sponsor-card-silver:hover {
  box-shadow: 0 0 64px 16px rgba(192, 192, 192, 0.95), 0 0 128px 32px rgba(192, 192, 192, 0.5);
  border-color: #c0c0c0;
  transform: scale(1.09) rotate(1deg);
}
.top-sponsor-card-bronze:hover {
  box-shadow: 0 0 64px 16px rgba(205, 127, 50, 0.95), 0 0 128px 32px rgba(205, 127, 50, 0.5);
  border-color: #cd7f32;
  transform: scale(1.09) rotate(1deg);
}

.top-crown {
  position: absolute;
  left: 50%;
  top: 55px;
  transform: translateX(-50%);
  z-index: 10;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Монетки для анимации */
.coin-anim-group {
  position: absolute;
  left: 50%;
  top: 50px;
  width: 0;
  height: 0;
  pointer-events: none;
  z-index: 9999;
  /* Временная рамка для отладки */
  /* border: 2px dashed red; */
}
.coin-anim {
  position: absolute;
  width: 32px;
  height: 32px;
  background: radial-gradient(circle at 30% 30%, #ffe066 80%, #ffd700 100%);
  border-radius: 50%;
  box-shadow: 0 0 12px 4px #ffd700cc;
  opacity: 0;
  transform: scale(0.7);
  transition: opacity 0.2s, transform 0.2s;
  border: 2px solid #fffbe6;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Arial', sans-serif;
  font-weight: bold;
  font-size: 16px;
  color: #8B4513;
  text-shadow: 0 1px 2px rgba(0,0,0,0.3);
}

.coin-anim::before {
  content: '$';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 14px;
  font-weight: bold;
  color: #8B4513;
  text-shadow: 0 1px 2px rgba(0,0,0,0.3);
}
.top-sponsor-card-gold:hover .coin-anim,
.top-sponsor-card-silver:hover .coin-anim,
.top-sponsor-card-bronze:hover .coin-anim {
  opacity: 1;
  animation: coin-fly 0.7s cubic-bezier(.7,-0.2,.7,1.5) forwards;
}
.top-sponsor-card-gold:hover .coin-1 { animation-delay: 0.05s; }
.top-sponsor-card-gold:hover .coin-2 { animation-delay: 0.12s; }
.top-sponsor-card-gold:hover .coin-3 { animation-delay: 0.18s; }
.top-sponsor-card-gold:hover .coin-4 { animation-delay: 0.24s; }
.top-sponsor-card-gold:hover .coin-5 { animation-delay: 0.30s; }
.top-sponsor-card-silver:hover .coin-1 { animation-delay: 0.05s; }
.top-sponsor-card-silver:hover .coin-2 { animation-delay: 0.12s; }
.top-sponsor-card-silver:hover .coin-3 { animation-delay: 0.18s; }
.top-sponsor-card-silver:hover .coin-4 { animation-delay: 0.24s; }
.top-sponsor-card-silver:hover .coin-5 { animation-delay: 0.30s; }
.top-sponsor-card-bronze:hover .coin-1 { animation-delay: 0.05s; }
.top-sponsor-card-bronze:hover .coin-2 { animation-delay: 0.12s; }
.top-sponsor-card-bronze:hover .coin-3 { animation-delay: 0.18s; }
.top-sponsor-card-bronze:hover .coin-4 { animation-delay: 0.24s; }
.top-sponsor-card-bronze:hover .coin-5 { animation-delay: 0.30s; }
.coin-1 { left: -20px; top: 0; }
.coin-2 { left: 20px; top: -20px; }
.coin-3 { left: 50px; top: 20px; }
.coin-4 { left: -50px; top: 20px; }
.coin-5 { left: 0px; top: 50px; }
@keyframes coin-fly {
  0% { opacity: 0; transform: scale(0.7) translateY(0) rotate(0deg); }
  30% { opacity: 1; }
  70% { opacity: 1; }
  100% { opacity: 0; transform: scale(1.3) translateY(-80px) rotate(360deg); }
}
/* Размер аватаров для топ-2 и топ-3 */
.avatar-gold { width: 100px; height: 100px; }
.avatar-silver, .avatar-bronze { width: 75px; height: 75px; }

/* Индивидуальные цвета монеток */
.top-sponsor-card-gold .coin-1 { 
  background: radial-gradient(circle at 30% 30%, #fffbe6 70%, #ffd700 100%); 
  box-shadow: 0 0 16px 4px #fffbe6cc;
  border: 2px solid #ffd700;
}
.top-sponsor-card-gold .coin-2 { 
  background: radial-gradient(circle at 60% 40%, #ffe066 70%, #ffea70 100%); 
  box-shadow: 0 0 16px 4px #ffe066cc;
  border: 2px solid #ffe066;
}
.top-sponsor-card-gold .coin-3 { 
  background: radial-gradient(circle at 50% 60%, #ffd700 70%, #ffb300 100%); 
  box-shadow: 0 0 16px 4px #ffd700cc;
  border: 2px solid #ffd700;
}
.top-sponsor-card-gold .coin-4 { 
  background: radial-gradient(circle at 40% 60%, #fffbe6 70%, #ffe066 100%); 
  box-shadow: 0 0 16px 4px #fffbe6cc;
  border: 2px solid #fffbe6;
}
.top-sponsor-card-gold .coin-5 { 
  background: radial-gradient(circle at 60% 60%, #ffe066 70%, #ffd700 100%); 
  box-shadow: 0 0 16px 4px #ffe066cc;
  border: 2px solid #ffe066;
}

.top-sponsor-card-silver .coin-1 { 
  background: radial-gradient(circle at 30% 30%, #f8f8f8 70%, #c0c0c0 100%); 
  box-shadow: 0 0 16px 4px #f8f8f8cc;
  border: 2px solid #c0c0c0;
}
.top-sponsor-card-silver .coin-2 { 
  background: radial-gradient(circle at 60% 40%, #e0e0e0 70%, #b0b0b0 100%); 
  box-shadow: 0 0 16px 4px #e0e0e0cc;
  border: 2px solid #b0b0b0;
}
.top-sponsor-card-silver .coin-3 { 
  background: radial-gradient(circle at 50% 60%, #c0c0c0 70%, #a0a0a0 100%); 
  box-shadow: 0 0 16px 4px #c0c0c0cc;
  border: 2px solid #a0a0a0;
}
.top-sponsor-card-silver .coin-4 { 
  background: radial-gradient(circle at 40% 60%, #f8f8f8 70%, #e0e0e0 100%); 
  box-shadow: 0 0 16px 4px #f8f8f8cc;
  border: 2px solid #e0e0e0;
}
.top-sponsor-card-silver .coin-5 { 
  background: radial-gradient(circle at 60% 60%, #e0e0e0 70%, #c0c0c0 100%); 
  box-shadow: 0 0 16px 4px #e0e0e0cc;
  border: 2px solid #c0c0c0;
}

.top-sponsor-card-bronze .coin-1 { 
  background: radial-gradient(circle at 30% 30%, #fff0d9 70%, #cd7f32 100%); 
  box-shadow: 0 0 16px 4px #fff0d9cc;
  border: 2px solid #cd7f32;
}
.top-sponsor-card-bronze .coin-2 { 
  background: radial-gradient(circle at 60% 40%, #ffd7b5 70%, #b87333 100%); 
  box-shadow: 0 0 16px 4px #ffd7b5cc;
  border: 2px solid #b87333;
}
.top-sponsor-card-bronze .coin-3 { 
  background: radial-gradient(circle at 50% 60%, #cd7f32 70%, #a0522d 100%); 
  box-shadow: 0 0 16px 4px #cd7f32cc;
  border: 2px solid #a0522d;
}
.top-sponsor-card-bronze .coin-4 { 
  background: radial-gradient(circle at 40% 60%, #fff0d9 70%, #ffd7b5 100%); 
  box-shadow: 0 0 16px 4px #fff0d9cc;
  border: 2px solid #ffd7b5;
}
.top-sponsor-card-bronze .coin-5 { 
  background: radial-gradient(circle at 60% 60%, #ffd7b5 70%, #cd7f32 100%); 
  box-shadow: 0 0 16px 4px #ffd7b5cc;
  border: 2px solid #cd7f32;
}

/* Цвета символа доллара для разных карточек */
.top-sponsor-card-gold .coin-anim::before {
  color: #8B4513;
  text-shadow: 0 1px 2px rgba(0,0,0,0.4);
}

.top-sponsor-card-silver .coin-anim::before {
  color: #696969;
  text-shadow: 0 1px 2px rgba(0,0,0,0.4);
}

.top-sponsor-card-bronze .coin-anim::before {
  color: #8B4513;
  text-shadow: 0 1px 2px rgba(0,0,0,0.4);
}

.throne-avatar-wrap {
  position: relative;
  width: 180px;
  height: 180px;
  margin: 0 auto 8px auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.throne-svg {
  position: absolute;
  left: 50%;
  top: 0;
  width: 180px;
  height: 180px;
  transform: translateX(-50%);
  z-index: 1;
  pointer-events: none;
}
.throne-svg svg {
  width: 100%;
  height: 100%;
  display: block;
}
.avatar-on-throne {
  position: absolute;
  left: 50%;
  top: 25px;
  transform: translateX(-50%);
  width: 70px;
  height: 70px;
  border-radius: 16px;
  box-shadow: 0 4px 24px 0 #0004;
  object-fit: cover;
  z-index: 2;
}
.top-sponsor-card-gold.admin_card {
  width: 260px;
  height: 320px;
}
@media (max-width:464px) {
  .top-sponsor-card-gold.admin_card {
    width: 340px;
    height: 380px;
  }
}

/* Стили для венка */
.wreath-svg {
  position: absolute;
  left: 50%;
  top: 15px;
  width: 140px;
  height: 140px;
  transform: translateX(-50%);
  z-index: 1.5;
  pointer-events: none;
  filter: drop-shadow(0 4px 8px rgba(255, 215, 0, 0.3));
}

.wreath-svg svg {
  width: 100%;
  height: 100%;
  display: block;
  animation: wreath-glow 3s ease-in-out infinite alternate;
}

@keyframes wreath-glow {
  0% {
    filter: drop-shadow(0 2px 4px rgba(255, 215, 0, 0.2));
    transform: scale(1);
  }
  100% {
    filter: drop-shadow(0 6px 12px rgba(255, 215, 0, 0.5));
    transform: scale(1.02);
  }
}

/* Обновляем позицию аватарки чтобы она была внутри венка */
.avatar-on-throne {
  position: absolute;
  left: 50%;
  top: 35px;
  transform: translateX(-50%);
  width: 70px;
  height: 70px;
  border-radius: 16px;
  box-shadow: 0 4px 24px 0 #0004;
  object-fit: cover;
  z-index: 3;
}