* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
}

::-webkit-scrollbar {
    width: 0;
}

body {
    background: linear-gradient(135deg, #2d80c4 0%, #1d5f94 30%, #3a73a2 70%, #3176ae 100%);
    background-size: cover;
    background-attachment: fixed;
    min-height: 100vh;
    font-family: 'Tilt Warp', sans-serif;
    color: #fff;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: inherit;
}

img {
    vertical-align: middle;
    max-width: 100%;
    height: auto;
}

header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1400px;
    margin: 0 auto;
    padding: 15px 20px;
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    position: sticky;
    top: 0;
    z-index: 1000;
}

.logo {
    width: 140px;
    transition: transform 0.3s ease;
}

.logo:hover {
    transform: scale(1.05);
}

.nav_button {
    display: flex;
    gap: 30px;
}

.n_but {
    color: #fff;
    font-family: 'Tiny5', sans-serif;
    font-size: 24px;
    text-transform: uppercase;
    position: relative;
    transition: color 0.3s ease;
}

.n_but::after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 0;
    height: 3px;
    background: #6dd99a;
    transition: width 0.3s ease;
}

.shop_icon_adaptive {
        display: none;
    }

.n_but:hover {
    color: #6dd99a;
}

.n_but:hover::after {
    width: 100%;
}

.nav_auth {
    display: flex;
    gap: 10px;
}

.a_but {
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: 24px;
    background: linear-gradient(90deg, rgba(100, 200, 195, 0.7), rgba(110, 222, 153, 0.7));
    color: #fff;
    font-family: 'Tiny5', sans-serif;
    font-size: 20px;
    padding: 8px 16px;
    text-transform: uppercase;
    transition: background 0.3s ease, transform 0.2s ease;
    display: block; /* Make inline <a> a block element */
    text-align: center; /* Ensure text inside is centered */
    width: fit-content; /* Prevent stretching */
    margin: 0 auto; /* Center horizontally */
}

.a_but:hover {
    background: linear-gradient(90deg, rgba(100, 200, 195, 1), rgba(110, 222, 153, 1));
    transform: translateY(-2px);
}
.shop_icon {
    position: relative;
    border-radius: 50%;
    background: linear-gradient(90deg, #27cfe2, #009dff);
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
}

.shop_icon:hover {
    transform: scale(1.1);
}

.s_ic {
    width: 22px;
}

.count {
    position: absolute;
    top: -4px;
    right: -4px;
    border-radius: 50%;
    background: #6dd99a;
    width: 16px;
    height: 16px;
    color: #fff;
    font-family: 'Tilt Warp', sans-serif;
    font-size: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lang_wallet {
    display: flex;
    gap: 8px;
    align-items: center;
}

.l_but {
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: 18px;
    background: linear-gradient(90deg, rgba(100, 200, 195, 0.7), rgba(110, 222, 153, 0.7));
    color: #fff;
    font-family: 'Tilt Warp', sans-serif;
    font-size: 14px;
    padding: 6px 12px;
    text-transform: uppercase;
    transition: background 0.3s ease;
    position: relative;
    cursor: pointer;
}

.l_but:hover {
    background: linear-gradient(90deg, rgba(100, 200, 195, 1), rgba(110, 222, 153, 1));
}

/* Убраны лишние стили для псевдоэлементов внутри .l_but */
.selector_lang,
.selector_wallet {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.arrow {
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #fff;
    margin-left: 5px;
    transition: transform 0.3s ease;
}

.arrow1 {
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #fff;
    margin-left: 5px;
    transition: transform 0.3s ease;
}

.selector_lang:hover .arrow,
.selector_wallet:hover .arrow {
    transform: rotate(180deg);
}

main {
    max-width: 1200px;
    margin: 0 auto;
    padding: 30px 15px;
}

.main_bg {
    display: flex;
    margin: auto;
    align-items: center;
    justify-content: center;
}

.main_information {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}

.category-filter {
    text-align: center;
    margin: 20px 0;
    position: relative;
    z-index: 20;
}
.category-filter button {
  background: #333;
  color: #fff;
  font-family: "Tilt Warp";
  margin: 0 5px;
  padding: 8px 14px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}
.category-filter button:hover {
  background: #555;
}

.statistic {
    position: relative;
    display: flex;
    box-sizing: border-box;
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: 32px;
    padding: 15px;
    background: linear-gradient(0.00deg, rgba(100, 200, 195, 0.6) 0%, rgba(110, 222, 153, 0.6) 98.81%);
    width: 605px;
    height: 120px;
    justify-content: space-evenly;
    color: rgb(255, 255, 255);
    font-family: Tilt Warp;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0%;
    text-align: center;
    text-transform: uppercase;
    margin-top: 300px;
}

.count_players,
.status,
.ip {
    flex: 1;
    text-align: center;
    left: 150px;
}

.ip_server {
    display: flex;
    padding-left: 38px;
}

.count_players p:first-child,
.status p:first-child,
.ip p:first-child {
    font-size: 16px;
    text-transform: uppercase;
}

.count_players p:last-child {
    font-size: 48px;
    font-weight: bold;
    color: #6dd99a;
}

.main-text {
    position: absolute;
    color: rgb(255, 255, 255);
    font-family: Tilt Warp;
    font-size: 32px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 0%;
    text-align: center;
    text-transform: uppercase;
    width: 634px;
    height: 200px;
    top: 780px;
    left: 150px;
}

.text-middle {
    color: rgb(255, 255, 255);
    font-family: Tilt Warp;
    font-size: 32px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 0%;
    text-align: center;
    text-transform: uppercase;
    width: 585px;
    height: 240px;
    position: absolute;
    right: 0px;
    top: 0px;
}

.main-middle {
    margin: auto;
    height: 400px;
    position: relative;
    width: 1200px;
}

.middle-info {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    margin-top: 700px;
}

:root {
    --card-size: 240px;
    --gap: 2rem;
    --radius: 18px;
    --primary: #00c2ff;
    --bg: #2b6aa3;
}

.store-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(var(--card-size), 1fr));
    gap: var(--gap);
    justify-items: center;
    width: 100%;
    max-width: 1100px;
    margin-inline: auto;
}

.product-card {
    position: relative;
    width: var(--card-size);
    aspect-ratio: 1 / 1;
    border-radius: var(--radius);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    cursor: pointer;
    user-select: none;
}

.product-card img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
    z-index: 0;
}

