body {
    background-color: #fafafa;
    color: #1f2937;
}

/* Custom Scrollbar */
::-webkit-scrollbar { width: 8px; }
::-webkit-scrollbar-track { background: #fafafa; }
::-webkit-scrollbar-thumb { background: #b89f5e; border-radius: 4px; }

.glass-panel {
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(184, 159, 94, 0.1);
    box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.05);
}

.list-gold-bullet li {
    position: relative;
    padding-left: 1.5rem;
    margin-bottom: 0.5rem;
}
.list-gold-bullet li::before {
    content: "•";
    color: #b89f5e;
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 0;
}