/* © 2026 Olive Root Tech. All rights reserved. Unauthorized reproduction prohibited. */
/* ============================================================
   ORT TACTICAL BRAND REFINEMENTS — shared across all dashboards
   Earth-tone palette only (olive / amber / coyote tan). No blues.
   Loaded last so it governs consistently.
   ============================================================ */

/* 1 — Angular pills & badges (4px, tactical) */
.pill,.badge,.tag,.role-badge,.int-status,.admin-badge,.header-badge,.demo-badge,
.ort-badge,.trial-badge,.audit-level,.audit-role,.sb-badge,.nav-badge,.zoom-card-btn{
  border-radius:4px !important;
}

/* 2 — Status indicators → 6px squares (amber active · olive inactive) */
.status-dot,.int-dot,.session-dot,.sync-dot,.avc-dot,.olive-dot,.avc-obs-dot{
  width:6px !important;height:6px !important;border-radius:1px !important;
}
.status-dot,.int-dot.live,.session-dot:not(.inactive),.sync-dot{ background:#EF9F27 !important; }
.status-archived,.status-staging,.session-dot.inactive,.int-dot.sim,.int-dot.offline{ background:#3B6A3B !important; }

/* 3 — Coyote tan (#8B7355) tertiary accent: metadata, timestamps, secondary labels */
.card-sub,.section-sub,.panel-sub,.stat-label,.stat-sub,.audit-meta,.audit-time,.audit-ip,
.incident-time,.incident-meta,.pipe-date,.pipe-meta,.org-meta,.note-meta,.member-meta,
.song-meta,.setlist-meta,.doc-meta,.msg-time,.org-stat,.topbar-sub,.header-sub,
.logo-sub,.portal-logo-sub,.user-meta,.user-role,.bpm-label{
  color:#8B7355 !important;
}

/* 4 — Condensed uppercase section headers */
.section-title,.card-title,.sec-title,.nav-section,.sidebar-section,.avc-section-label,.sb-sec{
  font-size:10px !important;letter-spacing:3px !important;color:#8B7355 !important;
  text-transform:uppercase !important;font-weight:700 !important;
}
.section-title span,.sec-title span{ letter-spacing:1px !important;font-weight:600 !important; }

/* 5 — Tighter card padding (24 → 18) */
.card{ padding:18px !important; }

/* 6 — Subtle inner panel edge on cards & list rows */
.card,.stat-card,.org-card,.int-card,.member-card,.rehearsal-card,.setlist-item,
.incident-row,.doc-row,.zoom-card,.comm-draft,.billing-card{
  box-shadow:inset 0 0 0 1px rgba(255,255,255,0.06) !important;
}

/* 7 — Diagonal stripe texture on sidebars (2px lines · 8px spacing · 3%) */
.sidebar,.portal-sidebar{
  background-image:repeating-linear-gradient(45deg,
    rgba(255,255,255,0.03) 0, rgba(255,255,255,0.03) 2px,
    transparent 2px, transparent 8px) !important;
}