.product-card:hover img {
    transform: scale(1.05);
}

.product-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at center, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.55) 90%);
    z-index: 1;
}

.product-name {
    position: relative;
    z-index: 2;
    font-family: "Press Start 2P", sans-serif;
    font-size: 1.25rem;
    text-transform: uppercase;
    text-align: center;
    color: var(--primary);
    margin-bottom: 0.75rem;
}

.badge,
.icon-btn {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Press Start 2P", sans-serif;
    font-size: 0.7rem;
    padding: 0.35rem 0.55rem;
    border-radius: 10px;
    background: var(--primary);
    color: #fff;
    z-index: 3;
    backdrop-filter: blur(4px);
}

.badge.price {
    top: 0.6rem;
    left: 0.6rem;
}

.icon-btn {
    width: 30px;
    height: 30px;
    background: rgba(255, 255, 255, 0.15);
    border: 2px solid var(--primary);
    cursor: pointer;
    transition: background 0.25s;
}

.icon-btn:hover {
    background: var(--primary);
}

.icon-btn svg {
    width: 16px;
    height: 16px;
    fill: #fff;
    pointer-events: none;
}

.icon-btn.info {
    top: 0.6rem;
    right: 0.6rem;
}

.icon-btn.cart {
    bottom: 0.6rem;
    right: 0.6rem;
}

.toast {
    position: fixed;
    bottom: 1.5rem;
    left: 50%;
    transform: translateX(-50%);
    background: var(--primary);
    color: #fff;
    font-family: "Press Start 2P", sans-serif;
    font-size: 0.8rem;
    padding: 0.8rem 1.4rem;
    border-radius: 12px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.4s ease;
}

.toast.show {
    opacity: 1;
}

.store {
    color: rgb(255, 255, 255);
    font-family: Tiny5;
    font-size: 96px;
    font-weight: 400;
    line-height: 108px;
    letter-spacing: 0%;
    text-align: center;
    text-transform: uppercase;
}

.container {
    display: flex;
    flex-direction: column;
    min-height: 50vh;
}

