/* Обновленная ликвид-кнопка */
.btn-liquid {
    position: relative;
    display: inline-block;
    padding: 12px 28px;
    background: rgba(0, 212, 255, 0.1);
    border: 2px solid #00d4ff !important; /* Насильно ставим яркий цвет */
    border-radius: 14px;
    backdrop-filter: blur(15px);
    color: #fff;
    text-decoration: none;
    font-weight: 900;
    text-transform: uppercase;
    box-shadow: 0 0 15px rgba(0, 212, 255, 0.3);
    transition: 0.3s;
}

.btn-liquid:hover {
    background: rgba(0, 212, 255, 0.3);
    box-shadow: 0 0 25px rgba(0, 212, 255, 0.6);
    transform: scale(1.05);
}

/* Скин-превью */
.skin-head {
    width: 120px;
    height: 120px;
    image-rendering: pixelated; /* Чтобы скин не мылился */
    border: 3px solid #00d4ff;
    border-radius: 15px;
    margin-bottom: 20px;
}

.cloak-item {
    padding: 10px;
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 10px;
    cursor: pointer;
    transition: 0.2s;
}
.cloak-item:hover { background: rgba(0, 212, 255, 0.2); border-color: #00d4ff; }1~/* Обновленная ликвид-кнопка */
.btn-liquid {
    position: relative;
    display: inline-block;
    padding: 12px 28px;
    background: rgba(0, 212, 255, 0.1);
    border: 2px solid #00d4ff !important; /* Насильно ставим яркий цвет */
    border-radius: 14px;
    backdrop-filter: blur(15px);
    color: #fff;
    text-decoration: none;
    font-weight: 900;
    text-transform: uppercase;
    box-shadow: 0 0 15px rgba(0, 212, 255, 0.3);
    transition: 0.3s;
}

.btn-liquid:hover {
    background: rgba(0, 212, 255, 0.3);
    box-shadow: 0 0 25px rgba(0, 212, 255, 0.6);
    transform: scale(1.05);
}

/* Скин-превью */
.skin-head {
    width: 120px;
    height: 120px;
    image-rendering: pixelated; /* Чтобы скин не мылился */
    border: 3px solid #00d4ff;
    border-radius: 15px;
    margin-bottom: 20px;
}

.cloak-item {
    padding: 10px;
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 10px;
    cursor: pointer;
    transition: 0.2s;
}
.cloak-item:hover { background: rgba(0, 212, 255, 0.2); border-color: #00d4ff; }
