/*
Theme Name: Habvest Premium
Version: 1.0
*/
* { margin: 0; padding: 0; box-sizing: border-box; }
body { background-color: #080808 !important; color: white !important; font-family: sans-serif !important; }

/* Forces the sidebar list to be invisible */
.widget_nav_menu, .sidebar, #sidebar { display: none !important; }

.glass-card { background: rgba(255, 255, 255, 0.03); backdrop-filter: blur(15px); border: 1px solid rgba(255, 255, 255, 0.1); border-radius: 16px; padding: 2rem; }
.text-gold { color: #D4AF37; }
.bg-gold { background-color: #D4AF37; }