/* wwwroot/css/wenrexa-commission-workflow.css *//* ─────────────────────────────────────────── *//* Stepper, Event Cards, File Attachments     *//* ─────────────────────────────────────────── *//* ═══════════════════════════════════════════   STEPPER (прогресс заказа в хедере чата)   ═══════════════════════════════════════════ */.wenrexa-chat-stepper {    background: rgba(255, 255, 255, 0.03);    border-bottom: 1px solid rgba(255, 255, 255, 0.08);}.wenrexa-chat-stepper-track {    gap: 0;    overflow-x: auto;    scrollbar-width: none;    -ms-overflow-style: none;}    .wenrexa-chat-stepper-track::-webkit-scrollbar {        display: none;    }.wenrexa-step {    display: flex;    flex-direction: column;    align-items: center;    min-width: 48px;    flex-shrink: 0;}.wenrexa-step-icon {    width: 28px;    height: 28px;    border-radius: 50%;    display: flex;    align-items: center;    justify-content: center;    font-size: 0.7rem;    border: 2px solid rgba(255, 255, 255, 0.15);    color: rgba(255, 255, 255, 0.3);    background: transparent;    transition: all 0.3s ease;}.wenrexa-step-label {    font-size: 0.6rem;    margin-top: 2px;    color: rgba(255, 255, 255, 0.3);    white-space: nowrap;    transition: color 0.3s ease;}/* Линия между шагами */.wenrexa-step-line {    flex: 1;    height: 2px;    background: rgba(255, 255, 255, 0.1);    align-self: center;    margin: 0 2px;    margin-bottom: 14px;    min-width: 12px;    transition: background 0.3s ease;}/* Пройденный шаг */.wenrexa-step--done .wenrexa-step-icon {    border-color: #198754;    background: #198754;    color: #fff;}.wenrexa-step--done .wenrexa-step-label {    color: #198754;}.wenrexa-step-line--done {    background: #198754;}/* Текущий шаг */.wenrexa-step--current .wenrexa-step-icon {    border-color: #0d6efd;    background: rgba(13, 110, 253, 0.15);    color: #0d6efd;    box-shadow: 0 0 0 3px rgba(13, 110, 253, 0.15);}.wenrexa-step--current .wenrexa-step-label {    color: #0d6efd;    font-weight: 600;}/* ═══════════════════════════════════════════   EVENT CARDS (карточки событий в чате)   ═══════════════════════════════════════════ */.wenrexa-chat-event-card {    margin: 8px 12px;    border-radius: 8px;    border: 1px solid rgba(255, 255, 255, 0.1);    background: rgba(255, 255, 255, 0.03);    overflow: hidden;}.wenrexa-chat-event-card-header {    display: flex;    align-items: center;    gap: 8px;    padding: 8px 12px;    font-size: 0.85rem;    border-bottom: 1px solid rgba(255, 255, 255, 0.06);}.wenrexa-chat-event-icon {    font-size: 0.9rem;    flex-shrink: 0;}.wenrexa-chat-event-card-body {    padding: 8px 12px;    font-size: 0.85rem;    color: rgba(255, 255, 255, 0.75);    white-space: pre-wrap;    word-break: break-word;}.wenrexa-chat-event-card-footer {    padding: 8px 12px;    border-top: 1px solid rgba(255, 255, 255, 0.06);}/* Варианты цветов */.wenrexa-chat-event-card--delivery {    border-color: rgba(13, 110, 253, 0.25);    background: rgba(13, 110, 253, 0.05);}    .wenrexa-chat-event-card--delivery .wenrexa-chat-event-icon {        color: #0d6efd;    }.wenrexa-chat-event-card--revision {    border-color: rgba(255, 193, 7, 0.3);    background: rgba(255, 193, 7, 0.05);}    .wenrexa-chat-event-card--revision .wenrexa-chat-event-icon {        color: #ffc107;    }.wenrexa-chat-event-card--success {    border-color: rgba(25, 135, 84, 0.25);    background: rgba(25, 135, 84, 0.05);}    .wenrexa-chat-event-card--success .wenrexa-chat-event-icon {        color: #198754;    }.wenrexa-chat-event-card--danger {    border-color: rgba(220, 53, 69, 0.25);    background: rgba(220, 53, 69, 0.05);}    .wenrexa-chat-event-card--danger .wenrexa-chat-event-icon {        color: #dc3545;    }.wenrexa-chat-event-card--info {    border-color: rgba(13, 202, 240, 0.25);    background: rgba(13, 202, 240, 0.05);}    .wenrexa-chat-event-card--info .wenrexa-chat-event-icon {        color: #0dcaf0;    }.wenrexa-chat-event-card--completed {    border-color: rgba(25, 135, 84, 0.35);    background: rgba(25, 135, 84, 0.08);}    .wenrexa-chat-event-card--completed .wenrexa-chat-event-icon {        color: #198754;    }/* ═══════════════════════════════════════════   FILE ATTACHMENTS (файлы в сообщениях)   ═══════════════════════════════════════════ */.wenrexa-chat-event-files {    padding: 8px 12px;    display: flex;    flex-direction: column;    gap: 6px;}.wenrexa-chat-file-item {    display: flex;    align-items: center;    gap: 8px;    padding: 6px 8px;    border-radius: 6px;    background: rgba(255, 255, 255, 0.04);    border: 1px solid rgba(255, 255, 255, 0.06);}.wenrexa-chat-file-preview {    width: 48px;    height: 48px;    border-radius: 4px;    object-fit: cover;    flex-shrink: 0;}.wenrexa-chat-file-icon {    width: 36px;    height: 36px;    border-radius: 4px;    background: rgba(255, 255, 255, 0.06);    display: flex;    align-items: center;    justify-content: center;    font-size: 0.9rem;    color: rgba(255, 255, 255, 0.5);    flex-shrink: 0;}.wenrexa-chat-file-info {    min-width: 0;    display: flex;    flex-direction: column;}.wenrexa-chat-file-name {    font-size: 0.8rem;    color: #0d6efd;    text-decoration: none;}    .wenrexa-chat-file-name:hover {        text-decoration: underline;    }/* Inline файлы в обычных сообщениях */.wenrexa-chat-msg-attachments {    margin-top: 6px;    display: flex;    flex-direction: column;    gap: 4px;}.wenrexa-chat-file-item--inline {    background: rgba(255, 255, 255, 0.02);    border: none;    padding: 4px;}.wenrexa-chat-file-preview--small {    width: 100%;    max-width: 200px;    border-radius: 4px;    cursor: pointer;}.wenrexa-chat-file-link {    display: flex;    align-items: center;    gap: 4px;    font-size: 0.8rem;    color: #0d6efd;    text-decoration: none;}    .wenrexa-chat-file-link:hover {        text-decoration: underline;    }/* ═══════════════════════════════════════════   ACTION BAR (панель действий под чатом)   ═══════════════════════════════════════════ */.wenrexa-chat-actions-bar {    border-top: 1px solid rgba(255, 255, 255, 0.1);    background: rgba(255, 255, 255, 0.02);}.wenrexa-chat-action-group {    border-color: rgba(255, 255, 255, 0.06) !important;}/* ═══════════════════════════════════════════   CUSTOM BADGE COLORS (доп. цвета)   ═══════════════════════════════════════════ */.text-bg-purple {    background-color: #6f42c1 !important;    color: #fff !important;}.text-bg-orange {    background-color: #fd7e14 !important;    color: #fff !important;}/* ═══════════════════════════════════════════   RESPONSIVE   ═══════════════════════════════════════════ */@media (max-width: 576px) {    .wenrexa-step-label {        font-size: 0.5rem;    }    .wenrexa-step-icon {        width: 24px;        height: 24px;        font-size: 0.6rem;    }    .wenrexa-chat-event-card {        margin: 6px 8px;    }    .wenrexa-chat-event-card-header,    .wenrexa-chat-event-card-body,    .wenrexa-chat-event-card-footer {        padding: 6px 8px;    }}