/* PBSound luxury app theme — backoffice & klantportaal (laadt boven app.css) */
:root {
  --bg: #030303;
  --panel: rgba(10, 10, 12, 0.92);
  --panel-elevated: rgba(18, 16, 14, 0.96);
  --border: rgba(227, 174, 79, 0.35);
  --text: #fffaf2;
  --muted: #cfc6bd;
  --accent: #e7b55d;
  --accent-hover: #ffe3a4;
  --accent-soft: rgba(231, 181, 93, 0.14);
  --online: #6ecf8a;
  --gold-light: #ffe3a4;
  --gold: #e7b55d;
  --orange: #ff8b25;
  --pink: #e052a6;
}

body {
  font-family: Inter, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
}

.brand,
.brand-inline {
  color: var(--gold-light);
}

.panel,
.card,
.modal-content,
.stat-card,
.location-card,
.engine-card,
.software-group-card,
.detail-panel {
  border-radius: 18px;
  border-color: var(--border);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02));
}

.login-panel {
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.55);
}

.logo,
.logo-side {
  filter: drop-shadow(0 0 14px rgba(231, 181, 93, 0.18));
  width: auto;
  object-fit: contain;
}

.logo {
  max-width: 100%;
}

.portal-logo {
  display: block;
  width: auto;
  max-width: 100%;
  max-height: 3.25rem;
  height: auto;
  margin: 0 auto 0.75rem;
  filter: drop-shadow(0 0 14px rgba(231, 181, 93, 0.18));
  object-fit: contain;
}

.sidebar-logo {
  margin: 0;
  max-width: 10rem;
  max-height: 3rem;
}

.pbs-brand-lockup {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.28rem;
  line-height: 1;
}

.pbs-brand-lockup--center {
  align-items: center;
}

.brand-tagline,
.pbs-logo-tagline {
  font-size: 0.58rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold);
  white-space: nowrap;
  display: none;
}

.brand-tagline--compact {
  font-size: 0.48rem;
  letter-spacing: 0.16em;
}

.login-brand {
  margin-bottom: 0.5rem;
}

input,
select,
textarea {
  border-color: rgba(227, 174, 79, 0.28);
  background: rgba(255, 255, 255, 0.06);
  border-radius: 8px;
}

input:focus,
select:focus,
textarea:focus {
  outline: 2px solid rgba(231, 181, 93, 0.45);
  border-color: var(--gold);
}

.btn {
  border-radius: 999px;
  font-weight: 700;
  transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.btn:hover:not(:disabled) {
  transform: translateY(-1px);
}

.btn.primary {
  background: linear-gradient(135deg, var(--gold-light), var(--gold), var(--orange));
  color: #130b04;
  border-color: transparent;
  box-shadow: 0 12px 32px rgba(231, 181, 93, 0.22);
}

.btn.primary:hover {
  background: linear-gradient(135deg, #fff0c8, var(--gold-light), var(--orange));
  color: #130b04;
}

.btn.ghost {
  border-color: var(--border);
}

.btn.ghost:hover {
  background: rgba(231, 181, 93, 0.08);
  border-color: rgba(231, 181, 93, 0.45);
}

.btn.link-btn {
  color: var(--gold);
}

.sidebar,
.topbar {
  background: rgba(5, 5, 5, 0.94);
  border-color: rgba(227, 174, 79, 0.22);
}

.topbar {
  backdrop-filter: blur(14px);
}

.nav-item.active,
.sidebar-loc-item.active {
  background: rgba(231, 181, 93, 0.14);
  color: var(--gold-light);
  border-color: rgba(227, 174, 79, 0.35);
}

.badge.update,
.badge.protected {
  background: rgba(231, 181, 93, 0.18);
  color: var(--gold-light);
}

.btn.filter-on {
  background: rgba(231, 181, 93, 0.18);
  color: var(--gold-light);
  border-color: rgba(227, 174, 79, 0.45);
}

.info-banner,
.hint-banner,
.portal-hint {
  background: rgba(231, 181, 93, 0.08);
  border-color: rgba(227, 174, 79, 0.35);
}

.portal-hint a {
  color: var(--gold-light);
}

.bottom-nav-item.active {
  color: var(--gold-light);
}

.location-card:hover {
  border-color: rgba(231, 181, 93, 0.45);
}

.tab-btn.active,
.segment-btn.active,
.language-buttons .btn.is-active {
  background: linear-gradient(135deg, var(--gold-light), var(--gold));
  border-color: transparent;
  color: #130b04;
}

.list-open-btn:hover {
  color: var(--gold-light);
}

.table-wrap,
.data-table-wrap,
.pricing-table-wrap {
  border-color: var(--border);
  border-radius: 14px;
}

.modal-backdrop {
  background: rgba(0, 0, 0, 0.72);
}

.status-dot.online {
  box-shadow: 0 0 8px rgba(110, 207, 138, 0.5);
}
