/* app.privatechief.com — light PC-brand theming over HCWF chrome */
body.bb-app-body { font-family: 'Inter', system-ui, sans-serif; background: #f7f5f0; }

.pcapp-h1, h1, h2, .card-title { font-family: 'Cormorant Garamond', serif; }
.pcapp-h1 { font-size: 2.3rem; color: #16171a; }

.navbar, .navbar.bg-dark { background: #0C0D0F !important; }
.navbar .navbar-brand, .navbar .nav-link { color: #f5f1e8 !important; }
.navbar .nav-link:hover { color: #d8c08a !important; }

.btn-primary, .btn-primary:focus {
  background: #0C0D0F; border-color: #0C0D0F;
}
.btn-primary:hover { background: #26272c; border-color: #26272c; }
a { color: #8a6d33; }
a:hover { color: #6f5626; }

.pcapp-card { border: 1px solid rgba(20,20,20,.12); border-radius: 14px; box-shadow: 0 1px 6px rgba(20,20,20,.05); }
.pcapp-agent-photo { width: 64px; height: 64px; border-radius: 50%; object-fit: cover; object-position: top; border: 2px solid #d8c08a; }
.pcapp-card-title { font-family: 'Cormorant Garamond', serif; font-size: 1.5rem; color: #16171a; }
.pcapp-badge { font-size: .72rem; letter-spacing: .07em; text-transform: uppercase; }
.pcapp-badge-ok { background: rgba(120,150,90,.18); color: #5a7a3a; }
.pcapp-badge-warn { background: rgba(180,120,60,.18); color: #a06a2a; }

footer, .footer { background: #0C0D0F; color: rgba(245,241,232,.7); }
footer a, .footer a { color: rgba(245,241,232,.85); }