.footer {
  background-color: #333;
  color: white;
  padding: 30px 20px;
  font-family: Tilt Warp;
  font-size: 13px;
  border-top: 4px solid #005792;
  margin-top: auto;
}

.footer-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
}

.footer-left {
  flex: 1;
  min-width: 250px;
  line-height: 1.6;
  user-select: text;
}

.footer-left a.footer-mail {
  color: #00aced;
  text-decoration: none;
  font-weight: bold;
}

.footer-left a.footer-mail:hover {
  text-decoration: underline;
}

.footer-links {
    flex: 1;
    min-width: 250px;
    display: flex;
    flex-direction: row;
    gap: 8px;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    flex-wrap: wrap;
}

.footer-links a {
  color: white;
  text-decoration: none;
}

.footer-links a:hover {
  text-decoration: underline;
}

.footer-bottom {
  text-align: center;
  margin-top: 30px;
  font-size: 12px;
}

.footer-disclaimer {
  color: #aaa;
  font-style: italic;
  margin-bottom: 10px;
}

.status_logo.online {
  background-color: #4caf50; /* зелёный */
}

.status_logo.offline {
  background-color: #f44336; /* красный */
}

.footer-social {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  font-size: 22px;
  margin-bottom: 10px;
}

.footer-social a {
  color: white;
  transition: 0.3s;
}

.footer-social a:hover {
  color: #00aced;
}

.footer-copy {
  color: #999;
  font-size: 12px;
  margin-top: 5px;
}

