/* Brand Colors - Manual Addition */
.bg-brand-black { background-color: #0d0d0d !important; }
.bg-brand-dark { background-color: #171717 !important; }
.bg-brand-darker { background-color: #212121 !important; }
.bg-brand-accent { background-color: #10a37f !important; }
.bg-brand-accent-hover { background-color: #19c59f !important; }
.bg-brand-secondary { background-color: #1a7f64 !important; }
.bg-brand-light { background-color: #f9f9f9 !important; }
.bg-brand-gray { background-color: #2d2d2d !important; }
.bg-brand-gray-light { background-color: #404040 !important; }

.text-brand-accent { color: #10a37f !important; }
.text-brand-accent-hover { color: #19c59f !important; }
.text-brand-text-muted { color: #8e8e8e !important; }

.border-brand-gray { border-color: #2d2d2d !important; }
.border-brand-accent { border-color: #10a37f !important; }

/* Safe area for iPhone */
.safe-area-pb { padding-bottom: env(safe-area-inset-bottom, 0px); }
