/* Скругление карточек */
.endpoint-card { border-radius: 12px !important; }
/* Выделение группы home */
.group-home { border-left: 4px solid #3b82f6 !important; }
/* Выделение группы internal */
.group-internal { border-left: 4px solid #6b7280 !important; opacity: 0.7; }
/* Крупнее текст статуса */
.endpoint-status { font-weight: 600 !important; }
/* Скрыть placeholder из фильтра */
[data-group="internal"] { display: none; }
