/* /Pages/Atlas.razor.rz.scp.css */
/* ===== Atlas Command Center Dashboard ===== */

.atlas-container[b-42h5lzfvsc] {
    padding: 24px;
    max-width: 1700px;
    margin: 0 auto;
    font-family: 'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

/* Header */
.atlas-header[b-42h5lzfvsc] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 24px;
    padding-bottom: 16px;
    border-bottom: 2px solid #e2e8f0;
}

.atlas-header-left h2[b-42h5lzfvsc] {
    margin: 0;
    font-size: 28px;
    font-weight: 700;
    color: #0f172a;
    letter-spacing: -0.5px;
}

.atlas-date[b-42h5lzfvsc] {
    font-size: 13px;
    color: #94a3b8;
    margin-top: 4px;
    display: block;
}

.atlas-header-actions[b-42h5lzfvsc] {
    display: flex;
    gap: 8px;
    align-items: center;
}

/* KPI Row */
.atlas-kpi-row[b-42h5lzfvsc] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin-bottom: 24px;
}

.kpi-card[b-42h5lzfvsc] {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 16px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.06);
    transition: box-shadow 0.2s, transform 0.2s;
}

.kpi-card:hover[b-42h5lzfvsc] {
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    transform: translateY(-1px);
}

.kpi-icon[b-42h5lzfvsc] {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.kpi-icon-projects[b-42h5lzfvsc] {
    background: #ede9fe;
    color: #7c3aed;
}

.kpi-icon-billing[b-42h5lzfvsc] {
    background: #dcfce7;
    color: #16a34a;
}

.kpi-icon-seo[b-42h5lzfvsc] {
    background: #dbeafe;
    color: #2563eb;
}

.kpi-icon-azure[b-42h5lzfvsc] {
    background: #e0f2fe;
    color: #0284c7;
}

.kpi-icon-danger[b-42h5lzfvsc] {
    background: #fef2f2;
    color: #dc2626;
}

.kpi-data[b-42h5lzfvsc] {
    display: flex;
    flex-direction: column;
}

.kpi-value[b-42h5lzfvsc] {
    font-size: 26px;
    font-weight: 700;
    color: #0f172a;
    line-height: 1.2;
}

.kpi-label[b-42h5lzfvsc] {
    font-size: 12px;
    color: #94a3b8;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 500;
    margin-top: 2px;
}

/* Body Layout */
.atlas-body[b-42h5lzfvsc] {
    display: flex;
    gap: 24px;
}

.atlas-left[b-42h5lzfvsc] {
    flex: 0 0 45%;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.atlas-right[b-42h5lzfvsc] {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

/* Cards */
.atlas-card[b-42h5lzfvsc] {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.06);
}

.atlas-card-row[b-42h5lzfvsc] {
    display: flex;
    gap: 16px;
}

.atlas-card-half[b-42h5lzfvsc] {
    flex: 1;
}

.card-header[b-42h5lzfvsc] {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 16px;
    padding-bottom: 12px;
    border-bottom: 1px solid #f1f5f9;
    color: #64748b;
}

.card-header h3[b-42h5lzfvsc] {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    color: #475569;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Loading & Empty States */
.atlas-loading[b-42h5lzfvsc] {
    color: #94a3b8;
    font-style: italic;
    padding: 12px 0;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
}

.atlas-empty[b-42h5lzfvsc] {
    color: #94a3b8;
    padding: 16px 0;
    text-align: center;
    font-size: 13px;
}

/* Project Table (DevOps) */
.project-table[b-42h5lzfvsc] {
    width: 100%;
}

.project-table-header[b-42h5lzfvsc] {
    display: grid;
    grid-template-columns: 2fr 1fr 0.8fr 0.8fr 1.2fr 0.8fr;
    gap: 8px;
    padding: 6px 8px;
    font-size: 11px;
    font-weight: 600;
    color: #94a3b8;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-bottom: 1px solid #e2e8f0;
}

.project-table-row[b-42h5lzfvsc] {
    display: grid;
    grid-template-columns: 2fr 1fr 0.8fr 0.8fr 1.2fr 0.8fr;
    gap: 8px;
    padding: 10px 8px;
    font-size: 13px;
    border-bottom: 1px solid #f8fafc;
    align-items: center;
    transition: background-color 0.15s;
}

.project-table-row:hover[b-42h5lzfvsc] {
    background: #f8fafc;
}

.project-table-row:last-child[b-42h5lzfvsc] {
    border-bottom: none;
}

.project-name[b-42h5lzfvsc] {
    font-weight: 600;
    color: #1e293b;
}

.project-stat[b-42h5lzfvsc] {
    color: #64748b;
    font-size: 13px;
    text-align: center;
}

.stat-danger[b-42h5lzfvsc] {
    color: #ef4444;
    font-weight: 600;
    text-align: center;
}

.stat-info[b-42h5lzfvsc] {
    color: #3b82f6;
    font-weight: 600;
    text-align: center;
}

/* Pipeline Badge */
.pipeline-badge[b-42h5lzfvsc] {
    font-size: 11px;
    padding: 2px 8px;
    border-radius: 6px;
    font-weight: 500;
    text-align: center;
    display: inline-block;
}

.pipeline-success[b-42h5lzfvsc] {
    background: #dcfce7;
    color: #16a34a;
}

.pipeline-failed[b-42h5lzfvsc] {
    background: #fef2f2;
    color: #dc2626;
}

.pipeline-warning[b-42h5lzfvsc] {
    background: #fffbeb;
    color: #d97706;
}

.pipeline-na[b-42h5lzfvsc] {
    background: #f1f5f9;
    color: #94a3b8;
}

/* Jira Projects */
.jira-project-item[b-42h5lzfvsc] {
    padding: 12px 0;
    border-bottom: 1px solid #f8fafc;
}

.jira-project-item:last-child[b-42h5lzfvsc] {
    border-bottom: none;
}

.jira-project-top[b-42h5lzfvsc] {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 6px;
}

.sprint-badge[b-42h5lzfvsc] {
    font-size: 11px;
    padding: 2px 8px;
    border-radius: 6px;
    background: #ede9fe;
    color: #7c3aed;
    font-weight: 500;
}

/* Sprint Progress Bar */
.sprint-progress[b-42h5lzfvsc] {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 8px 0 6px;
}

.sprint-progress-bar[b-42h5lzfvsc] {
    flex: 1;
    height: 6px;
    background: #e2e8f0;
    border-radius: 3px;
    overflow: hidden;
}

.sprint-progress-fill[b-42h5lzfvsc] {
    height: 100%;
    background: #16a34a;
    border-radius: 3px;
    transition: width 0.3s ease;
}

.sprint-progress-text[b-42h5lzfvsc] {
    font-size: 11px;
    font-weight: 600;
    color: #64748b;
    white-space: nowrap;
}

/* Sprint Issue List */
.sprint-issue[b-42h5lzfvsc] {
    display: grid;
    grid-template-columns: auto 70px 1fr auto;
    gap: 8px;
    padding: 8px 10px;
    border-radius: 6px;
    font-size: 13px;
    align-items: center;
    border-bottom: 1px solid #f8fafc;
    transition: background-color 0.15s;
}

.sprint-issue:last-child[b-42h5lzfvsc] {
    border-bottom: none;
}

.sprint-issue:hover[b-42h5lzfvsc] {
    background: #f8fafc;
}

.sprint-issue-type[b-42h5lzfvsc] {
    font-size: 10px;
    padding: 1px 6px;
    border-radius: 4px;
    font-weight: 600;
    background: #f1f5f9;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

.sprint-issue-key[b-42h5lzfvsc] {
    font-weight: 600;
    color: #3b82f6;
    font-size: 12px;
}

.sprint-issue-summary[b-42h5lzfvsc] {
    color: #334155;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sprint-issue-status[b-42h5lzfvsc] {
    font-size: 10px;
    padding: 2px 8px;
    border-radius: 6px;
    font-weight: 600;
    white-space: nowrap;
}

.issue-in-progress .sprint-issue-status[b-42h5lzfvsc] {
    background: #dbeafe;
    color: #2563eb;
}

.issue-in-progress[b-42h5lzfvsc] {
    border-left: 3px solid #3b82f6;
}

.issue-done .sprint-issue-status[b-42h5lzfvsc] {
    background: #dcfce7;
    color: #16a34a;
}

.issue-done .sprint-issue-summary[b-42h5lzfvsc] {
    color: #94a3b8;
    text-decoration: line-through;
}

.issue-todo .sprint-issue-status[b-42h5lzfvsc] {
    background: #fff7ed;
    color: #ea580c;
}

.header-sprint-badge[b-42h5lzfvsc] {
    margin-left: auto;
}

.jira-project-stats[b-42h5lzfvsc] {
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
}

/* Stat Pills */
.stat-pill[b-42h5lzfvsc] {
    font-size: 11px;
    padding: 2px 8px;
    border-radius: 6px;
    font-weight: 500;
}

.stat-open[b-42h5lzfvsc] {
    background: #fff7ed;
    color: #ea580c;
}

.stat-progress[b-42h5lzfvsc] {
    background: #dbeafe;
    color: #2563eb;
}

.stat-sprint[b-42h5lzfvsc] {
    background: #faf5ff;
    color: #9333ea;
}

.stat-done[b-42h5lzfvsc] {
    background: #dcfce7;
    color: #16a34a;
}

/* Billing Grid */
.billing-grid[b-42h5lzfvsc] {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.billing-metric[b-42h5lzfvsc] {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.billing-amount[b-42h5lzfvsc] {
    font-size: 22px;
    font-weight: 700;
    color: #0f172a;
}

.billing-warn[b-42h5lzfvsc] {
    color: #f59e0b;
}

.billing-alert[b-42h5lzfvsc] {
    color: #ef4444;
}

.billing-label[b-42h5lzfvsc] {
    font-size: 11px;
    color: #94a3b8;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

/* SEO Clients */
.seo-client-item[b-42h5lzfvsc] {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 0;
    border-bottom: 1px solid #f8fafc;
    flex-wrap: wrap;
}

.seo-client-item:last-child[b-42h5lzfvsc] {
    border-bottom: none;
}

.seo-client-info[b-42h5lzfvsc] {
    display: flex;
    align-items: center;
    gap: 12px;
}

.seo-retainer[b-42h5lzfvsc] {
    font-size: 13px;
    font-weight: 600;
    color: #16a34a;
}

.invoice-badge[b-42h5lzfvsc] {
    font-size: 11px;
    padding: 2px 8px;
    border-radius: 6px;
    font-weight: 500;
    background: #f1f5f9;
    color: #64748b;
}

.invoice-soon[b-42h5lzfvsc] {
    background: #fffbeb;
    color: #d97706;
}

.invoice-urgent[b-42h5lzfvsc] {
    background: #fef2f2;
    color: #dc2626;
}

.seo-deliverables[b-42h5lzfvsc] {
    display: flex;
    gap: 6px;
    margin-left: auto;
}

/* Renewals */
.renewals-count[b-42h5lzfvsc] {
    font-size: 12px;
    color: #64748b;
    margin-bottom: 8px;
}

.renewal-item[b-42h5lzfvsc] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
    border-bottom: 1px solid #f8fafc;
}

.renewal-item:last-child[b-42h5lzfvsc] {
    border-bottom: none;
}

.renewal-info[b-42h5lzfvsc] {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.renewal-type[b-42h5lzfvsc] {
    font-size: 11px;
    color: #94a3b8;
}

.renewal-right[b-42h5lzfvsc] {
    display: flex;
    align-items: center;
    gap: 12px;
}

.renewal-cost[b-42h5lzfvsc] {
    font-size: 13px;
    font-weight: 600;
    color: #1e293b;
}

.renewal-days[b-42h5lzfvsc] {
    font-size: 12px;
    font-weight: 600;
    color: #f59e0b;
    background: #fffbeb;
    padding: 2px 8px;
    border-radius: 6px;
}

.days-urgent[b-42h5lzfvsc] {
    color: #dc2626;
    background: #fef2f2;
}

.days-past-due[b-42h5lzfvsc] {
    color: #fff;
    background: #dc2626;
}

.renewal-past-due[b-42h5lzfvsc] {
    border-left: 3px solid #dc2626;
    padding-left: 8px;
}

.renewals-section-label[b-42h5lzfvsc] {
    font-size: 11px;
    font-weight: 600;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin: 8px 0 4px;
}

.renewals-past-due-label[b-42h5lzfvsc] {
    color: #dc2626;
}

/* Daily Plan */
.atlas-plan-card[b-42h5lzfvsc] {
    max-height: 450px;
    overflow-y: auto;
}

.atlas-plan-content[b-42h5lzfvsc] {
    font-size: 13px;
    line-height: 1.7;
    color: #334155;
}

.atlas-plan-content[b-42h5lzfvsc]  ul,
.atlas-plan-content[b-42h5lzfvsc]  ol {
    padding-left: 20px;
    margin: 8px 0;
}

.atlas-plan-content[b-42h5lzfvsc]  li {
    margin: 6px 0;
}

.atlas-plan-content[b-42h5lzfvsc]  strong {
    color: #0f172a;
}

.atlas-plan-content[b-42h5lzfvsc]  h1,
.atlas-plan-content[b-42h5lzfvsc]  h2,
.atlas-plan-content[b-42h5lzfvsc]  h3 {
    margin-top: 16px;
    margin-bottom: 8px;
    color: #1e293b;
}

.atlas-plan-content[b-42h5lzfvsc]  h3 {
    font-size: 14px;
}

.atlas-plan-meta[b-42h5lzfvsc] {
    margin-top: 12px;
    padding-top: 8px;
    border-top: 1px solid #f1f5f9;
    font-size: 11px;
    color: #94a3b8;
}

.atlas-empty-plan[b-42h5lzfvsc] {
    text-align: center;
    padding: 40px 20px;
    color: #94a3b8;
}

.atlas-empty-plan p[b-42h5lzfvsc] {
    margin: 12px 0 16px;
    font-size: 14px;
}

/* Chat */
.atlas-chat-card[b-42h5lzfvsc] {
    display: flex;
    flex-direction: column;
    min-height: 400px;
    max-height: calc(100vh - 520px);
}

.atlas-chat-messages[b-42h5lzfvsc] {
    flex: 1;
    overflow-y: auto;
    padding: 8px 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

/* Chat Welcome */
.chat-welcome[b-42h5lzfvsc] {
    text-align: center;
    padding: 32px 16px;
    color: #94a3b8;
}

.chat-welcome p[b-42h5lzfvsc] {
    font-size: 14px;
    margin-bottom: 16px;
}

.chat-suggestions[b-42h5lzfvsc] {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
}

.suggestion-chip[b-42h5lzfvsc] {
    font-size: 12px;
    padding: 6px 14px;
    border-radius: 20px;
    border: 1px solid #e2e8f0;
    background: #f8fafc;
    color: #475569;
    cursor: pointer;
    transition: all 0.2s;
    font-family: inherit;
}

.suggestion-chip:hover[b-42h5lzfvsc] {
    background: #eff6ff;
    border-color: #93c5fd;
    color: #2563eb;
}

/* Chat Messages */
.chat-message[b-42h5lzfvsc] {
    display: flex;
    gap: 10px;
    align-items: flex-start;
}

.chat-user[b-42h5lzfvsc] {
    flex-direction: row-reverse;
}

.chat-avatar[b-42h5lzfvsc] {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: 700;
    flex-shrink: 0;
    background: #e2e8f0;
    color: #475569;
}

.chat-user .chat-avatar[b-42h5lzfvsc] {
    background: #3b82f6;
    color: #fff;
}

.chat-assistant .chat-avatar[b-42h5lzfvsc] {
    background: #8b5cf6;
    color: #fff;
}

.chat-bubble[b-42h5lzfvsc] {
    max-width: 80%;
    padding: 10px 14px;
    border-radius: 12px;
    font-size: 13px;
    line-height: 1.5;
}

.chat-user .chat-bubble[b-42h5lzfvsc] {
    background: #eff6ff;
    border: 1px solid #bfdbfe;
    border-top-right-radius: 4px;
}

.chat-assistant .chat-bubble[b-42h5lzfvsc] {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-top-left-radius: 4px;
}

.chat-content[b-42h5lzfvsc]  p {
    margin: 4px 0;
}

.chat-content[b-42h5lzfvsc]  ul,
.chat-content[b-42h5lzfvsc]  ol {
    padding-left: 20px;
    margin: 4px 0;
}

.chat-content[b-42h5lzfvsc]  code {
    background: #f1f5f9;
    padding: 1px 5px;
    border-radius: 4px;
    font-size: 12px;
}

.chat-content[b-42h5lzfvsc]  pre {
    background: #1e293b;
    color: #e2e8f0;
    padding: 12px;
    border-radius: 8px;
    overflow-x: auto;
    font-size: 12px;
}

.chat-thinking[b-42h5lzfvsc] {
    color: #94a3b8;
    font-style: italic;
    display: flex;
    align-items: center;
    gap: 8px;
}

.thinking-dots span[b-42h5lzfvsc] {
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #94a3b8;
    animation: thinking-b-42h5lzfvsc 1.4s infinite;
}

.thinking-dots span:nth-child(2)[b-42h5lzfvsc] {
    animation-delay: 0.2s;
}

.thinking-dots span:nth-child(3)[b-42h5lzfvsc] {
    animation-delay: 0.4s;
}

@keyframes thinking-b-42h5lzfvsc {
    0%, 80%, 100% { opacity: 0.3; transform: scale(0.8); }
    40% { opacity: 1; transform: scale(1); }
}

.chat-tools[b-42h5lzfvsc] {
    margin-top: 8px;
    display: flex;
    gap: 4px;
    flex-wrap: wrap;
}

.tool-badge[b-42h5lzfvsc] {
    font-size: 10px;
    padding: 2px 8px;
    border-radius: 6px;
    font-weight: 500;
}

.tool-success[b-42h5lzfvsc] {
    background: #dcfce7;
    color: #16a34a;
}

.tool-error[b-42h5lzfvsc] {
    background: #fef2f2;
    color: #dc2626;
}

/* Chat Input */
.atlas-chat-input[b-42h5lzfvsc] {
    display: flex;
    gap: 8px;
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid #e2e8f0;
}

.atlas-chat-input input[b-42h5lzfvsc] {
    flex: 1;
    padding: 10px 14px;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    font-size: 13px;
    outline: none;
    transition: border-color 0.2s, box-shadow 0.2s;
    font-family: inherit;
}

.atlas-chat-input input:focus[b-42h5lzfvsc] {
    border-color: #3b82f6;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}

.atlas-chat-input input:disabled[b-42h5lzfvsc] {
    background: #f8fafc;
    color: #94a3b8;
}

/* Priority Badges */
.priority-cell[b-42h5lzfvsc] {
    display: flex;
    justify-content: center;
}

.priority-badge[b-42h5lzfvsc] {
    font-size: 11px;
    padding: 2px 10px;
    border-radius: 12px;
    font-weight: 600;
    border: none;
    cursor: pointer;
    transition: opacity 0.15s, transform 0.1s;
    font-family: inherit;
    line-height: 1.4;
}

.priority-badge:hover[b-42h5lzfvsc] {
    opacity: 0.85;
    transform: scale(1.05);
}

.priority-badge:active[b-42h5lzfvsc] {
    transform: scale(0.95);
}

.priority-critical[b-42h5lzfvsc] {
    background: #fef2f2;
    color: #dc2626;
}

.priority-high[b-42h5lzfvsc] {
    background: #fff7ed;
    color: #ea580c;
}

.priority-medium[b-42h5lzfvsc] {
    background: #fefce8;
    color: #ca8a04;
}

.priority-low[b-42h5lzfvsc] {
    background: #f0fdf4;
    color: #16a34a;
}

/* Azure App Details */
.azure-app-details[b-42h5lzfvsc] {
    margin-top: 12px;
    border-top: 1px solid #f1f5f9;
    padding-top: 8px;
}

.azure-details-toggle[b-42h5lzfvsc] {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 11px;
    color: #64748b;
    cursor: pointer;
    padding: 4px 0;
    user-select: none;
}

.azure-details-toggle:hover[b-42h5lzfvsc] {
    color: #3b82f6;
}

.azure-app-row[b-42h5lzfvsc] {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 6px 8px;
    margin: 4px 0;
    border-radius: 6px;
    font-size: 12px;
}

.azure-app-unhealthy[b-42h5lzfvsc] {
    background: #fef2f2;
    border-left: 3px solid #ef4444;
}

.azure-app-excluded[b-42h5lzfvsc] {
    background: #f8fafc;
    border-left: 3px solid #94a3b8;
    opacity: 0.7;
}

.azure-app-name[b-42h5lzfvsc] {
    font-weight: 600;
    color: #1e293b;
    flex: 1;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.azure-app-state[b-42h5lzfvsc] {
    font-size: 11px;
    color: #64748b;
    flex-shrink: 0;
}

.azure-exclude-btn[b-42h5lzfvsc] {
    font-size: 10px;
    padding: 2px 8px;
    border-radius: 4px;
    border: 1px solid #e2e8f0;
    background: #fff;
    color: #64748b;
    cursor: pointer;
    font-family: inherit;
    flex-shrink: 0;
    transition: all 0.15s;
}

.azure-exclude-btn:hover[b-42h5lzfvsc] {
    background: #f1f5f9;
    border-color: #94a3b8;
}

.azure-include-btn[b-42h5lzfvsc] {
    color: #2563eb;
    border-color: #93c5fd;
}

.azure-include-btn:hover[b-42h5lzfvsc] {
    background: #eff6ff;
}

/* Responsive */
@media (max-width: 1200px) {
    .atlas-kpi-row[b-42h5lzfvsc] {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 1024px) {
    .atlas-body[b-42h5lzfvsc] {
        flex-direction: column;
    }

    .atlas-left[b-42h5lzfvsc] {
        flex: none;
    }

    .atlas-card-row[b-42h5lzfvsc] {
        flex-direction: column;
    }

    .atlas-chat-card[b-42h5lzfvsc] {
        max-height: 500px;
    }
}

@media (max-width: 768px) {
    .atlas-container[b-42h5lzfvsc] {
        padding: 12px;
    }

    .atlas-header[b-42h5lzfvsc] {
        flex-direction: column;
        gap: 12px;
    }

    .atlas-kpi-row[b-42h5lzfvsc] {
        grid-template-columns: 1fr 1fr;
    }

    .kpi-card[b-42h5lzfvsc] {
        padding: 14px;
    }

    .kpi-value[b-42h5lzfvsc] {
        font-size: 20px;
    }

    .project-table-header[b-42h5lzfvsc],
    .project-table-row[b-42h5lzfvsc] {
        grid-template-columns: 1.5fr 0.8fr 0.6fr 0.6fr 1fr;
    }

    .project-table-header span:last-child[b-42h5lzfvsc],
    .project-table-row span:last-child[b-42h5lzfvsc] {
        display: none;
    }
}
