/**
 * com_dojocrm — Component styles v2.0
 * @since 1.1.0
 */
:root {
    --dc-sidebar-width: 220px;
    --dc-sidebar-bg: #ffffff;
    --dc-sidebar-border: #e8eaed;
    --dc-sidebar-text: #5f6368;
    --dc-sidebar-text-hover: #1a1a1a;
    --dc-sidebar-active-bg: #e8f0fe;
    --dc-sidebar-active-text: #1967d2;
    --dc-sidebar-icon: #9aa0a6;
    --dc-transition: 0.15s ease;
    --dc-content-bg: #f8f9fb;
    --dc-card-bg: #ffffff;
    --dc-card-border: #e8eaed;
    --dc-card-radius: 10px;
    --dc-text-primary: #1a1a1a;
    --dc-text-secondary: #5f6368;
    --dc-text-tertiary: #9aa0a6;
    --dc-accent: #1967d2;
    --dc-accent-hover: #1557b0;
    --dc-danger: #d93025;
    --dc-status-new-bg: #e8f0fe; --dc-status-new-text: #174ea6;
    --dc-status-progress-bg: #fef7e0; --dc-status-progress-text: #7c5e10;
    --dc-status-awaiting-bg: #fce8e6; --dc-status-awaiting-text: #8c2d19;
    --dc-status-resolved-bg: #e6f4ea; --dc-status-resolved-text: #137333;
    --dc-status-closed-bg: #f1f3f4; --dc-status-closed-text: #5f6368;
    --dc-priority-low-bg: #f1f3f4; --dc-priority-low-text: #5f6368;
    --dc-priority-normal-bg: #e8f0fe; --dc-priority-normal-text: #174ea6;
    --dc-priority-high-bg: #fef7e0; --dc-priority-high-text: #7c5e10;
    --dc-priority-urgent-bg: #fce8e6; --dc-priority-urgent-text: #a50e0e;
    --dc-bar-new: #4285f4; --dc-bar-progress: #fbbc04; --dc-bar-awaiting: #ea8600;
    --dc-bar-resolved: #34a853; --dc-bar-closed: #9aa0a6;
}
/* -- Layout -- */
.dc-wrapper { display: flex; min-height: 80vh; }
.dc-content { flex: 1; min-width: 0; max-width: 100%; overflow-x: hidden; padding: 24px 28px; background: var(--dc-content-bg); }
/* -- Sidebar -- */
.dc-sidebar { width: var(--dc-sidebar-width); min-width: var(--dc-sidebar-width); background: var(--dc-sidebar-bg); border-right: 1px solid var(--dc-sidebar-border); overflow-y: auto; padding: 16px 0; align-self: stretch; }
.dc-sidebar-brand { padding: 0 16px 20px; display: flex; align-items: center; gap: 8px; }
.dc-sidebar-brand-icon { width: 28px; height: 28px; border-radius: 6px; background: var(--dc-sidebar-active-bg); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.dc-sidebar-brand-icon svg { width: 14px; height: 14px; stroke: var(--dc-sidebar-active-text); fill: none; stroke-width: 2.5; stroke-linecap: round; stroke-linejoin: round; }
.dc-sidebar-brand-name { font-weight: 500; font-size: 14px; color: var(--dc-text-primary); }
.dc-sidebar-header { padding: 4px 20px; margin-bottom: 4px; font-size: 11px; font-weight: 500; text-transform: uppercase; letter-spacing: 0.5px; color: var(--dc-text-tertiary); }
.dc-sidebar-toggle { background: none; border: 1px solid var(--dc-sidebar-border); border-radius: 6px; padding: 8px 12px; color: var(--dc-sidebar-text); cursor: pointer; font-size: 16px; display: none; }
.dc-sidebar-nav { list-style: none; padding: 0 8px; margin: 0; }
.dc-sidebar-item { margin-bottom: 1px; }
.dc-sidebar-separator { margin: 8px 12px; border-top: 1px solid var(--dc-sidebar-border); }
.dc-sidebar-link { display: flex; align-items: center; gap: 8px; padding: 8px 12px; color: var(--dc-sidebar-text); text-decoration: none; font-size: 13px; font-weight: 400; border-radius: 6px; transition: all var(--dc-transition); position: relative; }
.dc-sidebar-link:hover { color: var(--dc-sidebar-text-hover); background: rgba(0,0,0,0.04); text-decoration: none; }
.dc-sidebar-link.active { color: var(--dc-sidebar-active-text); background: var(--dc-sidebar-active-bg); font-weight: 500; }
.dc-sidebar-icon { width: 16px; height: 16px; flex-shrink: 0; display: flex; align-items: center; justify-content: center; }
.dc-sidebar-icon svg { width: 16px; height: 16px; stroke: var(--dc-sidebar-icon); fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.dc-sidebar-link.active .dc-sidebar-icon svg { stroke: var(--dc-sidebar-active-text); }
.dc-sidebar-link:hover .dc-sidebar-icon svg { stroke: var(--dc-sidebar-text-hover); }
.dc-sidebar-badge { margin-left: auto; font-size: 11px; font-weight: 500; background: var(--dc-danger); color: #fff; padding: 1px 6px; border-radius: 10px; line-height: 1.4; }
/* -- Page Header -- */
.dc-page-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 20px; }
.dc-page-header h1, .dc-page-header h2 { margin: 0; font-size: 18px; font-weight: 500; color: var(--dc-text-primary); }
.dc-page-subtitle { font-size: 13px; color: var(--dc-text-tertiary); margin: 2px 0 0; }
/* -- Cards -- */
.dc-card { background: var(--dc-card-bg); border: 1px solid var(--dc-card-border); border-radius: var(--dc-card-radius); padding: 18px; margin-bottom: 16px; }
.dc-card-header { margin-bottom: 14px; }
.dc-card-header h5, .dc-card-header h6 { margin: 0; font-size: 14px; font-weight: 500; color: var(--dc-text-primary); }
.dc-card-header small { font-size: 12px; color: var(--dc-text-tertiary); }
/* -- Stat Cards -- */
.dc-stat-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)); gap: 12px; }
.dc-stat-card { background: var(--dc-card-bg); border: 1px solid var(--dc-card-border); border-radius: var(--dc-card-radius); padding: 16px 18px; }
.dc-stat-card--danger { border-color: #f5c6cb; }
.dc-stat-label { font-size: 12px; font-weight: 500; color: var(--dc-text-secondary); margin-bottom: 6px; }
.dc-stat-value { font-size: 28px; font-weight: 500; line-height: 1; color: var(--dc-text-primary); }
.dc-stat-card--danger .dc-stat-value { color: var(--dc-danger); }
.dc-stat-hint { font-size: 12px; color: var(--dc-text-tertiary); margin-top: 4px; }
.dc-stat-hint--good { color: #137333; }
.dc-stat-hint--danger { color: var(--dc-danger); }
/* -- Progress Bars -- */
.dc-progress-sm { height: 6px; border-radius: 3px; background: #e8eaed; overflow: hidden; }
.dc-progress-bar { height: 100%; border-radius: 3px; transition: width 0.3s ease; }
.dc-progress-new { background: var(--dc-bar-new); }
.dc-progress-in-progress { background: var(--dc-bar-progress); }
.dc-progress-awaiting-response { background: var(--dc-bar-awaiting); }
.dc-progress-resolved { background: var(--dc-bar-resolved); }
.dc-progress-closed { background: var(--dc-bar-closed); }
/* -- Tables -- */
.dc-table { width: 100%; border-collapse: collapse; }
.dc-table th { text-align: left; padding: 10px 14px; border-bottom: 1px solid var(--dc-card-border); font-size: 11px; font-weight: 500; text-transform: uppercase; letter-spacing: 0.3px; color: var(--dc-text-tertiary); }
.dc-table td { padding: 12px 14px; border-bottom: 1px solid #f1f3f4; font-size: 13px; color: var(--dc-text-primary); }
.dc-table tr { transition: background var(--dc-transition); }
.dc-table tbody tr:hover td { background: #f8f9fb; }
.dc-table tbody tr:last-child td { border-bottom: none; }
.dc-table a { color: var(--dc-accent); text-decoration: none; }
.dc-table a:hover { text-decoration: underline; }
.dc-table-card { background: var(--dc-card-bg); border: 1px solid var(--dc-card-border); border-radius: var(--dc-card-radius); overflow: hidden; }
.dc-table-card .dc-table th:first-child, .dc-table-card .dc-table td:first-child { padding-left: 18px; }
.dc-table-card .dc-table th:last-child, .dc-table-card .dc-table td:last-child { padding-right: 18px; }
.dc-table tr.dc-row-danger td { background: #fce8e6; }
.dc-table tr.dc-row-danger:hover td { background: #f9d7d3; }
/* -- Badges -- */
.dc-badge { display: inline-block; padding: 2px 8px; border-radius: 10px; font-size: 11px; font-weight: 500; line-height: 1.4; white-space: nowrap; }
.dc-badge-new { background: var(--dc-status-new-bg); color: var(--dc-status-new-text); }
.dc-badge-in_progress { background: var(--dc-status-progress-bg); color: var(--dc-status-progress-text); }
.dc-badge-awaiting_response { background: var(--dc-status-awaiting-bg); color: var(--dc-status-awaiting-text); }
.dc-badge-resolved { background: var(--dc-status-resolved-bg); color: var(--dc-status-resolved-text); }
.dc-badge-closed { background: var(--dc-status-closed-bg); color: var(--dc-status-closed-text); }
.dc-badge-low { background: var(--dc-priority-low-bg); color: var(--dc-priority-low-text); }
.dc-badge-normal { background: var(--dc-priority-normal-bg); color: var(--dc-priority-normal-text); }
.dc-badge-high { background: var(--dc-priority-high-bg); color: var(--dc-priority-high-text); }
.dc-badge-urgent { background: var(--dc-priority-urgent-bg); color: var(--dc-priority-urgent-text); }
.dc-badge-individual { background: var(--dc-status-new-bg); color: var(--dc-status-new-text); }
.dc-badge-instructor { background: var(--dc-status-resolved-bg); color: var(--dc-status-resolved-text); }
.dc-badge-parent { background: #e8eaf6; color: #3949ab; }
.dc-badge-vendor { background: var(--dc-status-progress-bg); color: var(--dc-status-progress-text); }
.dc-badge-other { background: var(--dc-priority-low-bg); color: var(--dc-priority-low-text); }
.dc-badge-dojo { background: var(--dc-status-resolved-bg); color: var(--dc-status-resolved-text); }
.dc-badge-association { background: #e8eaf6; color: #3949ab; }
.dc-badge-external { background: var(--dc-priority-low-bg); color: var(--dc-priority-low-text); }
.dc-badge-sla-breached { background: var(--dc-priority-urgent-bg); color: var(--dc-priority-urgent-text); }
.dc-badge-label { background: var(--dc-priority-low-bg); color: var(--dc-priority-low-text); }
/* -- Avatar Initials -- */
.dc-avatar { display: inline-flex; align-items: center; justify-content: center; border-radius: 50%; font-weight: 500; flex-shrink: 0; text-transform: uppercase; }
.dc-avatar-sm { width: 22px; height: 22px; font-size: 9px; }
.dc-avatar-md { width: 30px; height: 30px; font-size: 11px; }
.dc-avatar-lg { width: 40px; height: 40px; font-size: 14px; }
.dc-avatar-xl { width: 52px; height: 52px; font-size: 18px; }
.dc-avatar-1 { background: #e8f0fe; color: #174ea6; }
.dc-avatar-2 { background: #e6f4ea; color: #137333; }
.dc-avatar-3 { background: #fce8e6; color: #a50e0e; }
.dc-avatar-4 { background: #e8eaf6; color: #3949ab; }
.dc-avatar-5 { background: #fef7e0; color: #7c5e10; }
.dc-avatar-6 { background: #f3e8fd; color: #7627bb; }
.dc-avatar-7 { background: #e0f7fa; color: #00695c; }
.dc-avatar-8 { background: #fbe9e7; color: #bf360c; }
/* -- Filter Chips -- */
.dc-filter-chips { display: flex; gap: 6px; flex-wrap: wrap; margin-bottom: 16px; }
.dc-chip { font-size: 12px; padding: 4px 12px; border-radius: 20px; cursor: pointer; text-decoration: none; transition: all var(--dc-transition); border: 1px solid var(--dc-card-border); background: var(--dc-card-bg); color: var(--dc-text-secondary); }
.dc-chip:hover { background: #f1f3f4; text-decoration: none; color: var(--dc-text-primary); }
.dc-chip.active { background: var(--dc-text-primary); color: #fff; border-color: var(--dc-text-primary); font-weight: 500; }
.dc-chip-danger { border-color: #f5c6cb; background: #fce8e6; color: #a50e0e; }
.dc-chip-danger:hover { background: #f9d7d3; }
/* -- Filter Bar -- */
.dc-filter-bar { display: flex; gap: 8px; margin-bottom: 16px; flex-wrap: wrap; align-items: center; }
.dc-search-wrap { flex: 1; min-width: 200px; position: relative; }
.dc-search-wrap svg { position: absolute; left: 10px; top: 50%; transform: translateY(-50%); width: 16px; height: 16px; stroke: var(--dc-text-tertiary); fill: none; stroke-width: 2; pointer-events: none; }
.dc-search-wrap input { width: 100%; padding: 7px 12px 7px 32px; border: 1px solid var(--dc-card-border); border-radius: 6px; font-size: 13px; background: var(--dc-card-bg); color: var(--dc-text-primary); transition: border-color var(--dc-transition); }
.dc-search-wrap input:focus { outline: none; border-color: var(--dc-accent); box-shadow: 0 0 0 2px rgba(25,103,210,0.1); }
.dc-search-wrap input::placeholder { color: var(--dc-text-tertiary); }
.dc-filter-select { padding: 7px 28px 7px 10px; border: 1px solid var(--dc-card-border); border-radius: 6px; font-size: 13px; background: var(--dc-card-bg); color: var(--dc-text-secondary); cursor: pointer; }
.dc-filter-select:focus { outline: none; border-color: var(--dc-accent); }
/* -- Buttons -- */
.dc-btn { display: inline-flex; align-items: center; gap: 6px; padding: 7px 16px; border: none; border-radius: 6px; font-size: 13px; font-weight: 500; cursor: pointer; transition: all var(--dc-transition); text-decoration: none; line-height: 1.4; }
.dc-btn:hover { text-decoration: none; }
.dc-btn-primary { background: var(--dc-accent); color: #fff; }
.dc-btn-primary:hover { background: var(--dc-accent-hover); color: #fff; }
.dc-btn-primary svg { stroke: currentColor; }
.dc-btn-secondary { background: #f1f3f4; color: var(--dc-text-secondary); border: 1px solid var(--dc-card-border); }
.dc-btn-secondary:hover { background: #e8eaed; color: var(--dc-text-primary); }
.dc-btn-danger { background: #fce8e6; color: var(--dc-danger); }
.dc-btn-danger:hover { background: #f9d7d3; }
.dc-btn-sm { padding: 4px 10px; font-size: 12px; }
/* -- Toggle Buttons -- */
.dc-toggle-group { display: flex; flex-wrap: wrap; gap: 4px; }
.dc-toggle-btn { font-size: 11px; padding: 4px 8px; border-radius: 4px; border: 1px solid var(--dc-card-border); background: var(--dc-card-bg); color: var(--dc-text-secondary); cursor: pointer; transition: all var(--dc-transition); }
.dc-toggle-btn:hover:not(.active):not(:disabled) { background: #f1f3f4; color: var(--dc-text-primary); }
.dc-toggle-btn.active { background: var(--dc-text-primary); color: #fff; border-color: var(--dc-text-primary); cursor: default; }
.dc-toggle-btn:disabled { opacity: 0.4; cursor: not-allowed; }
/* -- Forms -- */
.dc-form-group { margin-bottom: 16px; }
.dc-form-group label, .dc-form-label { display: block; margin-bottom: 4px; font-size: 13px; font-weight: 500; color: var(--dc-text-secondary); }
.dc-section-label { font-size: 11px; font-weight: 500; text-transform: uppercase; letter-spacing: 0.3px; color: var(--dc-text-tertiary); margin: 0 0 8px; }
.dc-form-control { width: 100%; padding: 8px 12px; border: 1px solid var(--dc-card-border); border-radius: 6px; font-size: 14px; color: var(--dc-text-primary); background: var(--dc-card-bg); transition: border-color var(--dc-transition); }
.dc-form-control:focus { outline: none; border-color: var(--dc-accent); box-shadow: 0 0 0 2px rgba(25,103,210,0.1); }
/* -- Message Thread -- */
.dc-message-thread { display: flex; flex-direction: column; gap: 20px; }
.dc-message { display: flex; gap: 10px; }
.dc-message-content { flex: 1; min-width: 0; }
.dc-message-meta { display: flex; align-items: center; gap: 8px; margin-bottom: 4px; flex-wrap: wrap; }
.dc-message-sender { font-size: 13px; font-weight: 500; color: var(--dc-text-primary); }
.dc-message-time { font-size: 11px; color: var(--dc-text-tertiary); }
.dc-message-bubble { background: var(--dc-card-bg); border: 1px solid var(--dc-card-border); border-radius: 0 10px 10px 10px; padding: 12px 16px; }
.dc-message-bubble p:last-child { margin-bottom: 0; }
.dc-message-body { font-size: 13px; line-height: 1.6; color: var(--dc-text-primary); }
.dc-message-body pre { white-space: pre-wrap; margin: 0; font-size: 13px; }
.dc-message-internal .dc-message-bubble { background: #fef7e0; border-color: #f9d77e; }
.dc-message-internal .dc-message-body, .dc-message-internal .dc-message-body pre { color: #3c3000; }
/* -- Reply Box -- */
.dc-reply-box { border-top: 1px solid var(--dc-card-border); padding: 16px 20px; background: var(--dc-card-bg); }
.dc-reply-tabs { display: flex; gap: 8px; margin-bottom: 10px; }
.dc-reply-tab { font-size: 12px; padding: 4px 10px; border-radius: 20px; cursor: pointer; border: 1px solid var(--dc-card-border); background: var(--dc-card-bg); color: var(--dc-text-secondary); transition: all var(--dc-transition); }
.dc-reply-tab input[type="radio"] { display: none; }
.dc-reply-tab.active { background: var(--dc-text-primary); color: #fff; border-color: var(--dc-text-primary); font-weight: 500; }
.dc-reply-tab--note.active { background: #7c5e10; border-color: #7c5e10; }
.dc-reply-actions { display: flex; justify-content: space-between; align-items: center; margin-top: 10px; }
.dc-reply-tools { display: flex; gap: 12px; }
.dc-reply-tool { font-size: 12px; color: var(--dc-text-tertiary); cursor: pointer; display: inline-flex; align-items: center; gap: 4px; background: none; border: none; padding: 0; }
.dc-reply-tool:hover { color: var(--dc-text-secondary); }
.dc-reply-tool svg { width: 14px; height: 14px; stroke: currentColor; fill: none; stroke-width: 2; }
/* -- Ticket Detail Sidebar -- */
.dc-detail-sidebar { width: 260px; min-width: 260px; border-left: 1px solid var(--dc-card-border); padding: 16px; background: var(--dc-card-bg); overflow-y: auto; }
.dc-detail-section { margin-bottom: 16px; }
.dc-detail-divider { height: 1px; background: var(--dc-card-border); margin: 16px 0; }
.dc-detail-row { display: flex; justify-content: space-between; align-items: baseline; font-size: 12px; padding: 3px 0; }
.dc-detail-label { color: var(--dc-text-tertiary); }
.dc-detail-value { color: var(--dc-text-secondary); }
.dc-detail-value--danger { color: var(--dc-danger); font-weight: 500; }
/* -- Ticket Header Bar -- */
.dc-ticket-header { padding: 14px 20px; border-bottom: 1px solid var(--dc-card-border); background: var(--dc-card-bg); display: flex; align-items: center; gap: 12px; }
.dc-ticket-header-info { flex: 1; min-width: 0; }
.dc-ticket-number { font-family: monospace; font-size: 13px; font-weight: 500; color: var(--dc-text-primary); }
.dc-ticket-subject { font-size: 13px; color: var(--dc-text-secondary); margin: 2px 0 0; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
/* -- Activity Feed -- */
.dc-activity-list { list-style: none; margin: 0; padding: 0; }
.dc-activity-item { display: flex; align-items: flex-start; gap: 10px; padding: 8px 0; border-bottom: 1px solid #f1f3f4; }
.dc-activity-item:last-child { border-bottom: none; }
.dc-activity-body { flex: 1; font-size: 13px; line-height: 1.4; color: var(--dc-text-primary); }
.dc-activity-time { flex-shrink: 0; font-size: 12px; color: var(--dc-text-tertiary); white-space: nowrap; }
/* -- Timeline -- */
.dc-timeline { position: relative; padding-left: 24px; }
.dc-timeline::before { content: ''; position: absolute; left: 8px; top: 0; bottom: 0; width: 2px; background: #e8eaed; }
.dc-timeline-item { position: relative; padding-bottom: 16px; }
.dc-timeline-item::before { content: ''; position: absolute; left: -20px; top: 4px; width: 10px; height: 10px; border-radius: 50%; background: var(--dc-text-tertiary); border: 2px solid #fff; }
.dc-timeline-item .dc-timeline-action { font-size: 13px; color: var(--dc-text-primary); }
.dc-timeline-item .dc-timeline-time { font-size: 12px; color: var(--dc-text-tertiary); margin-top: 2px; }
/* -- Tags -- */
.dc-tag { display: inline-flex; align-items: center; gap: 4px; padding: 2px 8px; border-radius: 4px; font-size: 12px; font-weight: 500; color: #fff; }
.dc-tag-remove { cursor: pointer; opacity: 0.7; font-size: 14px; line-height: 1; }
.dc-tag-remove:hover { opacity: 1; }
/* -- Email status -- */
.dc-email-status { font-size: 11px; padding: 2px 6px; border-radius: 4px; font-weight: 500; }
.dc-email-sent, .dc-email-delivered { background: var(--dc-status-resolved-bg); color: var(--dc-status-resolved-text); }
.dc-email-bounced, .dc-email-failed { background: var(--dc-priority-urgent-bg); color: var(--dc-priority-urgent-text); }
.dc-email-queued { background: var(--dc-priority-low-bg); color: var(--dc-priority-low-text); }
/* -- Empty State -- */
.dc-empty { text-align: center; padding: 48px 16px; color: var(--dc-text-tertiary); }
.dc-empty-icon { font-size: 32px; margin-bottom: 12px; opacity: 0.5; }
/* -- Pagination -- */
.dc-pagination { display: flex; justify-content: space-between; align-items: center; margin-top: 14px; }
.dc-pagination-info { font-size: 12px; color: var(--dc-text-tertiary); }
.dc-pagination-pages { display: flex; gap: 4px; }
.dc-pagination-pages a, .dc-pagination-pages span { display: inline-block; padding: 5px 10px; border-radius: 6px; font-size: 12px; color: var(--dc-text-secondary); text-decoration: none; border: 1px solid var(--dc-card-border); background: var(--dc-card-bg); transition: all var(--dc-transition); }
.dc-pagination-pages a:hover { background: #f1f3f4; }
.dc-pagination-pages .active { background: var(--dc-text-primary); color: #fff; border-color: var(--dc-text-primary); }
/* -- Attachments -- */
.dc-attachments { margin-top: 8px; }
.dc-attachment-link { font-size: 12px; color: var(--dc-accent); text-decoration: none; display: flex; align-items: center; gap: 4px; }
.dc-attachment-link:hover { text-decoration: underline; }
.dc-attachment-size { color: var(--dc-text-tertiary); }
/* -- Helpers -- */
.dc-truncate-200 { max-width: 200px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.dc-link { color: var(--dc-accent); text-decoration: none; }
.dc-link:hover { text-decoration: underline; }
.dc-link-muted { color: inherit; text-decoration: none; }
.dc-link-muted:hover { text-decoration: underline; }
.dc-mono { font-family: monospace; }
.dc-text-danger { color: var(--dc-danger); }
.dc-text-muted { color: var(--dc-text-tertiary); }
.dc-fw-500 { font-weight: 500; }
.dc-inline-contact { display: flex; align-items: center; gap: 6px; }
.dc-inline-contact-name { color: var(--dc-text-secondary); font-size: 13px; }
/* -- Responsive -- */
@media (max-width: 991px) {
    .dc-sidebar { position: fixed; top: 0; left: 0; bottom: 0; z-index: 1040; transform: translateX(-100%); transition: transform var(--dc-transition); }
    .dc-sidebar.open { transform: translateX(0); box-shadow: 4px 0 20px rgba(0,0,0,0.15); }
    .dc-sidebar-toggle { display: inline-flex; }
    .dc-content { padding: 16px; }
    .dc-stat-grid { grid-template-columns: repeat(2, 1fr); }
    .dc-detail-sidebar { display: none; }
    .dc-filter-bar { flex-direction: column; align-items: stretch; }
    .dc-search-wrap { min-width: 0; }
}
@media (max-width: 767px) { .dc-stat-grid { grid-template-columns: 1fr; } }