/* Адаптив для мобилки */
@media (max-width: 768px) {
  .footer-container {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .footer-left,
  .footer-links {
    align-items: center;
  }

  .footer-links {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    margin-top: 10px;
  }

  .footer-links a {
    font-size: 12px;
  }
}

.auth-container {
    width: 500px;
    height: 500px;
    padding: 20px;
    background: linear-gradient(to bottom right, #45b3a6, #3aaac5);
    border-radius: 16px;
    text-align: center;
    color: white;
    position: relative;
    margin: 40px auto;
    z-index: 0;
    margin-top: 200px;
    box-sizing: border-box;
    border: 1px solid rgb(255, 255, 255);
    border-radius: 32px;
    background: linear-gradient(0.00deg, rgba(100, 200, 195, 0.6), rgba(110, 222, 153, 0.6) 98.81%);
}

.auth-container h2 {
    color: rgb(255, 255, 255);
    font-family: Tilt Warp;
    font-size: 36px;
    font-weight: 400;
    letter-spacing: 0%;
    text-align: center;
    text-transform: uppercase;
}

.auth-container input {
    width: 90%;
    padding: 12px;
    margin: 8px 0;
    border-radius: 8px;
    border: none;
    background-color: #6fd4b6;
    text-align: center;
    color: rgba(255, 255, 255);
    font-family: Tilt Warp;
    font-size: 20px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0%;
    text-align: center;
    text-transform: uppercase;
    border-radius: 12px;
    box-shadow: inset 0px 0px 4px 0px rgb(0, 0, 0);
    background: linear-gradient(0.00deg, rgba(100, 200, 195, 0.6), rgba(110, 222, 153, 0.6) 98.81%);
}

.auth-container button {
    margin-top: 12px;
    padding: 10px 24px;
    border: none;
    background-color: #0ef;
    color: #fff;
    font-family: 'Press Start 2P', cursive;
    cursor: pointer;
    border-radius: 10px;
    z-index: 0;
    color: rgb(255, 255, 255);
    font-family: Tiny5;
    font-size: 32px;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: 0%;
    text-align: center;
    text-transform: uppercase;
    box-sizing: border-box;
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: 32px;
    background: linear-gradient(0.00deg, rgb(100, 200, 195), rgb(110, 222, 153) 98.81%);
    color: rgb(255, 255, 255);
    font-family: Tiny5;
    font-size: 32px;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: 0%;
    text-align: center;
    text-transform: uppercase;
}

.auth-container .switch-link {
    margin-top: 16px;
    font-size: 11px;
    z-index: 0;
    font-family: Tilt Warp;
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0%;
    text-align: center;
    text-transform: uppercase;
}

.auth-container .switch-link span {
    color: #0ef;
    cursor: pointer;
    z-index: 0;
}

.auth-character {
    position: absolute;
    right: -20px;
    bottom: -20px;
    z-index: -1;
}

.preloader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(125.63deg, rgb(45, 128, 196) 6.687%, rgb(33, 103, 161) 22.067%, rgb(29, 95, 148) 34.574%, rgb(58, 115, 162) 68.468%, rgb(49, 118, 174) 98.255%);
    z-index: 999;
    transition: 1s all;
    opacity: 1;
    visibility: visible;
}

    .category-btn {
        background: transparent;
        color: white;
        border: none;
        padding: 15px;
        text-align: left;
        border-bottom: 1px solid white;
        cursor: pointer;
        font-family: Tilt Warp;
        font-size: 20px;
        font-weight: 400;
        line-height: 25px;
        letter-spacing: 0%;
        text-align: center;
        text-transform: uppercase;
        transition: background 0.3s;
    }
.preloader .loader {
    width: 360px;
    height: 360px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    animation: 2s pulse infinite ease-in-out;
}

.preloader.done {
    opacity: 0;
    visibility: hidden;
}

@keyframes pulse {
    from {
        width: 240px;
        height: 240px;
        color: black;
    }
    50% {
        width: 360px;
        height: 360px;
        color: white;
    }
    to {
        width: 240px;
        height: 240px;
        color: black;
    }
}

.burger {
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 28px;
    height: 20px;
    cursor: pointer;
    z-index: 1001;
}

.burger span {
    background: white;
    height: 3px;
    border-radius: 2px;
    width: 100%;
}

input[type=range] {
    width: 100%;
    margin: 10px 0;
}

.coin-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.coin-modal {
    background: #1f1f1f;
    padding: 20px;
    border-radius: 10px;
    color: white;
    text-align: center;
    font-family: 'Press Start 2P', sans-serif;
    width: 300px;
}

.coin-qty-control {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin: 20px 0;
}

.coin-qty-control input {
    width: 60px;
    padding: 5px;
    font-size: 14px;
    text-align: center;
    border-radius: 4px;
    border: none;
    background: #fff;
    color: #000;
}

.coin-qty-control button {
    background: #00e1ff;
    border: none;
    padding: 6px 12px;
    font-size: 18px;
    border-radius: 5px;
    cursor: pointer;
}

.coin-modal button {
    margin-top: 10px;
    background: #00e1ff;
    border: none;
    padding: 8px 16px;
    cursor: pointer;
    border-radius: 6px;
    font-size: 12px;
}

.nav-mobile {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: fixed;
    background: rgba(0, 0, 0, 0.95);
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 1000;
}


.nav-mobile a {
    color: white;
    font-size: 28px;
    margin: 15px 0;
    text-transform: uppercase;
    font-family: Tiny5;
}

.nav-mobile.active {
    display: flex;
}

.hidden {
    display: none !important;
}

.server-filter {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 15px;
}

.server-filter select {
    font-family: 'Tilt Warp', sans-serif;
    padding: 6px 12px;
    font-size: 16px;
    background: #1c2e4a;
    color: #fff;
    border: 1px solid #00e1ff;
    border-radius: 6px;
    position: relative;
    z-index: 10;
}

.modal-overlay {
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0,0,0,0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
    overflow: auto; /* позволяет скроллить модалку */
}

.modal-window {
  background: #222;
  color: #eee;
  padding: 20px 30px;
  border-radius: 8px;
  max-width: 400px;
  width: 90%;
  max-height: 90vh; /* ограничим высоту */
  overflow-y: auto; /* включим вертикальный скролл при необходимости */
  text-align: center;
  position: relative;
  box-shadow: 0 0 10px #000;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.modal-close {
  position: absolute;
  top: 10px; right: 15px;
  background: transparent;
  border: none;
  color: #eee;
  font-size: 24px;
  cursor: pointer;
  font-weight: bold;
  line-height: 1;
}

.modal-image {
    width: 100%;
    max-height: 300px;
    object-fit: contain;
    border-radius: 8px;
     margin-bottom: 15px;
}

.modal-price {
  font-weight: bold;
  margin: 10px 0;
}

.modal-description {
  font-size: 0.9rem;
  line-height: 1.4;
  margin-bottom: 20px;
}

.btn-add-cart {
  background-color: #4caf50;
  border: none;
  padding: 10px 20px;
  color: white;
  border-radius: 5px;
  cursor: pointer;
  font-weight: 600;
  transition: background-color 0.3s ease;
}

.btn-add-cart:hover {
  background-color: #45a049;
}

.selector_lang {
  position: relative;
  display: inline-block;
  cursor: pointer;
  user-select: none;
}

.lang_dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  background: #222;
  border: 1px solid #444;
  border-radius: 4px;
  width: 100px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.6);
  z-index: 1000;
}

