.customers-page-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2.5rem;padding-bottom:1.5rem;border-bottom:2px solid var(--theme-elevation-100)}.customers-page-title{display:flex;align-items:center;gap:1.25rem}.customers-page-badge{display:flex;align-items:center;justify-content:center;width:64px;height:64px;background:linear-gradient(135deg,var(--theme-elevation-100),var(--theme-elevation-75));border:2px solid var(--theme-elevation-200);border-radius:12px;color:var(--theme-elevation-600);box-shadow:0 2px 8px rgba(0,0,0,.08)}.customers-page-title h1{margin:0;font-size:1.875rem;font-weight:700;letter-spacing:-.02em}.customers-page-subtitle{margin:.25rem 0 0;font-size:.9375rem;color:var(--theme-elevation-500);font-weight:500}@media (max-width:768px){.customers-page-header{flex-direction:column;align-items:flex-start;gap:1rem}.customers-page-title h1{font-size:1.5rem}.customers-page-badge{width:56px;height:56px}}