.glass-top {
    background: rgba(0, 0, 0, 0.55);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    border-bottom: 1px solid rgba(250, 204, 21, 0.2);
}

.gold-glow {
    box-shadow: 0 5px 20px rgba(250,204,21,0.08);
}

.back-btn {
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(250,204,21,0.2);
    transition: all 0.3s ease;
}

.back-btn:hover {
    border-color: rgba(250,204,21,0.5);
    transform: scale(1.05);
}

.glass-footer {
    background: rgba(0, 0, 0, 0.55);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    border-top: 1px solid rgba(250, 204, 21, 0.2);
}

.nav-glow {
    box-shadow:
        0 -5px 20px rgba(250,204,21,0.08);
}

.nav-item {
    transition: all 0.3s ease;
}

.nav-item:hover {
    transform: translateY(-3px);
}

.active-home {
    background: #facc15;
    color: #000;
    box-shadow: 0 0 15px rgba(250,204,21,0.25);
}
.glass-dark {
    background: rgba(0, 0, 0, 0.35);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    border: 1px solid rgba(250, 204, 21, 0.15);
}

.gold-glow {
    box-shadow:
        0 0 12px rgba(250,204,21,.10),
        0 0 30px rgba(250,204,21,.06);
}

.level-active {
    background: #facc15 !important;
    color: #000 !important;
}

/* Modal Animation */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: scale(0.95) translateY(15px);
    }
    to {
        opacity: 1;
        transform: scale(1) translateY(0);
    }
}

.animate-fadeIn {
    animation: fadeIn .35s ease-out;
}

/* Premium Gold Glow */
.shadow-gold {
    box-shadow:
        0 0 15px rgba(250,204,21,.15),
        0 0 40px rgba(250,204,21,.08);
}

/* Scrollbar */
#notifyModal::-webkit-scrollbar,
.max-h-\[85vh\]::-webkit-scrollbar {
    width: 6px;
}

#notifyModal::-webkit-scrollbar-thumb,
.max-h-\[85vh\]::-webkit-scrollbar-thumb {
    background: #facc15;
    border-radius: 20px;
}

/* Mobile Optimization */
@media (max-width: 480px) {
    #notifyModal .text-sm {
        font-size: 13px;
        line-height: 1.6;
    }
}

.glass-header {
    background: rgba(0, 0, 0, 0.35);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    border: 1px solid rgba(250, 204, 21, 0.2);
}

.gold-glow {
    box-shadow:
        0 0 10px rgba(250,204,21,.12),
        0 0 25px rgba(250,204,21,.08);
}

.glass-dark {
    background: rgba(0, 0, 0, 0.45);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    border: 1px solid rgba(250, 204, 21, 0.15);
}

.gold-glow {
    box-shadow:
        0 0 12px rgba(250,204,21,0.10),
        0 0 30px rgba(250,204,21,0.06);
}

.btn-gold {
    background: #facc15;
    color: #000;
    transition: all 0.3s ease;
}

.btn-gold:hover {
    background: #fde047;
    transform: scale(1.02);
}

.profile-card {
    position: relative;
    overflow: hidden;
    border-radius: 32px;
    background: rgba(10, 10, 10, 0.85);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(250, 204, 21, 0.2);
    box-shadow:
        0 0 20px rgba(250, 204, 21, 0.08),
        0 0 50px rgba(250, 204, 21, 0.05);
}

.gold-glow-1 {
    position: absolute;
    top: -50px;
    right: -50px;
    width: 180px;
    height: 180px;
    background: rgba(250, 204, 21, 0.12);
    border-radius: 50%;
    filter: blur(60px);
}

.gold-glow-2 {
    position: absolute;
    bottom: -60px;
    left: -60px;
    width: 180px;
    height: 180px;
    background: rgba(250, 204, 21, 0.08);
    border-radius: 50%;
    filter: blur(70px);
}

.avatar-ring {
    padding: 3px;
    border-radius: 999px;
    background: linear-gradient(
        135deg,
        rgba(250,204,21,1),
        rgba(250,204,21,.3)
    );
}

.copy-btn {
    background: rgba(250,204,21,.12);
    border: 1px solid rgba(250,204,21,.25);
    color: #facc15;
    transition: all .3s ease;
}

.copy-btn:hover {
    background: rgba(250,204,21,.2);
    transform: translateY(-2px);
}

.code-box {
    background: rgba(255,255,255,.03);
    border: 1px solid rgba(250,204,21,.15);
    backdrop-filter: blur(12px);
}

.glass-card {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    background: rgba(15, 15, 15, 0.85);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    border: 1px solid rgba(250, 204, 21, 0.15);
    box-shadow:
        0 0 15px rgba(250,204,21,0.08),
        0 0 35px rgba(250,204,21,0.04);
}

.gold-orb {
    position: absolute;
    width: 80px;
    height: 80px;
    border-radius: 999px;
    background: rgba(250, 204, 21, 0.08);
    filter: blur(30px);
}

.card-icon {
    color: rgba(250, 204, 21, 0.15);
}

.stats-card {
    background: rgba(15, 15, 15, 0.88);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    border: 1px solid rgba(250, 204, 21, 0.15);
    box-shadow:
        0 0 20px rgba(250,204,21,0.06),
        0 0 40px rgba(250,204,21,0.03);
}

.stats-item {
    transition: all .3s ease;
}

.stats-item:hover {
    background: rgba(250,204,21,0.03);
}

.icon-box {
    background: rgba(250,204,21,0.08);
    border: 1px solid rgba(250,204,21,0.15);
    color: #facc15;
}

.amount-badge {
    background: rgba(250,204,21,0.08);
    border: 1px solid rgba(250,204,21,0.15);
    color: #facc15;
}

.settings-card {
    background: rgba(15, 15, 15, 0.9);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    border: 1px solid rgba(250, 204, 21, 0.12);
    box-shadow:
        0 0 20px rgba(250,204,21,.05),
        0 0 40px rgba(250,204,21,.03);
}

.setting-item {
    transition: all .3s ease;
}

.setting-item:hover {
    background: rgba(250,204,21,.04);
}

.setting-icon {
    background: rgba(250,204,21,.08);
    border: 1px solid rgba(250,204,21,.15);
    color: #facc15;
    transition: all .3s ease;
}

.setting-item:hover .setting-icon {
    background: #facc15;
    color: #000;
    transform: scale(1.05);
}

.logout-card {
    background: rgba(15,15,15,.9);
    border: 1px solid rgba(250,204,21,.15);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    transition: all .3s ease;
}

.logout-card:hover {
    background: rgba(250,204,21,.06);
    box-shadow: 0 0 25px rgba(250,204,21,.12);
}

.dark-swal {
  font-size: 14px !important;
  max-width: 320px !important;
  border-radius: 12px !important;
  background: #0b0b0b !important;
  border: 1px solid #facc15;
  box-shadow: 0 0 20px rgba(250, 204, 21, 0.15);
}

.dark-swal-title {
  font-size: 17px !important;
  color: #facc15 !important;
  font-weight: 700;
}

.dark-swal-text {
  font-size: 14px !important;
  color: #e5e5e5 !important;
}

/* Buttons */
.dark-confirm-btn {
  background-color: #facc15 !important;
  color: #000 !important;
  font-weight: 600;
  border-radius: 6px !important;
  padding: 6px 14px !important;
}

.dark-cancel-btn {
  background-color: #111111 !important;
  color: #facc15 !important;
  border: 1px solid #facc15 !important;
  border-radius: 6px !important;
}