.lang_option {
  padding: 6px 10px;
  color: #eee;
  font-size: 14px;
}

.lang_option:hover {
  background: #555;
}

.lang-flags {
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
  padding: 8px;
}

.flag {
  font-size: 24px;
  cursor: pointer;
  opacity: 0.6;
  transition: transform 0.2s, opacity 0.2s;
  user-select: none;
}

.flag:hover {
  transform: scale(1.2);
  opacity: 1;
}

.flag.active {
  opacity: 1;
  border: 2px solid #00bfff;
  border-radius: 50%;
  padding: 2px;
}


@media screen and (max-width: 768px) {
    .nav_button,
    .nav_auth,
    .shop_icon,
    .lang_wallet {
        display: none;
    }
    .burger {
        display: flex;
    }
	
	




    
.auth-container {
    width: auto;
    height: 500px;
    padding: 20px;
    background: linear-gradient(to bottom right, #45b3a6, #3aaac5);
    border-radius: 16px;
    text-align: center;
    color: white;
    position: relative;
    margin: 40px auto;
    z-index: 0;
    margin-top: 200px;
    box-sizing: border-box;
    border: 1px solid rgb(255, 255, 255);
    border-radius: 32px;
    background: linear-gradient(0.00deg, rgba(100, 200, 195, 0.6), rgba(110, 222, 153, 0.6) 98.81%);
}



    .category-btn {
                background: transparent;
        color: white;
        border: none;
        padding: 15px;
        text-align: left;
        border-bottom: 1px solid white;
        cursor: pointer;
        font-family: Tilt Warp;
        font-size:  15px;
        font-weight: 400;
        line-height: 25px;
        letter-spacing: 0%;
        text-align: center;
        text-transform: uppercase;
        transition: background 0.3s;

    }

		
    .faq-title {
        padding: 10px;
        font-size: 25px;
    }	


    
    .rules-title {
        padding-right: 100px;
    }


}
@media screen and (max-width: 400px) {


    .rules-title {
        padding-right: 150px;
    }


}


@media (max-width: 768px) {
  main.container-cart {
    width: 95%;
    margin-top: 80px;
    padding: 20px 10px;
  }

  .container {
    min-height: 30vh;
    flex-direction: column;
    gap: 20px;
  }

  body {
    font-size: 14px;
    background-position: center;
    background-size: cover;
  }

  #header-placeholder {
    height: auto;
    padding: 10px;
  }
}

@media (max-width: 480px) {
  main.container-cart {
    padding: 15px 8px;
  }

  .container {
    min-height: auto;
  }

  body {
    font-size: 12px;
  }
}

.floating-settings-btn{
    display: none;
}

@media (max-width: 768px) {
  /* Настройки: кнопка ⚙️ */
  .floating-settings-btn {
    position: fixed;
    bottom: 80px;
    right: 20px;
    background: #3aaedc;
    color: white;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    z-index: 999;
    cursor: pointer;
  }

  /* Настройки: панель */
  .floating-settings-panel {
    position: fixed;
    bottom: 130px;
    right: 20px;
    background: #2c3e50;
    border-radius: 10px;
    padding: 10px 15px;
    z-index: 999;
    display: flex;
    flex-direction: column;
    gap: 10px;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.4);
    animation: fadeInUp 0.3s ease;
  }

  .floating-settings-panel.hidden {
    display: none;
  }

  .floating-settings-panel button {
    background: #4caf50;
    color: white;
    border: none;
    padding: 6px 12px;
    border-radius: 6px;
    font-size: 14px;
    cursor: pointer;
    font-family: 'Tilt Warp', sans-serif;
  }

  @keyframes fadeInUp {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
  }
}
