/* /Components/Dashboard/IndeedCampaignDashboard.razor.rz.scp.css */
/* ==============================
   Indeed Campaign Dashboard
   Tema: Indeed Blue (#2557a7)
   ============================== */

.campaign-dashboard[b-dopfkyozsz] {
    padding: 24px;
    background-color: #f4f6f8;
    min-height: 100%;
}

/* Header */
.campaign-header[b-dopfkyozsz] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
    padding: 20px 24px;
    background: linear-gradient(135deg, #1a2e44 0%, #2557a7 50%, #3b82f6 100%);
    border-radius: 12px;
    color: white;
}

.campaign-header h1[b-dopfkyozsz] {
    font-size: 22px;
    font-weight: 700;
    margin: 0 0 4px 0;
}

.campaign-header p[b-dopfkyozsz] {
    font-size: 13px;
    opacity: 0.85;
    margin: 0;
}

.campaign-header-actions[b-dopfkyozsz] {
    display: flex;
    gap: 8px;
}

.btn-sync[b-dopfkyozsz] {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 8px 16px;
    background: rgba(255,255,255,0.15);
    border: 1px solid rgba(255,255,255,0.3);
    border-radius: 8px;
    color: white;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s;
}

.btn-sync:hover[b-dopfkyozsz] {
    background: rgba(255,255,255,0.25);
}

/* KPI Cards */
.kpi-grid[b-dopfkyozsz] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 16px;
    margin-bottom: 16px;
}

.kpi-secondary[b-dopfkyozsz] {
    margin-bottom: 24px;
}

.kpi-card[b-dopfkyozsz] {
    background: white;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.06);
    transition: transform 0.2s, box-shadow 0.2s;
    border-left: 4px solid transparent;
}

.kpi-card:hover[b-dopfkyozsz] {
    transform: translateY(-4px);
    box-shadow: 0 8px 16px rgba(0,0,0,0.12);
}

.kpi-content[b-dopfkyozsz] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.kpi-info[b-dopfkyozsz] {
    display: flex;
    flex-direction: column;
}

.kpi-label[b-dopfkyozsz] {
    font-size: 12px;
    color: #6b7280;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.kpi-number[b-dopfkyozsz] {
    font-size: 28px;
    font-weight: 700;
    color: #1f2937;
    margin-top: 4px;
}

.kpi-footer[b-dopfkyozsz] {
    font-size: 11px;
    color: #9ca3af;
    margin-top: 12px;
    padding-top: 8px;
    border-top: 1px solid #f3f4f6;
}

.kpi-icon[b-dopfkyozsz] {
    width: 44px;
    height: 44px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* KPI Color Variants */
.kpi-primary[b-dopfkyozsz] { border-left-color: #2557a7; }
.kpi-success[b-dopfkyozsz] { border-left-color: #198754; }
.kpi-warning[b-dopfkyozsz] { border-left-color: #ffc107; }
.kpi-info-card[b-dopfkyozsz] { border-left-color: #0dcaf0; }
.kpi-purple[b-dopfkyozsz] { border-left-color: #6f42c1; }
.kpi-teal[b-dopfkyozsz] { border-left-color: #20c997; }
.kpi-orange[b-dopfkyozsz] { border-left-color: #fd7e14; }
.kpi-danger[b-dopfkyozsz] { border-left-color: #dc3545; }

.icon-primary[b-dopfkyozsz] { background: #eef2ff; color: #2557a7; }
.icon-success[b-dopfkyozsz] { background: #d1fae5; color: #198754; }
.icon-warning[b-dopfkyozsz] { background: #fef3c7; color: #d97706; }
.icon-info[b-dopfkyozsz] { background: #cffafe; color: #0891b2; }
.icon-purple[b-dopfkyozsz] { background: #ede9fe; color: #6f42c1; }
.icon-teal[b-dopfkyozsz] { background: #ccfbf1; color: #0d9488; }
.icon-orange[b-dopfkyozsz] { background: #fff7ed; color: #ea580c; }
.icon-danger[b-dopfkyozsz] { background: #fee2e2; color: #dc3545; }

/* Campaign Section */
.campaign-section[b-dopfkyozsz] {
    margin-bottom: 24px;
}

.section-title[b-dopfkyozsz] {
    font-size: 16px;
    font-weight: 600;
    color: #374151;
    margin: 0 0 16px 0;
    padding-bottom: 8px;
    border-bottom: 2px solid #e5e7eb;
}

/* Campaign Cards Grid */
.campaign-cards[b-dopfkyozsz] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(380px, 1fr));
    gap: 16px;
}

.campaign-card[b-dopfkyozsz] {
    background: white;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.06);
    border-left: 4px solid #e5e7eb;
    cursor: pointer;
    transition: all 0.2s;
}

.campaign-card:hover[b-dopfkyozsz] {
    transform: translateY(-4px);
    box-shadow: 0 8px 16px rgba(0,0,0,0.12);
}

.card-active[b-dopfkyozsz] { border-left-color: #198754; }
.card-paused[b-dopfkyozsz] { border-left-color: #ffc107; }
.card-pending[b-dopfkyozsz] { border-left-color: #0dcaf0; }
.card-approved[b-dopfkyozsz] { border-left-color: #6f42c1; }
.card-closed[b-dopfkyozsz] { border-left-color: #6b7280; }
.card-error[b-dopfkyozsz] { border-left-color: #dc3545; }

/* Campaign Card Header */
.campaign-card-header[b-dopfkyozsz] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 16px;
}

.campaign-card-title[b-dopfkyozsz] {
    display: flex;
    flex-direction: column;
}

.campaign-name[b-dopfkyozsz] {
    font-size: 15px;
    font-weight: 600;
    color: #1f2937;
}

.campaign-code[b-dopfkyozsz] {
    font-size: 11px;
    color: #9ca3af;
    font-family: monospace;
}

.campaign-badge[b-dopfkyozsz] {
    padding: 4px 10px;
    border-radius: 12px;
    font-size: 11px;
    font-weight: 600;
    white-space: nowrap;
}

.badge-active[b-dopfkyozsz] { background: #d1fae5; color: #065f46; }
.badge-paused[b-dopfkyozsz] { background: #fef3c7; color: #92400e; }
.badge-pending[b-dopfkyozsz] { background: #cffafe; color: #155e75; }
.badge-approved[b-dopfkyozsz] { background: #ede9fe; color: #5b21b6; }
.badge-closed[b-dopfkyozsz] { background: #f3f4f6; color: #4b5563; }
.badge-error[b-dopfkyozsz] { background: #fee2e2; color: #991b1b; }
.badge-default[b-dopfkyozsz] { background: #f3f4f6; color: #6b7280; }

/* Campaign Card Body */
.campaign-card-body[b-dopfkyozsz] {
    margin-bottom: 16px;
}

.campaign-info-row[b-dopfkyozsz] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 4px 0;
}

.info-label[b-dopfkyozsz] {
    font-size: 12px;
    color: #6b7280;
}

.info-value[b-dopfkyozsz] {
    font-size: 12px;
    font-weight: 600;
    color: #374151;
}

/* Budget Bar */
.budget-section[b-dopfkyozsz] {
    margin-bottom: 16px;
    padding: 12px;
    background: #f9fafb;
    border-radius: 8px;
}

.budget-header[b-dopfkyozsz] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
}

.budget-label[b-dopfkyozsz] {
    font-size: 11px;
    font-weight: 600;
    color: #6b7280;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.budget-value[b-dopfkyozsz] {
    font-size: 13px;
    font-weight: 700;
    color: #1f2937;
}

.budget-bar[b-dopfkyozsz] {
    width: 100%;
    height: 8px;
    background: #e5e7eb;
    border-radius: 4px;
    overflow: hidden;
}

.budget-bar-fill[b-dopfkyozsz] {
    height: 100%;
    border-radius: 4px;
    transition: width 0.5s ease;
}

.bar-success[b-dopfkyozsz] { background: #198754; }
.bar-info[b-dopfkyozsz] { background: #0dcaf0; }
.bar-warning[b-dopfkyozsz] { background: #ffc107; }
.bar-danger[b-dopfkyozsz] { background: #dc3545; }

.budget-footer[b-dopfkyozsz] {
    display: flex;
    justify-content: space-between;
    margin-top: 6px;
    font-size: 10px;
    color: #9ca3af;
}

/* Mini KPI Row */
.campaign-kpi-row[b-dopfkyozsz] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
    padding-top: 12px;
    border-top: 1px solid #f3f4f6;
}

.mini-kpi[b-dopfkyozsz] {
    text-align: center;
}

.mini-kpi-value[b-dopfkyozsz] {
    display: block;
    font-size: 16px;
    font-weight: 700;
    color: #2557a7;
}

.mini-kpi-label[b-dopfkyozsz] {
    display: block;
    font-size: 10px;
    color: #9ca3af;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

/* Empty State */
.empty-state[b-dopfkyozsz] {
    text-align: center;
    padding: 60px 20px;
    background: white;
    border-radius: 12px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.06);
}

.empty-state h3[b-dopfkyozsz] {
    font-size: 18px;
    color: #374151;
    margin: 16px 0 8px;
}

.empty-state p[b-dopfkyozsz] {
    font-size: 14px;
    color: #6b7280;
    max-width: 400px;
    margin: 0 auto;
}

/* Alerts List */
.alerts-list[b-dopfkyozsz] {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.alert-item[b-dopfkyozsz] {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 16px;
    background: white;
    border-radius: 8px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.06);
    border-left: 3px solid transparent;
}

.alert-danger[b-dopfkyozsz] { border-left-color: #dc3545; }
.alert-warning[b-dopfkyozsz] { border-left-color: #ffc107; }
.alert-info[b-dopfkyozsz] { border-left-color: #0dcaf0; }
.alert-secondary[b-dopfkyozsz] { border-left-color: #6b7280; }

.alert-icon[b-dopfkyozsz] {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #f3f4f6;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 700;
    color: #6b7280;
    flex-shrink: 0;
}

.alert-content[b-dopfkyozsz] {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.alert-message[b-dopfkyozsz] {
    font-size: 13px;
    color: #374151;
    font-weight: 500;
}

.alert-meta[b-dopfkyozsz] {
    font-size: 11px;
    color: #9ca3af;
    margin-top: 2px;
}

.alert-badge-new[b-dopfkyozsz] {
    padding: 2px 8px;
    border-radius: 10px;
    font-size: 10px;
    font-weight: 700;
    background: #dc3545;
    color: white;
    text-transform: uppercase;
}
/* /Components/Dashboard/IndeedDashboard.razor.rz.scp.css */
/* ==============================
   Indeed Apply Dashboard
   Tema: Blue/Indigo (#2557a7)
   ============================== */

.indeed-dashboard[b-gwupqspa0e] {
    padding: 24px;
    background-color: #f4f6f8;
    min-height: 100%;
}

/* Header */
.indeed-header[b-gwupqspa0e] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
    padding: 20px 24px;
    background: linear-gradient(135deg, #1e3a5f 0%, #2557a7 100%);
    border-radius: 12px;
    color: white;
}

.indeed-header h1[b-gwupqspa0e] {
    font-size: 22px;
    font-weight: 700;
    margin: 0 0 4px 0;
}

.indeed-header p[b-gwupqspa0e] {
    font-size: 13px;
    opacity: 0.85;
    margin: 0;
}

.indeed-header-status[b-gwupqspa0e] {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 8px;
}

.status-dot[b-gwupqspa0e] {
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.dot-active[b-gwupqspa0e] {
    background: #4ade80;
    box-shadow: 0 0 6px rgba(74, 222, 128, 0.5);
}

.dot-inactive[b-gwupqspa0e] {
    background: #ef4444;
}

.status-text[b-gwupqspa0e] {
    font-size: 13px;
    font-weight: 600;
}

/* KPI Cards */
.kpi-grid[b-gwupqspa0e] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 16px;
    margin-bottom: 16px;
}

.kpi-secondary[b-gwupqspa0e] {
    margin-bottom: 24px;
}

.kpi-card[b-gwupqspa0e] {
    background: white;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.06);
    transition: transform 0.15s, box-shadow 0.15s;
}

.kpi-card:hover[b-gwupqspa0e] {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.kpi-content[b-gwupqspa0e] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 8px;
}

.kpi-info[b-gwupqspa0e] {
    display: flex;
    flex-direction: column;
}

.kpi-label[b-gwupqspa0e] {
    font-size: 12px;
    font-weight: 600;
    color: #6c757d;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    margin-bottom: 4px;
}

.kpi-number[b-gwupqspa0e] {
    font-size: 28px;
    font-weight: 700;
    color: #212529;
    line-height: 1;
}

.kpi-number-small[b-gwupqspa0e] {
    font-size: 22px;
}

.kpi-icon[b-gwupqspa0e] {
    width: 44px;
    height: 44px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.icon-primary[b-gwupqspa0e] {
    background: #dbeafe;
    color: #2557a7;
}

.icon-success[b-gwupqspa0e] {
    background: #d1e7dd;
    color: #198754;
}

.icon-info[b-gwupqspa0e] {
    background: #cff4fc;
    color: #0dcaf0;
}

.icon-warning[b-gwupqspa0e] {
    background: #fff3cd;
    color: #ffc107;
}

.icon-purple[b-gwupqspa0e] {
    background: #e8daef;
    color: #7c3aed;
}

.icon-teal[b-gwupqspa0e] {
    background: #d1ecf1;
    color: #0f766e;
}

.icon-danger[b-gwupqspa0e] {
    background: #f8d7da;
    color: #dc3545;
}

.icon-danger-alert[b-gwupqspa0e] {
    background: #f8d7da;
    color: #842029;
}

.kpi-footer[b-gwupqspa0e] {
    font-size: 12px;
    color: #6c757d;
}

.alert-footer[b-gwupqspa0e] {
    color: #842029;
    font-weight: 600;
}

/* Card con bordi colorati */
.kpi-primary[b-gwupqspa0e] {
    border-left: 4px solid #2557a7;
}

.kpi-success[b-gwupqspa0e] {
    border-left: 4px solid #198754;
}

.kpi-info[b-gwupqspa0e] {
    border-left: 4px solid #0dcaf0;
}

.kpi-warning[b-gwupqspa0e] {
    border-left: 4px solid #ffc107;
}

.kpi-purple[b-gwupqspa0e] {
    border-left: 4px solid #7c3aed;
}

.kpi-teal[b-gwupqspa0e] {
    border-left: 4px solid #0f766e;
}

.kpi-danger[b-gwupqspa0e] {
    border-left: 4px solid #dc3545;
}

.kpi-danger-alert[b-gwupqspa0e] {
    border-left: 4px solid #842029;
    background: #fff5f5;
}

/* Section */
.section-block[b-gwupqspa0e] {
    background: white;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.06);
    margin-bottom: 24px;
}

.section-header[b-gwupqspa0e] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
    padding-bottom: 12px;
    border-bottom: 1px solid #e9ecef;
}

.section-header h2[b-gwupqspa0e] {
    font-size: 16px;
    font-weight: 600;
    color: #212529;
    margin: 0;
}

.btn-link[b-gwupqspa0e] {
    background: none;
    border: none;
    color: #2557a7;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    padding: 0;
}

.btn-link:hover[b-gwupqspa0e] {
    text-decoration: underline;
}

/* Log Table */
.log-table-container[b-gwupqspa0e] {
    overflow-x: auto;
}

.log-table[b-gwupqspa0e] {
    width: 100%;
    border-collapse: collapse;
    font-size: 13px;
}

.log-table th[b-gwupqspa0e] {
    background: #f8f9fa;
    color: #6c757d;
    font-weight: 600;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    padding: 10px 12px;
    text-align: left;
    border-bottom: 2px solid #e9ecef;
}

.log-table td[b-gwupqspa0e] {
    padding: 10px 12px;
    border-bottom: 1px solid #f0f0f0;
    vertical-align: middle;
}

.log-table tbody tr:hover[b-gwupqspa0e] {
    background: #f8f9fa;
}

.log-row-error[b-gwupqspa0e] {
    background: #fff8f8;
}

.log-row-error:hover[b-gwupqspa0e] {
    background: #fff0f0 !important;
}

.log-date[b-gwupqspa0e] {
    font-family: monospace;
    font-size: 12px;
    color: #6c757d;
    white-space: nowrap;
}

.log-jobid[b-gwupqspa0e] {
    font-family: monospace;
    font-size: 11px;
    color: #495057;
    max-width: 120px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.log-email[b-gwupqspa0e] {
    font-size: 12px;
    color: #6c757d;
    max-width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.log-detail[b-gwupqspa0e] {
    font-size: 12px;
    color: #6c757d;
    max-width: 250px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* Operation Badges */
.log-op[b-gwupqspa0e] {
    padding: 3px 8px;
    border-radius: 4px;
    font-size: 11px;
    font-weight: 600;
    white-space: nowrap;
}

.op-publish[b-gwupqspa0e] {
    background: #d1e7dd;
    color: #0f5132;
}

.op-unpublish[b-gwupqspa0e] {
    background: #e2e3e5;
    color: #41464b;
}

.op-application[b-gwupqspa0e] {
    background: #cfe2ff;
    color: #084298;
}

.op-duplicate[b-gwupqspa0e] {
    background: #fff3cd;
    color: #664d03;
}

.op-disposition[b-gwupqspa0e] {
    background: #d1ecf1;
    color: #055160;
}

.op-error[b-gwupqspa0e] {
    background: #f8d7da;
    color: #842029;
}

.op-alert[b-gwupqspa0e] {
    background: #f8d7da;
    color: #842029;
    font-weight: 700;
}

.op-update[b-gwupqspa0e] {
    background: #e8daef;
    color: #5b21b6;
}

.op-default[b-gwupqspa0e] {
    background: #e2e3e5;
    color: #41464b;
}

/* Esito Badges */
.log-esito[b-gwupqspa0e] {
    padding: 3px 8px;
    border-radius: 4px;
    font-size: 11px;
    font-weight: 600;
}

.esito-ok[b-gwupqspa0e] {
    background: #d1e7dd;
    color: #0f5132;
}

.esito-ko[b-gwupqspa0e] {
    background: #f8d7da;
    color: #842029;
}

/* Empty State */
.empty-log[b-gwupqspa0e] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px 20px;
    color: #6c757d;
    gap: 12px;
}

.empty-log span[b-gwupqspa0e] {
    font-size: 14px;
}

/* Responsive */
@media (max-width: 768px) {
    .indeed-dashboard[b-gwupqspa0e] {
        padding: 16px;
    }

    .indeed-header[b-gwupqspa0e] {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }

    .kpi-grid[b-gwupqspa0e] {
        grid-template-columns: repeat(2, 1fr);
    }

    .log-table[b-gwupqspa0e] {
        font-size: 11px;
    }
}
/* /Components/Dashboard/PoliticheAttiveDashboardV2.razor.rz.scp.css */
.dashboard-board[b-xczwtqe9d5] { padding: 24px; background-color: #f4f6f8; min-height: 100%; }
.dashboard-header[b-xczwtqe9d5] { display: flex; justify-content: space-between; align-items: center; margin-bottom: 32px; }
.dashboard-header h1[b-xczwtqe9d5] { font-size: 28px; font-weight: 700; color: #212529; margin: 0 0 4px 0; }
.dashboard-header p[b-xczwtqe9d5] { color: #6c757d; margin: 0; font-size: 14px; }
.dashboard-header p.filter-info[b-xczwtqe9d5] { display: flex; align-items: center; gap: 6px; color: #6f42c1; font-weight: 500; background: #f3f0ff; padding: 6px 12px; border-radius: 20px; font-size: 13px; }
.btn-nuovo[b-xczwtqe9d5] { background: #6f42c1; color: white; border: none; padding: 12px 24px; border-radius: 8px; font-weight: 600; font-size: 14px; cursor: pointer; transition: background 0.2s; }
.btn-nuovo:hover[b-xczwtqe9d5] { background: #5a32a3; }

/* Stats Grid */
.stats-grid[b-xczwtqe9d5] { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 20px; margin-bottom: 32px; }
.stat-card[b-xczwtqe9d5] { background: white; border-radius: 12px; padding: 20px; box-shadow: 0 2px 8px rgba(0,0,0,0.06); border-left: 4px solid #dee2e6; transition: transform 0.2s, box-shadow 0.2s; }
.stat-card:hover[b-xczwtqe9d5] { transform: translateY(-2px); box-shadow: 0 6px 20px rgba(0,0,0,0.1); }
.stat-card.stat-primary[b-xczwtqe9d5] { border-left-color: #6f42c1; }
.stat-card.stat-warning[b-xczwtqe9d5] { border-left-color: #ffc107; }
.stat-card.stat-success[b-xczwtqe9d5] { border-left-color: #198754; }
.stat-card.stat-info[b-xczwtqe9d5] { border-left-color: #17a2b8; }
.stat-card.stat-danger[b-xczwtqe9d5] { border-left-color: #dc3545; }
.stat-card.stat-teal[b-xczwtqe9d5] { border-left-color: #20c997; }
.stat-content[b-xczwtqe9d5] { display: flex; justify-content: space-between; align-items: flex-start; }
.stat-info[b-xczwtqe9d5] { display: flex; flex-direction: column; }
.stat-label[b-xczwtqe9d5] { font-size: 13px; color: #6c757d; margin-bottom: 8px; }
.stat-number[b-xczwtqe9d5] { font-size: 32px; font-weight: 700; color: #212529; }
.stat-icon[b-xczwtqe9d5] { width: 44px; height: 44px; border-radius: 10px; display: flex; align-items: center; justify-content: center; font-size: 20px; }
.icon-primary[b-xczwtqe9d5] { background: #ede7f6; color: #6f42c1; }
.icon-warning[b-xczwtqe9d5] { background: #fff3cd; color: #997404; }
.icon-success[b-xczwtqe9d5] { background: #d1e7dd; color: #198754; }
.icon-info[b-xczwtqe9d5] { background: #cff4fc; color: #0dcaf0; }
.icon-danger[b-xczwtqe9d5] { background: #f8d7da; color: #dc3545; }
.icon-teal[b-xczwtqe9d5] { background: #d2f4ea; color: #20c997; }
.stat-footer[b-xczwtqe9d5] { margin-top: 12px; font-size: 12px; color: #6c757d; }
.stat-footer.positive[b-xczwtqe9d5] { color: #198754; }

/* Budget DIL */
.budget-dil-section[b-xczwtqe9d5] { margin-bottom: 32px; }
.budget-dil-header[b-xczwtqe9d5] { background: white; border-radius: 12px 12px 0 0; padding: 20px; margin-bottom: 0; }
.budget-dil-header > div[b-xczwtqe9d5] { display: flex; flex-direction: column; gap: 4px; }
.budget-dil-header h2[b-xczwtqe9d5] { font-size: 20px; }
.budget-dil-header p[b-xczwtqe9d5], .budget-report-heading p[b-xczwtqe9d5] { margin: 0; color: #6c757d; font-size: 12px; }
.budget-dil-period[b-xczwtqe9d5] { padding: 6px 12px; border-radius: 16px; background: #ede7f6; color: #6f42c1; font-size: 12px; font-weight: 700; }
.budget-totals-grid[b-xczwtqe9d5] { display: grid; grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); gap: 16px; padding: 20px; background: white; }
.budget-total-card[b-xczwtqe9d5] { display: flex; flex-direction: column; min-height: 132px; padding: 18px; border-radius: 12px; border-top: 4px solid #dee2e6; background: #f8f9fa; }
.budget-total-card strong[b-xczwtqe9d5] { margin: 7px 0; color: #212529; font-size: 25px; line-height: 1.15; }
.budget-total-card > span:last-child[b-xczwtqe9d5] { margin-top: auto; color: #6c757d; font-size: 11px; }
.budget-total-label[b-xczwtqe9d5] { color: #495057; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.35px; }
.budget-total-primary[b-xczwtqe9d5] { border-top-color: #0d6efd; background: #f4f8ff; }
.budget-total-violet[b-xczwtqe9d5] { border-top-color: #6f42c1; background: #f8f5ff; }
.budget-total-success[b-xczwtqe9d5] { border-top-color: #198754; background: #f3fbf7; }
.budget-total-info[b-xczwtqe9d5] { border-top-color: #0dcaf0; background: #f2fcfe; }
.budget-total-warning[b-xczwtqe9d5] { border-top-color: #ffc107; background: #fffaf0; }
.budget-total-dark[b-xczwtqe9d5] { border-top-color: #212529; background: #f1f3f5; }
.budget-periods-grid[b-xczwtqe9d5] { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; padding: 0 20px 20px; background: white; }
.budget-period-card[b-xczwtqe9d5] { padding: 18px; border: 1px solid #e9ecef; border-radius: 12px; background: white; box-shadow: 0 2px 6px rgba(0,0,0,0.04); }
.budget-period-heading[b-xczwtqe9d5] { display: flex; justify-content: space-between; align-items: flex-start; gap: 16px; padding-bottom: 12px; border-bottom: 1px solid #e9ecef; }
.budget-period-heading h3[b-xczwtqe9d5] { margin: 0 0 3px; font-size: 15px; color: #212529; }
.budget-period-heading span[b-xczwtqe9d5] { font-size: 11px; color: #6c757d; }
.budget-period-heading > strong[b-xczwtqe9d5] { font-size: 18px; color: #6f42c1; white-space: nowrap; }
.budget-period-values[b-xczwtqe9d5] { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; padding-top: 14px; }
.budget-period-values > div[b-xczwtqe9d5] { display: flex; flex-direction: column; gap: 4px; padding: 9px; border-radius: 8px; background: #f8f9fa; }
.budget-period-values span[b-xczwtqe9d5] { color: #6c757d; font-size: 10px; }
.budget-period-values strong[b-xczwtqe9d5] { color: #212529; font-size: 13px; }
.budget-period-values .budget-period-grand-total[b-xczwtqe9d5] { background: #ede7f6; }
.budget-period-values .budget-period-grand-total strong[b-xczwtqe9d5] { color: #6f42c1; }
.budget-report-block[b-xczwtqe9d5] { padding: 20px; border-radius: 0 0 12px 12px; background: #f8f9fa; }
.budget-report-heading[b-xczwtqe9d5] { display: flex; justify-content: space-between; margin-bottom: 14px; }
.budget-report-heading h3[b-xczwtqe9d5] { margin: 0 0 4px; color: #212529; font-size: 16px; }
.budget-dote-list[b-xczwtqe9d5] { display: flex; flex-direction: column; gap: 12px; }
.budget-dote-card[b-xczwtqe9d5] { overflow: hidden; border: 1px solid #dee2e6; border-radius: 10px; background: white; }
.budget-dote-card summary[b-xczwtqe9d5] { display: flex; justify-content: space-between; align-items: center; gap: 18px; padding: 15px 18px; cursor: pointer; list-style-position: inside; }
.budget-dote-card[open] summary[b-xczwtqe9d5] { border-bottom: 1px solid #e9ecef; background: #fbfbfd; }
.budget-dote-identity[b-xczwtqe9d5] { display: inline-flex; flex-direction: column; gap: 2px; vertical-align: middle; }
.budget-dote-identity > strong[b-xczwtqe9d5] { color: #6f42c1; font-size: 13px; }
.budget-dote-identity > span[b-xczwtqe9d5] { color: #212529; font-size: 14px; font-weight: 600; }
.budget-dote-identity small[b-xczwtqe9d5] { color: #6c757d; font-size: 11px; }
.budget-dote-totals[b-xczwtqe9d5] { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 14px; }
.budget-dote-totals > span[b-xczwtqe9d5] { display: flex; flex-direction: column; color: #6c757d; font-size: 10px; }
.budget-dote-totals strong[b-xczwtqe9d5] { color: #212529; font-size: 13px; }
.budget-dote-totals .budget-dote-residual strong[b-xczwtqe9d5] { color: #b26a00; }
.budget-report-table-wrap[b-xczwtqe9d5] { overflow-x: auto; }
.budget-report-table[b-xczwtqe9d5] { width: 100%; border-collapse: collapse; min-width: 920px; font-size: 12px; }
.budget-report-table th[b-xczwtqe9d5], .budget-report-table td[b-xczwtqe9d5] { padding: 10px 12px; border-bottom: 1px solid #e9ecef; text-align: right; white-space: nowrap; }
.budget-report-table th:first-child[b-xczwtqe9d5], .budget-report-table td:first-child[b-xczwtqe9d5] { text-align: left; }
.budget-report-table thead th[b-xczwtqe9d5] { color: #495057; background: #f1f3f5; font-size: 10px; text-transform: uppercase; letter-spacing: 0.3px; }
.budget-report-table tbody tr:hover[b-xczwtqe9d5] { background: #f8f9fa; }
.budget-report-table tfoot th[b-xczwtqe9d5] { color: #212529; background: #ede7f6; border-bottom: none; }
.budget-report-empty[b-xczwtqe9d5] { padding: 28px; border: 1px dashed #ced4da; border-radius: 10px; color: #6c757d; text-align: center; background: white; }

/* Pipeline Grid */
.pipeline-grid[b-xczwtqe9d5] { display: grid; grid-template-columns: repeat(auto-fit, minmax(120px, 1fr)); gap: 16px; }
.pipeline-card[b-xczwtqe9d5] { background: white; border-radius: 10px; padding: 16px; text-align: center; cursor: pointer; transition: all 0.2s; border: 2px solid transparent; }
.pipeline-card:hover[b-xczwtqe9d5] { transform: translateY(-2px); box-shadow: 0 4px 12px rgba(0,0,0,0.1); }
.pipeline-card.pipe-created[b-xczwtqe9d5] { border-color: #17a2b8; }
.pipeline-card.pipe-partial-assign[b-xczwtqe9d5] { border-color: #adb5bd; }
.pipeline-card.pipe-assigned[b-xczwtqe9d5] { border-color: #0d6efd; }
.pipeline-card.pipe-rejected[b-xczwtqe9d5] { border-color: #dc3545; }
.pipeline-card.pipe-started[b-xczwtqe9d5] { border-color: #0dcaf0; }
.pipeline-card.pipe-working[b-xczwtqe9d5] { border-color: #6f42c1; }
.pipeline-card.pipe-partial-report[b-xczwtqe9d5] { border-color: #fd7e14; }
.pipeline-card.pipe-reported[b-xczwtqe9d5] { border-color: #fd7e14; }
.pipeline-card.pipe-partial-liquid[b-xczwtqe9d5] { border-color: #20c997; }
.pipeline-card.pipe-liquidated[b-xczwtqe9d5] { border-color: #20c997; }
.pipeline-card.pipe-partial-paid[b-xczwtqe9d5] { border-color: #198754; }
.pipeline-card.pipe-paid[b-xczwtqe9d5] { border-color: #198754; }
.pipeline-card.pipe-suspended[b-xczwtqe9d5] { border-color: #6c757d; }
.pipeline-count[b-xczwtqe9d5] { font-size: 28px; font-weight: 700; color: #212529; }
.pipeline-label[b-xczwtqe9d5] { font-size: 11px; color: #6c757d; margin: 4px 0 12px 0; }
.pipeline-bar[b-xczwtqe9d5] { height: 4px; background: #e9ecef; border-radius: 2px; overflow: hidden; }
.pipeline-bar-fill[b-xczwtqe9d5] { height: 100%; background: #6f42c1; border-radius: 2px; }

/* Sections */
.section-block[b-xczwtqe9d5] { background: white; border-radius: 12px; padding: 20px; box-shadow: 0 2px 8px rgba(0,0,0,0.06); margin-bottom: 24px; }
.section-header[b-xczwtqe9d5] { display: flex; justify-content: space-between; align-items: center; margin-bottom: 16px; padding-bottom: 12px; border-bottom: 1px solid #e9ecef; }
.section-header h2[b-xczwtqe9d5] { font-size: 16px; font-weight: 600; color: #212529; margin: 0; display: flex; align-items: center; gap: 8px; }
.btn-link[b-xczwtqe9d5] { background: none; border: none; color: #6f42c1; font-size: 13px; font-weight: 500; cursor: pointer; padding: 0; }
.btn-link:hover[b-xczwtqe9d5] { text-decoration: underline; }
.content-grid[b-xczwtqe9d5] { display: grid; grid-template-columns: repeat(auto-fit, minmax(350px, 1fr)); gap: 24px; margin-bottom: 24px; }
.content-grid .section-block[b-xczwtqe9d5] { margin-bottom: 0; }
.section-block.full-width[b-xczwtqe9d5] { grid-column: 1 / -1; }

/* === ACTIVITIES PIPELINE (tutte le 9 categorie) === */
.activities-pipeline-section[b-xczwtqe9d5] { margin-bottom: 24px; }
.activities-pipeline-grid[b-xczwtqe9d5] { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 16px; }
.activity-pipeline[b-xczwtqe9d5] { background: white; border-radius: 12px; padding: 16px; box-shadow: 0 2px 8px rgba(0,0,0,0.06); border-top: 3px solid #dee2e6; }
.activity-pipeline-header[b-xczwtqe9d5] { display: flex; align-items: center; gap: 10px; margin-bottom: 12px; padding-bottom: 10px; border-bottom: 2px solid #f1f3f5; }
.activity-pipeline-icon[b-xczwtqe9d5] { width: 36px; height: 36px; border-radius: 10px; display: flex; align-items: center; justify-content: center; color: white; }
.activity-pipeline-title[b-xczwtqe9d5] { font-weight: 700; font-size: 15px; color: #212529; }
.activity-pipeline-stats[b-xczwtqe9d5] { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 10px; }
.activity-pipeline-hours[b-xczwtqe9d5] { display: flex; align-items: center; gap: 4px; font-size: 0.85rem; padding-top: 8px; border-top: 1px solid #f1f3f5; }
.hours-erog[b-xczwtqe9d5] { font-weight: 700; color: #212529; }
.hours-sep[b-xczwtqe9d5] { color: #adb5bd; }
.hours-prev[b-xczwtqe9d5] { color: #6c757d; }

/* Colori per categoria */
.presaincarico-pipeline[b-xczwtqe9d5] { border-top-color: #fd7e14; }
.presaincarico-pipeline .activity-pipeline-icon[b-xczwtqe9d5] { background: linear-gradient(135deg, #fd7e14 0%, #f59e0b 100%); }
.skillgap-pipeline[b-xczwtqe9d5] { border-top-color: #6f42c1; }
.skillgap-pipeline .activity-pipeline-icon[b-xczwtqe9d5] { background: linear-gradient(135deg, #6f42c1 0%, #8b5cf6 100%); }
.orientamento-pipeline[b-xczwtqe9d5] { border-top-color: #0d6efd; }
.orientamento-pipeline .activity-pipeline-icon[b-xczwtqe9d5] { background: linear-gradient(135deg, #0d6efd 0%, #3b82f6 100%); }
.accompagnamento-pipeline[b-xczwtqe9d5] { border-top-color: #198754; }
.accompagnamento-pipeline .activity-pipeline-icon[b-xczwtqe9d5] { background: linear-gradient(135deg, #198754 0%, #22c55e 100%); }
.autoimpiego-pipeline[b-xczwtqe9d5] { border-top-color: #20c997; }
.autoimpiego-pipeline .activity-pipeline-icon[b-xczwtqe9d5] { background: linear-gradient(135deg, #20c997 0%, #3dd5b0 100%); }
.formimpresa-pipeline[b-xczwtqe9d5] { border-top-color: #6610f2; }
.formimpresa-pipeline .activity-pipeline-icon[b-xczwtqe9d5] { background: linear-gradient(135deg, #6610f2 0%, #8540f5 100%); }
.incontrodo-pipeline[b-xczwtqe9d5] { border-top-color: #d63384; }
.incontrodo-pipeline .activity-pipeline-icon[b-xczwtqe9d5] { background: linear-gradient(135deg, #d63384 0%, #e35d9c 100%); }
.formazione-pipeline[b-xczwtqe9d5] { border-top-color: #0dcaf0; }
.formazione-pipeline .activity-pipeline-icon[b-xczwtqe9d5] { background: linear-gradient(135deg, #0dcaf0 0%, #3dd5f3 100%); }
.placement-pipeline[b-xczwtqe9d5] { border-top-color: #dc3545; }
.placement-pipeline .activity-pipeline-icon[b-xczwtqe9d5] { background: linear-gradient(135deg, #dc3545 0%, #ef4444 100%); }

/* Activity stat pills */
.activity-stat[b-xczwtqe9d5] { display: flex; flex-direction: column; align-items: center; padding: 8px 12px; border-radius: 8px; min-width: 60px; transition: transform 0.2s; }
.activity-stat:hover[b-xczwtqe9d5] { transform: scale(1.05); }
.activity-stat-count[b-xczwtqe9d5] { font-size: 18px; font-weight: 700; line-height: 1; }
.activity-stat-label[b-xczwtqe9d5] { font-size: 9px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.3px; margin-top: 4px; opacity: 0.8; }
.activity-stat.stat-daavviare[b-xczwtqe9d5] { background: #e7f1ff; color: #0d6efd; }
.activity-stat.stat-incorso[b-xczwtqe9d5] { background: #fff3cd; color: #856404; }
.activity-stat.stat-rendicontabile[b-xczwtqe9d5] { background: #d1e7dd; color: #0f5132; }
.activity-stat.stat-liquidabile[b-xczwtqe9d5] { background: #cfe2ff; color: #084298; }
.activity-stat.stat-liquidata[b-xczwtqe9d5] { background: #c3e6cb; color: #155724; }
.activity-stat.stat-pagata[b-xczwtqe9d5] { background: #198754; color: white; }

/* Badges */
.rejected-badge[b-xczwtqe9d5] { margin-left: auto; padding: 4px 10px; background: #fef2f2; color: #dc3545; font-size: 11px; font-weight: 600; border-radius: 12px; border: 1px solid #fecaca; }
.suspended-badge[b-xczwtqe9d5] { padding: 4px 10px; background: #fff3cd; color: #856404; font-size: 11px; font-weight: 600; border-radius: 12px; border: 1px solid #ffc107; }

/* === SEZIONE RIFIUTATE === */
.rejected-section[b-xczwtqe9d5] { border-left: 4px solid #dc3545; background: linear-gradient(135deg, #fff 0%, #fef2f2 100%); }
.rejected-section .section-header h2[b-xczwtqe9d5] { color: #b91c1c; }
.rejected-total-badge[b-xczwtqe9d5] { background: #dc3545; color: white; padding: 4px 12px; border-radius: 16px; font-size: 12px; font-weight: 600; }
.rejected-activities-grid[b-xczwtqe9d5] { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 16px; }
.rejected-activity-card[b-xczwtqe9d5] { background: white; border-radius: 10px; padding: 16px; border: 1px solid #fecaca; cursor: pointer; transition: all 0.2s ease; box-shadow: 0 2px 4px rgba(220,53,69,0.1); }
.rejected-activity-card:hover[b-xczwtqe9d5] { transform: translateY(-2px); box-shadow: 0 6px 16px rgba(220,53,69,0.15); border-color: #dc3545; }
.rejected-card-header[b-xczwtqe9d5] { display: flex; justify-content: space-between; align-items: center; margin-bottom: 8px; }
.rejected-card-code[b-xczwtqe9d5] { font-weight: 700; font-size: 14px; color: #212529; }
.rejected-tipo-badge[b-xczwtqe9d5] { padding: 3px 8px; border-radius: 6px; font-size: 10px; font-weight: 600; text-transform: uppercase; }
.rejected-tipo-badge.tipo-presaincarico[b-xczwtqe9d5] { background: #fff3cd; color: #997404; }
.rejected-tipo-badge.tipo-skillgap[b-xczwtqe9d5] { background: #ede7f6; color: #6f42c1; }
.rejected-tipo-badge.tipo-orientamento[b-xczwtqe9d5] { background: #e7f1ff; color: #0d6efd; }
.rejected-tipo-badge.tipo-accompagnamento[b-xczwtqe9d5] { background: #d1e7dd; color: #198754; }
.rejected-tipo-badge.tipo-autoimpiego[b-xczwtqe9d5] { background: #d2f4ea; color: #0d6f5a; }
.rejected-tipo-badge.tipo-formimpresa[b-xczwtqe9d5] { background: #ede7f6; color: #6610f2; }
.rejected-tipo-badge.tipo-incontrodo[b-xczwtqe9d5] { background: #fce4ec; color: #d63384; }
.rejected-tipo-badge.tipo-formazione[b-xczwtqe9d5] { background: #cff4fc; color: #055160; }
.rejected-tipo-badge.tipo-placement[b-xczwtqe9d5] { background: #f8d7da; color: #842029; }
.rejected-card-candidato[b-xczwtqe9d5] { font-size: 13px; font-weight: 500; color: #495057; margin-bottom: 10px; }
.rejected-card-info[b-xczwtqe9d5] { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 10px; font-size: 12px; color: #6c757d; }
.rejected-tutor[b-xczwtqe9d5], .rejected-date[b-xczwtqe9d5] { display: flex; align-items: center; gap: 4px; }
.rejected-card-motivo[b-xczwtqe9d5] { font-size: 11px; color: #b91c1c; background: #fef2f2; padding: 8px 10px; border-radius: 6px; border-left: 3px solid #dc3545; font-style: italic; }
.rejected-more[b-xczwtqe9d5] { text-align: center; padding: 12px; font-size: 13px; color: #dc3545; font-weight: 500; border-top: 1px solid #fecaca; margin-top: 16px; }

/* === ALERT GOL === */
.alert-gol-section[b-xczwtqe9d5] { border-left: 4px solid #ffc107; background: linear-gradient(135deg, #fff 0%, #fffbeb 100%); }
.alert-total-badge[b-xczwtqe9d5] { background: #ffc107; color: #212529; padding: 4px 12px; border-radius: 16px; font-size: 12px; font-weight: 600; }
.alert-gol-grid[b-xczwtqe9d5] { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 12px; }
.alert-gol-card[b-xczwtqe9d5] { background: white; border-radius: 10px; padding: 14px; cursor: pointer; transition: all 0.2s; border: 1px solid #dee2e6; }
.alert-gol-card:hover[b-xczwtqe9d5] { transform: translateY(-2px); box-shadow: 0 4px 12px rgba(0,0,0,0.1); }
.alert-gol-card.alert-card-danger[b-xczwtqe9d5] { border-color: #f8d7da; background: #fff5f5; }
.alert-gol-card.alert-card-warning[b-xczwtqe9d5] { border-color: #ffc107; background: #fffbeb; }
.alert-gol-header[b-xczwtqe9d5] { display: flex; justify-content: space-between; align-items: center; margin-bottom: 6px; }
.alert-gol-code[b-xczwtqe9d5] { font-weight: 700; font-size: 13px; color: #212529; }
.alert-gol-badge[b-xczwtqe9d5] { padding: 2px 8px; border-radius: 4px; font-size: 10px; font-weight: 700; }
.alert-gol-badge.badge-danger[b-xczwtqe9d5] { background: #dc3545; color: white; }
.alert-gol-badge.badge-warning[b-xczwtqe9d5] { background: #ffc107; color: #212529; }
.alert-gol-candidato[b-xczwtqe9d5] { font-size: 13px; font-weight: 500; color: #495057; margin-bottom: 4px; }
.alert-gol-detail[b-xczwtqe9d5] { font-size: 11px; color: #6c757d; }

/* === KANBAN === */
.kanban-container[b-xczwtqe9d5] { display: flex; gap: 16px; overflow-x: auto; padding: 8px 0 16px 0; }
.kanban-column[b-xczwtqe9d5] { min-width: 220px; max-width: 260px; background: #f8f9fa; border-radius: 12px; padding: 12px; flex-shrink: 0; }
.kanban-column-header[b-xczwtqe9d5] { display: flex; justify-content: space-between; align-items: center; margin-bottom: 12px; padding-bottom: 8px; border-bottom: 2px solid #e9ecef; }
.kanban-status-badge[b-xczwtqe9d5] { font-size: 11px; font-weight: 600; padding: 4px 10px; border-radius: 12px; }
.kanban-status-badge.badge-created[b-xczwtqe9d5] { background: #cff4fc; color: #055160; }
.kanban-status-badge.badge-assigned[b-xczwtqe9d5] { background: #cfe2ff; color: #084298; }
.kanban-status-badge.badge-started[b-xczwtqe9d5] { background: #cff4fc; color: #0dcaf0; }
.kanban-status-badge.badge-working[b-xczwtqe9d5] { background: #ede7f6; color: #6f42c1; }
.kanban-status-badge.badge-reported[b-xczwtqe9d5] { background: #ffe5d0; color: #984c0c; }
.kanban-status-badge.badge-liquidated[b-xczwtqe9d5] { background: #d2f4ea; color: #0d6f5a; }
.kanban-status-badge.badge-paid[b-xczwtqe9d5] { background: #d1e7dd; color: #0f5132; }
.kanban-count[b-xczwtqe9d5] { background: white; color: #495057; font-size: 12px; font-weight: 700; padding: 4px 10px; border-radius: 50%; min-width: 28px; text-align: center; }
.kanban-cards[b-xczwtqe9d5] { display: flex; flex-direction: column; gap: 10px; }
.kanban-card[b-xczwtqe9d5] { background: white; border-radius: 8px; padding: 12px; cursor: pointer; box-shadow: 0 1px 3px rgba(0,0,0,0.08); transition: all 0.2s ease; border-left: 3px solid transparent; }
.kanban-card:hover[b-xczwtqe9d5] { box-shadow: 0 4px 12px rgba(0,0,0,0.1); transform: translateY(-2px); }
.kanban-col-created .kanban-card[b-xczwtqe9d5] { border-left-color: #6c757d; }
.kanban-col-assigned .kanban-card[b-xczwtqe9d5] { border-left-color: #0d6efd; }
.kanban-col-started .kanban-card[b-xczwtqe9d5] { border-left-color: #0dcaf0; }
.kanban-col-working .kanban-card[b-xczwtqe9d5] { border-left-color: #ffc107; }
.kanban-col-reported .kanban-card[b-xczwtqe9d5] { border-left-color: #fd7e14; }
.kanban-col-liquidated .kanban-card[b-xczwtqe9d5] { border-left-color: #20c997; }
.kanban-col-paid .kanban-card[b-xczwtqe9d5] { border-left-color: #198754; }
.kanban-card-header[b-xczwtqe9d5] { display: flex; justify-content: space-between; margin-bottom: 6px; }
.kanban-card-code[b-xczwtqe9d5] { font-size: 10px; font-weight: 600; color: #6c757d; text-transform: uppercase; letter-spacing: 0.5px; }
.kanban-card-name[b-xczwtqe9d5] { font-size: 13px; font-weight: 600; color: #212529; margin-bottom: 8px; line-height: 1.3; }
.kanban-card-info[b-xczwtqe9d5] { display: flex; justify-content: space-between; align-items: center; }
.kanban-hours[b-xczwtqe9d5] { font-size: 11px; color: #6c757d; background: #f1f3f4; padding: 2px 8px; border-radius: 10px; }
.kanban-tutor[b-xczwtqe9d5] { width: 24px; height: 24px; border-radius: 50%; background: linear-gradient(135deg, #6f42c1 0%, #8b5cf6 100%); color: white; font-size: 10px; font-weight: 700; display: flex; align-items: center; justify-content: center; }
.kanban-more[b-xczwtqe9d5] { text-align: center; font-size: 12px; color: #6f42c1; font-weight: 600; padding: 8px; cursor: pointer; border-radius: 6px; transition: background 0.2s; }
.kanban-more:hover[b-xczwtqe9d5] { background: #f3f0ff; }
.kanban-empty[b-xczwtqe9d5] { text-align: center; font-size: 12px; color: #adb5bd; padding: 16px 8px; font-style: italic; }

/* Policy Stats */
.policy-stats[b-xczwtqe9d5] { display: flex; flex-direction: column; gap: 12px; }
.policy-stat-item[b-xczwtqe9d5] { display: flex; justify-content: space-between; align-items: center; padding: 12px 16px; background: #f8f9fa; border-radius: 8px; border-left: 3px solid #6f42c1; }
.policy-stat-info[b-xczwtqe9d5] { display: flex; flex-direction: column; }
.policy-stat-code[b-xczwtqe9d5] { font-weight: 700; color: #6f42c1; font-size: 14px; }
.policy-stat-desc[b-xczwtqe9d5] { font-size: 12px; color: #6c757d; }
.policy-stat-count[b-xczwtqe9d5] { font-size: 24px; font-weight: 700; color: #212529; }

/* Eligibility */
.eligibility-grid[b-xczwtqe9d5] { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 16px; }
.eligibility-card[b-xczwtqe9d5] { background: linear-gradient(135deg, #d4edda 0%, #c3e6cb 100%); border-radius: 10px; padding: 16px; cursor: pointer; transition: all 0.2s; border: 1px solid #c3e6cb; }
.eligibility-card:hover[b-xczwtqe9d5] { transform: translateY(-2px); box-shadow: 0 4px 12px rgba(0,0,0,0.1); }
.eligibility-header[b-xczwtqe9d5] { display: flex; justify-content: space-between; align-items: center; margin-bottom: 8px; }
.eligibility-code[b-xczwtqe9d5] { font-weight: 700; font-size: 13px; color: #155724; }
.eligibility-badge[b-xczwtqe9d5] { padding: 2px 8px; border-radius: 4px; font-size: 10px; font-weight: 600; }
.eligibility-badge.badge-success[b-xczwtqe9d5] { background: #198754; color: white; }
.eligibility-name[b-xczwtqe9d5] { font-size: 15px; font-weight: 600; color: #155724; margin-bottom: 8px; }
.eligibility-info[b-xczwtqe9d5] { display: flex; gap: 12px; margin-bottom: 8px; }
.eligibility-did[b-xczwtqe9d5], .eligibility-gol[b-xczwtqe9d5] { font-size: 11px; font-weight: 600; padding: 2px 6px; border-radius: 4px; background: rgba(255,255,255,0.6); color: #155724; }
.eligibility-reason[b-xczwtqe9d5] { font-size: 12px; color: #155724; opacity: 0.8; }
.empty-list[b-xczwtqe9d5] { display: flex; flex-direction: column; align-items: center; padding: 32px; color: #6c757d; }
.empty-list.full-width[b-xczwtqe9d5] { grid-column: 1 / -1; }
.empty-icon[b-xczwtqe9d5] { font-size: 32px; opacity: 0.3; margin-bottom: 8px; }

/* Responsive */
@media (max-width: 992px) {
    .activities-pipeline-grid[b-xczwtqe9d5] { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 768px) {
    .dashboard-board[b-xczwtqe9d5] { padding: 16px; }
    .dashboard-header[b-xczwtqe9d5] { flex-direction: column; align-items: flex-start; gap: 16px; }
    .content-grid[b-xczwtqe9d5] { grid-template-columns: 1fr; }
    .stats-grid[b-xczwtqe9d5] { grid-template-columns: repeat(2, 1fr); }
    .activities-pipeline-grid[b-xczwtqe9d5] { grid-template-columns: 1fr; }
    .budget-periods-grid[b-xczwtqe9d5] { grid-template-columns: 1fr; }
    .budget-period-values[b-xczwtqe9d5] { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .budget-dote-card summary[b-xczwtqe9d5] { align-items: flex-start; flex-direction: column; }
    .budget-dote-totals[b-xczwtqe9d5] { justify-content: flex-start; }
}

/* Tutor filter (dashboard header) */
.dashboard-header-actions[b-xczwtqe9d5] { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.tutor-filter[b-xczwtqe9d5] { display: flex; align-items: center; gap: 8px; background: #f8f9fa; border: 1px solid #e9ecef; border-radius: 8px; padding: 6px 12px; }
.tutor-filter label[b-xczwtqe9d5] { font-size: 12px; font-weight: 600; color: #6c757d; text-transform: uppercase; letter-spacing: 0.4px; margin: 0; }
.tutor-filter-select[b-xczwtqe9d5] { border: none; background: transparent; font-size: 13px; font-weight: 500; color: #212529; outline: none; min-width: 180px; cursor: pointer; }
.tutor-filter-select:focus[b-xczwtqe9d5] { color: #0d6efd; }
/* /Components/Dashboard/SomministrazionePricingDashboard.razor.rz.scp.css */
.somministrazione-pricing-dashboard[b-hfq53435e9] {
    --pricing-navy: #0f1b2d;
    --pricing-navy-mid: #182338;
    --pricing-navy-light: #243450;
    --pricing-amber: #e8a020;
    --pricing-amber-light: #f0b840;
    --pricing-cream: #f5f0e8;
    --pricing-cream-dark: #ede5d5;
    --pricing-text-main: #1a2a3a;
    --pricing-text-muted: #6b7f94;
    --pricing-border: #d0c8b8;
    --pricing-green: #1a7a4a;
    --pricing-blue: #4a90c4;
    --pricing-section-bg: #fdfaf5;
}

.somministrazione-pricing-dashboard[b-hfq53435e9],
.somministrazione-pricing-dashboard *[b-hfq53435e9] {
    box-sizing: border-box;
}

.somministrazione-pricing-dashboard[b-hfq53435e9] {
    background: var(--pricing-cream);
    color: var(--pricing-text-main);
    min-height: 100%;
    font-family: 'DM Sans', sans-serif;
}

.pricing-header[b-hfq53435e9] {
    background: var(--pricing-navy);
    color: #fff;
    padding: 28px 40px 24px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    border-bottom: 3px solid var(--pricing-amber);
    gap: 16px;
}

.pricing-header h1[b-hfq53435e9] {
    font-family: 'Playfair Display', serif;
    font-size: 1.85rem;
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1;
    margin: 0;
}

.subtitle[b-hfq53435e9],
.badge[b-hfq53435e9],
.section-title[b-hfq53435e9],
.result-block-header[b-hfq53435e9],
.chart-title[b-hfq53435e9],
.chart-sub[b-hfq53435e9],
.kpi-label[b-hfq53435e9],
.rr-kpi-label[b-hfq53435e9],
.analisi-commessa-title[b-hfq53435e9],
.festivita-title[b-hfq53435e9],
.ccnl-selector-label[b-hfq53435e9],
.ccnl-nota[b-hfq53435e9],
.ccnl-loaded-badge[b-hfq53435e9],
.btn-stampa[b-hfq53435e9],
.ccnl-apply-btn[b-hfq53435e9],
.btn-aggiorna-analisi[b-hfq53435e9],
.perc-badge[b-hfq53435e9] {
    font-family: 'DM Mono', monospace;
}

.subtitle[b-hfq53435e9] {
    font-size: 0.7rem;
    color: var(--pricing-amber);
    letter-spacing: 0.15em;
    text-transform: uppercase;
    margin-top: 6px;
}

.header-actions[b-hfq53435e9] {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.badge[b-hfq53435e9] {
    font-size: 0.65rem;
    color: rgba(255,255,255,0.45);
    letter-spacing: 0.08em;
}

.btn-stampa[b-hfq53435e9],
.ccnl-apply-btn[b-hfq53435e9],
.btn-aggiorna-analisi[b-hfq53435e9] {
    border-radius: 5px;
    padding: 7px 14px;
    font-size: 0.68rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.15s ease;
}

.btn-stampa[b-hfq53435e9] {
    background: transparent;
    color: var(--pricing-amber);
    border: 1.5px solid rgba(232, 160, 32, 0.55);
}

.btn-stampa:hover[b-hfq53435e9] {
    background: rgba(232, 160, 32, 0.12);
}

.btn-primary-action[b-hfq53435e9] {
    background: var(--pricing-amber);
    color: var(--pricing-navy);
    border-color: var(--pricing-amber);
    font-weight: 700;
}

.feedback-banner[b-hfq53435e9] {
    margin: 18px 36px 0;
    border-radius: 6px;
    padding: 12px 16px;
    font-size: 0.78rem;
    border: 1px solid transparent;
}

.feedback-success[b-hfq53435e9] {
    background: rgba(26, 122, 74, 0.12);
    color: #155d39;
    border-color: rgba(26, 122, 74, 0.28);
}

.feedback-warning[b-hfq53435e9] {
    background: rgba(232, 160, 32, 0.12);
    color: #7b530c;
    border-color: rgba(232, 160, 32, 0.28);
}

.feedback-error[b-hfq53435e9] {
    background: rgba(185, 32, 32, 0.12);
    color: #8e1f1f;
    border-color: rgba(185, 32, 32, 0.28);
}

.feedback-info[b-hfq53435e9] {
    background: rgba(36, 52, 80, 0.10);
    color: var(--pricing-navy-light);
    border-color: rgba(36, 52, 80, 0.24);
}

.main-grid[b-hfq53435e9] {
    display: grid;
    grid-template-columns: 380px 1fr;
    min-height: calc(100vh - 95px);
}

.inputs-panel[b-hfq53435e9] {
    background: var(--pricing-navy-mid);
    padding: 28px 28px 40px;
    overflow-y: auto;
}

.results-panel[b-hfq53435e9] {
    background: var(--pricing-section-bg);
    padding: 28px 36px 48px;
    overflow-y: auto;
}

.section-title[b-hfq53435e9] {
    font-size: 0.64rem;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    color: var(--pricing-amber);
    border-bottom: 1px solid rgba(232, 160, 32, 0.25);
    padding-bottom: 8px;
    margin: 26px 0 16px;
}

.section-title:first-of-type[b-hfq53435e9] {
    margin-top: 0;
}

.ccnl-selector-wrap[b-hfq53435e9] {
    background: rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(232, 160, 32, 0.2);
    border-radius: 8px;
    padding: 14px 16px;
    margin-bottom: 22px;
}

.ccnl-selector-label[b-hfq53435e9] {
    font-size: 0.58rem;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    color: var(--pricing-amber);
    margin-bottom: 8px;
}

.ccnl-select[b-hfq53435e9],
.field input[b-hfq53435e9],
.extra-label[b-hfq53435e9] {
    width: 100%;
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.14);
    border-radius: 4px;
    color: #fff;
    font-family: 'DM Mono', monospace;
    font-size: 0.8rem;
    padding: 6px 10px;
    transition: border-color 0.15s, background 0.15s;
}

.ccnl-select[b-hfq53435e9] {
    margin-bottom: 8px;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6'%3E%3Cpath d='M0 0l5 6 5-6z' fill='%23e8a020'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 10px 6px;
    padding-right: 28px;
}

.ccnl-select option[b-hfq53435e9] {
    background: #182338;
    color: #fff;
}

.ccnl-apply-btn[b-hfq53435e9],
.btn-aggiorna-analisi[b-hfq53435e9] {
    width: 100%;
    background: var(--pricing-amber);
    border: none;
    color: var(--pricing-navy);
    font-weight: 700;
}

.ccnl-apply-btn:disabled[b-hfq53435e9] {
    opacity: 0.45;
    cursor: not-allowed;
}

.ccnl-select:focus[b-hfq53435e9],
.field input:focus[b-hfq53435e9],
.extra-label:focus[b-hfq53435e9] {
    outline: none;
    border-color: var(--pricing-amber);
    background: rgba(232, 160, 32, 0.1);
}

.field input[b-hfq53435e9]::-webkit-outer-spin-button,
.field input[b-hfq53435e9]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.field input[b-hfq53435e9] {
    -moz-appearance: textfield;
}

.ccnl-nota[b-hfq53435e9] {
    font-size: 0.58rem;
    color: rgba(232, 160, 32, 0.65);
    line-height: 1.6;
    margin-top: 8px;
}

.ccnl-loaded-badge[b-hfq53435e9] {
    display: inline-flex;
    margin-top: 8px;
    background: rgba(26, 122, 74, 0.2);
    border: 1px solid rgba(26, 122, 74, 0.4);
    border-radius: 3px;
    padding: 4px 8px;
    font-size: 0.58rem;
    color: #4CAF50;
}

.field[b-hfq53435e9] {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.field label[b-hfq53435e9] {
    flex: 1;
    font-size: 0.72rem;
    font-weight: 500;
    color: rgba(255,255,255,0.75);
    letter-spacing: 0.01em;
    line-height: 1.3;
}

.field input[b-hfq53435e9] {
    width: 98px;
    text-align: right;
}

.checkbox-field input[b-hfq53435e9] {
    width: auto;
}

.unit[b-hfq53435e9] {
    width: 28px;
    flex-shrink: 0;
    text-align: left;
    color: var(--pricing-amber-light);
    font-size: 0.62rem;
}

.custom-retrib-row[b-hfq53435e9] {
    gap: 6px;
}

.extra-label[b-hfq53435e9] {
    flex: 1;
    min-width: 0;
    text-align: left;
    font-family: 'DM Sans', sans-serif;
}

.extra-label[b-hfq53435e9]::placeholder {
    color: rgba(255,255,255,0.2);
    font-style: italic;
}

.extra-val[b-hfq53435e9] {
    width: 80px !important;
}

.info-row[b-hfq53435e9],
.preset-summary[b-hfq53435e9] {
    background: rgba(232, 160, 32, 0.08);
    border: 1px solid rgba(232, 160, 32, 0.25);
    border-radius: 4px;
    padding: 8px 14px;
    font-size: 0.74rem;
    color: var(--pricing-text-muted);
    margin-bottom: 18px;
}

.preset-summary[b-hfq53435e9] {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
}

.big-results[b-hfq53435e9],
.analisi-kpi-grid[b-hfq53435e9] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin-bottom: 22px;
}

.kpi-card[b-hfq53435e9],
.analisi-kpi-card[b-hfq53435e9] {
    background: var(--pricing-navy);
    color: #fff;
    border-radius: 8px;
    padding: 20px 22px 18px;
    position: relative;
    overflow: hidden;
}

.kpi-card[b-hfq53435e9]::after,
.analisi-kpi-card[b-hfq53435e9]::after {
    content: "";
    position: absolute;
    right: -24px;
    bottom: -24px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: rgba(232, 160, 32, 0.08);
}

.kpi-card.amber[b-hfq53435e9] {
    background: var(--pricing-amber);
    color: var(--pricing-navy);
}

.kpi-card.amber .kpi-value[b-hfq53435e9],
.kpi-card.amber .kpi-sub[b-hfq53435e9],
.kpi-card.amber .kpi-label[b-hfq53435e9] {
    color: var(--pricing-navy);
}

.kpi-label[b-hfq53435e9] {
    display: block;
    font-size: 0.58rem;
    color: var(--pricing-amber);
    text-transform: uppercase;
    letter-spacing: 0.15em;
    margin-bottom: 8px;
}

.kpi-value[b-hfq53435e9],
.analisi-kpi-card .kpi-val[b-hfq53435e9] {
    font-family: 'Playfair Display', serif;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
}

.kpi-sub[b-hfq53435e9],
.analisi-kpi-card .kpi-sub[b-hfq53435e9] {
    font-size: 0.68rem;
    color: rgba(255,255,255,0.45);
    margin-top: 6px;
}

.result-block[b-hfq53435e9],
.chart-block[b-hfq53435e9],
.rr-section[b-hfq53435e9],
.analisi-commessa-block[b-hfq53435e9] {
    background: #fff;
    border: 1px solid var(--pricing-border);
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 22px;
}

.result-block-header[b-hfq53435e9],
.chart-header[b-hfq53435e9],
.rr-section-header[b-hfq53435e9],
.analisi-commessa-header[b-hfq53435e9] {
    background: var(--pricing-navy);
    color: #fff;
    padding: 10px 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.result-block-header[b-hfq53435e9],
.chart-title[b-hfq53435e9],
.rr-section-title[b-hfq53435e9],
.analisi-commessa-title[b-hfq53435e9] {
    font-size: 0.64rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.chart-sub[b-hfq53435e9],
.cols[b-hfq53435e9],
.rr-section-sub[b-hfq53435e9] {
    font-size: 0.58rem;
    color: rgba(255,255,255,0.42);
}

table[b-hfq53435e9] {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.8rem;
}

th[b-hfq53435e9] {
    background: var(--pricing-cream-dark);
    font-family: 'DM Mono', monospace;
    font-size: 0.6rem;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: var(--pricing-text-muted);
    padding: 7px 14px;
    text-align: right;
}

th:first-child[b-hfq53435e9],
.label[b-hfq53435e9] {
    text-align: left;
}

tbody tr:nth-child(even)[b-hfq53435e9] {
    background: #faf8f4;
}

tr:hover[b-hfq53435e9] {
    background: #f0ebdf;
}

tr.dimmed-row[b-hfq53435e9] {
    opacity: 0.42;
}

 td[b-hfq53435e9] {
    padding: 7px 14px;
    border-bottom: 1px solid rgba(208,200,184,0.4);
    vertical-align: middle;
}

.num[b-hfq53435e9] {
    text-align: right;
    font-family: 'DM Mono', monospace;
}

.row-total td[b-hfq53435e9] {
    background: var(--pricing-cream-dark) !important;
    font-weight: 600;
}

.row-assent td[b-hfq53435e9] {
    background: rgba(232,160,32,0.10) !important;
}

.label-assent[b-hfq53435e9] {
    color: var(--pricing-amber);
    font-weight: 600;
}

.row-costo-ind td[b-hfq53435e9] {
    background: var(--pricing-navy-light) !important;
    color: #fff;
    font-weight: 700;
}

.row-markup td[b-hfq53435e9] {
    background: rgba(232,160,32,0.15) !important;
    font-weight: 600;
}

.row-tariffa-finale td[b-hfq53435e9] {
    background: var(--pricing-amber) !important;
    border-bottom: none;
}

.label-tariffa[b-hfq53435e9] {
    font-size: 0.95rem;
    font-weight: 700;
    color: var(--pricing-navy);
}

.tariffa-val[b-hfq53435e9] {
    font-family: 'Playfair Display', serif;
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--pricing-navy);
}

.rr-val[b-hfq53435e9] {
    color: var(--pricing-text-muted);
    font-style: italic;
}

.perc-badge[b-hfq53435e9] {
    display: inline-block;
    background: var(--pricing-cream-dark);
    color: var(--pricing-text-muted);
    border-radius: 3px;
    padding: 2px 6px;
    font-size: 0.64rem;
}

.chart-body[b-hfq53435e9],
.rr-section-body[b-hfq53435e9] {
    padding: 18px 20px;
}

.bar-container[b-hfq53435e9] {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.bar-item[b-hfq53435e9] {
    display: flex;
    align-items: center;
    gap: 12px;
}

.bar-label[b-hfq53435e9] {
    width: 180px;
    font-size: 0.78rem;
    font-weight: 500;
}

.bar-bar-wrapper[b-hfq53435e9],
.metric-track[b-hfq53435e9] {
    flex: 1;
    height: 22px;
    background: var(--pricing-cream-dark);
    border-radius: 4px;
    overflow: hidden;
}

.bar-fill[b-hfq53435e9],
.metric-fill[b-hfq53435e9] {
    height: 100%;
    background: var(--pricing-amber);
    border-radius: 4px;
}

.bar-markup[b-hfq53435e9] {
    background: var(--pricing-navy-light);
}

.bar-value[b-hfq53435e9],
.bar-pct[b-hfq53435e9] {
    font-size: 0.76rem;
    font-family: 'DM Mono', monospace;
    text-align: right;
}

.bar-value[b-hfq53435e9] {
    min-width: 90px;
}

.bar-pct[b-hfq53435e9] {
    min-width: 58px;
    color: var(--pricing-text-muted);
}

.chart-legend-note[b-hfq53435e9] {
    margin-top: 10px;
    padding-top: 12px;
    border-top: 1px dashed var(--pricing-border);
    font-size: 0.68rem;
    color: var(--pricing-text-muted);
    text-align: right;
}

.rr-detail-row[b-hfq53435e9],
.rr-kpi-grid[b-hfq53435e9],
.analisi-periodo-meta[b-hfq53435e9],
.monthly-row[b-hfq53435e9],
.festivita-item[b-hfq53435e9] {
    display: flex;
    gap: 12px;
}

.rr-detail-row[b-hfq53435e9],
.analisi-periodo-meta[b-hfq53435e9] {
    flex-wrap: wrap;
}

.rr-detail-row[b-hfq53435e9] {
    background: var(--pricing-cream);
    border: 1px solid var(--pricing-border);
    border-radius: 6px;
    padding: 12px 14px;
}

.rr-detail-item[b-hfq53435e9],
.rr-kpi[b-hfq53435e9] {
    flex: 1;
    min-width: 120px;
}

.rr-detail-total[b-hfq53435e9] {
    background: rgba(15,27,45,0.05);
    border-radius: 4px;
    padding: 6px 10px;
}

.rr-detail-val[b-hfq53435e9],
.rr-kpi-val[b-hfq53435e9] {
    font-family: 'DM Mono', monospace;
    font-size: 1.05rem;
    font-weight: 700;
}

.rr-kpi-grid[b-hfq53435e9] {
    align-items: stretch;
    flex-wrap: wrap;
    margin-top: 16px;
}

.rr-kpi[b-hfq53435e9] {
    background: var(--pricing-cream);
    border: 1px solid var(--pricing-border);
    border-radius: 6px;
    padding: 12px 14px;
}

.rr-arrow[b-hfq53435e9] {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    color: var(--pricing-text-muted);
    flex: 0 0 auto;
    background: transparent;
    border: none;
}

.rr-kpi-result[b-hfq53435e9] {
    background: var(--pricing-navy);
    border-color: var(--pricing-navy);
}

.rr-kpi-result .rr-kpi-label[b-hfq53435e9],
.rr-kpi-result .rr-kpi-val[b-hfq53435e9] {
    color: #fff;
}

.rr-kpi-annuo[b-hfq53435e9] {
    background: rgba(232,160,32,0.08);
    border-color: rgba(232,160,32,0.3);
}

.analisi-periodo-meta[b-hfq53435e9] {
    padding: 14px 20px 0;
    font-size: 0.7rem;
    color: var(--pricing-text-muted);
    font-family: 'DM Mono', monospace;
}

.analisi-kpi-card .kpi-label[b-hfq53435e9] {
    color: var(--pricing-amber);
}

.monthly-bars[b-hfq53435e9] {
    padding: 0 20px 20px;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.monthly-row[b-hfq53435e9] {
    align-items: stretch;
    border-top: 1px dashed var(--pricing-border);
    padding-top: 14px;
}

.monthly-label[b-hfq53435e9] {
    width: 72px;
    font-weight: 700;
    font-family: 'DM Mono', monospace;
}

.monthly-metrics[b-hfq53435e9] {
    flex: 1;
    display: grid;
    gap: 8px;
}

.metric-bar[b-hfq53435e9] {
    display: grid;
    grid-template-columns: 90px 1fr 120px;
    gap: 10px;
    align-items: center;
    font-size: 0.74rem;
}

.metric-fill.metric-amber[b-hfq53435e9] {
    background: var(--pricing-amber);
}

.metric-fill.metric-green[b-hfq53435e9] {
    background: var(--pricing-green);
}

.metric-fill.metric-blue[b-hfq53435e9] {
    background: var(--pricing-blue);
}

.metric-bar strong[b-hfq53435e9] {
    font-family: 'DM Mono', monospace;
    text-align: right;
}

.festivita-list[b-hfq53435e9] {
    margin: 0 20px 20px;
    padding: 12px 16px;
    background: var(--pricing-cream);
    border-radius: 6px;
    border: 1px solid var(--pricing-border);
}

.festivita-title[b-hfq53435e9] {
    font-size: 0.7rem;
    color: var(--pricing-navy);
    margin-bottom: 10px;
}

.festivita-grid[b-hfq53435e9] {
    display: grid;
    gap: 8px;
}

.festivita-item[b-hfq53435e9] {
    justify-content: space-between;
    align-items: center;
    font-size: 0.75rem;
}

.fest-data[b-hfq53435e9],
.fest-valore[b-hfq53435e9] {
    font-family: 'DM Mono', monospace;
}

.fest-valore[b-hfq53435e9] {
    color: var(--pricing-amber);
}

.festivita-empty[b-hfq53435e9] {
    font-size: 0.74rem;
    color: var(--pricing-text-muted);
}

@media (max-width: 1200px) {
    .main-grid[b-hfq53435e9] {
        grid-template-columns: 1fr;
    }

    .big-results[b-hfq53435e9],
    .analisi-kpi-grid[b-hfq53435e9] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .pricing-header[b-hfq53435e9] {
        padding: 18px 20px;
        flex-direction: column;
        align-items: flex-start;
    }

    .results-panel[b-hfq53435e9],
    .inputs-panel[b-hfq53435e9] {
        padding: 20px;
    }

    .bar-item[b-hfq53435e9],
    .monthly-row[b-hfq53435e9],
    .metric-bar[b-hfq53435e9] {
        display: block;
    }

    .bar-label[b-hfq53435e9],
    .monthly-label[b-hfq53435e9] {
        width: auto;
        margin-bottom: 6px;
    }
}

@media print {
    .inputs-panel[b-hfq53435e9],
    .btn-aggiorna-analisi[b-hfq53435e9],
    .ccnl-selector-wrap[b-hfq53435e9] {
        display: none !important;
    }

    .main-grid[b-hfq53435e9] {
        grid-template-columns: 1fr;
    }

    .results-panel[b-hfq53435e9] {
        padding: 16px 20px;
    }

    .somministrazione-pricing-dashboard[b-hfq53435e9] {
        background: #fff;
    }
}
/* /Components/Editors/BooleanSegmentedEditor.razor.rz.scp.css */
.boolean-segmented-editor[b-be37oepooj] {
    display: inline-flex;
    min-width: 11rem;
}

.boolean-segmented-editor[b-be37oepooj]  .dxbl-btn-group-item {
    flex: 1 1 50%;
    justify-content: center;
    min-width: 5.5rem;
}

.boolean-segmented-editor[b-be37oepooj]  .dxbl-btn-group-item.dxbl-active:first-child {
    color: #198754;
}

.boolean-segmented-editor[b-be37oepooj]  .dxbl-btn-group-item.dxbl-active:last-child {
    color: #dc3545;
}
/* /Components/Microsoft365Registration/Microsoft365RegistrationWizard.razor.rz.scp.css */
.m365-wizard-shell[b-bqgif6eyfn] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.m365-stepper[b-bqgif6eyfn] {
    display: flex;
    align-items: center;
    gap: .75rem;
    margin-bottom: .25rem;
}

.m365-step[b-bqgif6eyfn] {
    display: flex;
    align-items: center;
    gap: .5rem;
    color: #6c757d;
    font-size: .92rem;
    font-weight: 600;
}

.m365-step.active[b-bqgif6eyfn] {
    color: #0d6efd;
}

.m365-step-badge[b-bqgif6eyfn] {
    width: 30px;
    height: 30px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #e9ecef;
    color: #495057;
}

.m365-step.active .m365-step-badge[b-bqgif6eyfn] {
    background: #0d6efd;
    color: #fff;
}

.m365-step-line[b-bqgif6eyfn] {
    flex: 1;
    height: 2px;
    background: #0d6efd;
    min-width: 36px;
}

.m365-step-line.muted[b-bqgif6eyfn] {
    background: #dee2e6;
}

.m365-card[b-bqgif6eyfn] {
    border: 1px solid #e9ecef;
    border-radius: 12px;
    padding: 1.25rem;
    box-shadow: 0 2px 4px rgba(0,0,0,0.06);
    background: #fff;
}

.m365-card h3[b-bqgif6eyfn] {
    margin: 0 0 .5rem;
    font-size: 1.2rem;
    color: #212529;
}

.m365-card p[b-bqgif6eyfn] {
    margin: 0 0 1rem;
    color: #495057;
}

.m365-info-list[b-bqgif6eyfn] {
    display: grid;
    gap: .75rem;
    margin: 1rem 0;
}

.m365-info-item[b-bqgif6eyfn] {
    display: grid;
    gap: .2rem;
    padding: .75rem;
    border-radius: 10px;
    background: #f8f9fa;
}

.m365-info-item strong[b-bqgif6eyfn] {
    color: #212529;
}

.m365-info-item span[b-bqgif6eyfn] {
    color: #495057;
}

.m365-feedback[b-bqgif6eyfn] {
    border-radius: 10px;
    padding: .75rem;
    margin-top: 1rem;
}

.m365-feedback.warning[b-bqgif6eyfn] {
    background: #fff3cd;
    color: #664d03;
    border: 1px solid #ffecb5;
}

.m365-actions[b-bqgif6eyfn] {
    display: flex;
    justify-content: flex-end;
    gap: .75rem;
    margin-top: 1.25rem;
}

.m365-btn[b-bqgif6eyfn] {
    border: 1px solid transparent;
    border-radius: 8px;
    padding: .55rem 1rem;
    font-weight: 600;
    cursor: pointer;
}

.m365-btn.primary[b-bqgif6eyfn] {
    background: #0d6efd;
    border-color: #0d6efd;
    color: #fff;
}

.m365-btn.outline[b-bqgif6eyfn] {
    background: #fff;
    border-color: #ced4da;
    color: #495057;
}
/* /Components/Microsoft365Registration/Microsoft365UserMenuRegistration.razor.rz.scp.css */
.m365-user-menu-registration[b-1xcijcunkf] {
    position: fixed;
    top: 68px;
    right: 72px;
    z-index: 1100;
    min-width: 220px;
    pointer-events: auto;
}

.m365-user-menu-button[b-1xcijcunkf] {
    width: 100%;
    border: 1px solid #dee2e6;
    border-radius: 10px;
    background: #fff;
    color: #212529;
    padding: .65rem .85rem;
    text-align: left;
    font-weight: 600;
    box-shadow: 0 2px 4px rgba(0,0,0,0.06);
    cursor: pointer;
}

.m365-user-menu-button:hover[b-1xcijcunkf] {
    background: #f8f9fa;
    border-color: #0d6efd;
    color: #0d6efd;
}
/* /Components/NuovaOffertaWizard/NuovaOffertaWizardComponent.razor.rz.scp.css */
/* ================================================
   Wizard Nuova Opportunita - Scoped CSS
   ================================================ */

.opp-wizard-container[b-nyruft6h8g] {
    display: flex;
    flex-direction: column;
    min-height: 500px;
    max-height: 80vh;
    font-family: 'Segoe UI', system-ui, sans-serif;
}

/* ─── Header compatto ─── */
.opp-wizard-header[b-nyruft6h8g] {
    padding: 18px 24px 14px;
    background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
    border-bottom: 1px solid #e5e7eb;
}

.opp-wizard-header-top[b-nyruft6h8g] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
}

.opp-wizard-header-titles[b-nyruft6h8g] {
    flex: 1;
    min-width: 0;
}

.opp-wizard-step-eyebrow[b-nyruft6h8g] {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    color: #6b7280;
    margin-bottom: 6px;
}

.opp-wizard-step-counter[b-nyruft6h8g] {
    color: #0d6efd;
    font-weight: 700;
}

.opp-wizard-step-sep[b-nyruft6h8g] {
    color: #cbd5e1;
}

.opp-wizard-cliente-inline[b-nyruft6h8g] {
    text-transform: none;
    letter-spacing: normal;
    color: #374151;
    font-weight: 500;
    font-size: 12.5px;
}

.opp-wizard-cliente-inline strong[b-nyruft6h8g] {
    color: #111827;
    font-weight: 600;
}

.opp-wizard-piva[b-nyruft6h8g] {
    margin-left: 8px;
    color: #6b7280;
    font-weight: 400;
}

.opp-wizard-step-title[b-nyruft6h8g] {
    margin: 0;
    font-size: 20px;
    font-weight: 700;
    color: #111827;
    line-height: 1.25;
}

.opp-wizard-step-subtitle[b-nyruft6h8g] {
    margin: 4px 0 0;
    font-size: 13px;
    color: #6b7280;
    line-height: 1.4;
}

.opp-wizard-step-pill[b-nyruft6h8g] {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 56px;
    height: 32px;
    padding: 0 12px;
    border-radius: 999px;
    background: #eff6ff;
    color: #1d4ed8;
    font-weight: 700;
    font-size: 13px;
    border: 1px solid #bfdbfe;
    cursor: help;
}

.opp-wizard-progress[b-nyruft6h8g] {
    margin-top: 12px;
    height: 4px;
    width: 100%;
    background: #e5e7eb;
    border-radius: 999px;
    overflow: hidden;
}

.opp-wizard-progress-bar[b-nyruft6h8g] {
    height: 100%;
    background: linear-gradient(90deg, #0d6efd 0%, #6366f1 100%);
    border-radius: 999px;
    transition: width 0.3s ease;
}

/* ─── Stepper ─── */
.opp-wizard-steps[b-nyruft6h8g] {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 24px 16px;
    gap: 0;
    border-bottom: 1px solid #e5e7eb;
    background: #f9fafb;
}

.opp-step[b-nyruft6h8g] {
    display: flex;
    align-items: center;
    gap: 8px;
}

.opp-step-number[b-nyruft6h8g] {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 14px;
    background: #e5e7eb;
    color: #6b7280;
    transition: all 0.2s ease;
}

.opp-step.active .opp-step-number[b-nyruft6h8g] {
    background: #0d6efd;
    color: #fff;
}

.opp-step.completed .opp-step-number[b-nyruft6h8g] {
    background: #198754;
    color: #fff;
}

.opp-step-label[b-nyruft6h8g] {
    font-size: 13px;
    font-weight: 500;
    color: #6b7280;
}

.opp-step.active .opp-step-label[b-nyruft6h8g] {
    color: #0d6efd;
    font-weight: 600;
}

.opp-step.completed .opp-step-label[b-nyruft6h8g] {
    color: #198754;
}

.opp-step-line[b-nyruft6h8g] {
    flex: 0 0 60px;
    height: 2px;
    background: #e5e7eb;
    margin: 0 8px;
    transition: background 0.2s ease;
}

.opp-step-line.completed[b-nyruft6h8g] {
    background: #198754;
}

/* ─── Content area ─── */
.opp-wizard-content[b-nyruft6h8g] {
    flex: 1;
    overflow-y: auto;
    padding: 24px;
}

.opp-step-header[b-nyruft6h8g] {
    margin-bottom: 20px;
}

.opp-step-header h3[b-nyruft6h8g] {
    margin: 0 0 4px;
    font-size: 18px;
    font-weight: 600;
    color: #111827;
}

.opp-step-description[b-nyruft6h8g] {
    margin: 0;
    font-size: 13px;
    color: #6b7280;
}

/* ─── Search bar (Step 1) ─── */
.opp-search-bar[b-nyruft6h8g] {
    margin-bottom: 16px;
}

.opp-search-input[b-nyruft6h8g] {
    width: 100%;
    padding: 10px 14px;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    font-size: 14px;
    outline: none;
    transition: border-color 0.15s;
}

.opp-search-input:focus[b-nyruft6h8g] {
    border-color: #0d6efd;
    box-shadow: 0 0 0 3px rgba(13, 110, 253, 0.12);
}

/* ─── Clienti list (Step 1) ─── */
.opp-clienti-list[b-nyruft6h8g] {
    display: flex;
    flex-direction: column;
    gap: 8px;
    max-height: 400px;
    overflow-y: auto;
}

.opp-cliente-card[b-nyruft6h8g] {
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    padding: 14px 16px;
    cursor: pointer;
    transition: all 0.15s ease;
    position: relative;
}

.opp-cliente-card:hover[b-nyruft6h8g] {
    border-color: #0d6efd;
    background: #f0f6ff;
}

.opp-cliente-card.selected[b-nyruft6h8g] {
    border-color: #0d6efd;
    background: #eff6ff;
    box-shadow: 0 0 0 2px rgba(13, 110, 253, 0.2);
}

.opp-cliente-card-header[b-nyruft6h8g] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 6px;
}

.opp-cliente-name[b-nyruft6h8g] {
    font-weight: 600;
    font-size: 14px;
    color: #111827;
}

.opp-badge[b-nyruft6h8g] {
    display: inline-block;
    padding: 2px 8px;
    border-radius: 12px;
    font-size: 11px;
    font-weight: 600;
    color: #fff;
}

.opp-badge.bg-info[b-nyruft6h8g] { background: #0dcaf0; color: #000; }
.opp-badge.bg-warning[b-nyruft6h8g] { background: #ffc107; color: #000; }
.opp-badge.bg-success[b-nyruft6h8g] { background: #198754; }
.opp-badge.bg-danger[b-nyruft6h8g] { background: #dc3545; }
.opp-badge.bg-secondary[b-nyruft6h8g] { background: #6c757d; }

.opp-cliente-card-details[b-nyruft6h8g] {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    font-size: 12px;
    color: #6b7280;
}

.opp-cliente-selected-badge[b-nyruft6h8g] {
    position: absolute;
    top: 10px;
    right: 10px;
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 11px;
    font-weight: 600;
    color: #0d6efd;
}

/* ─── Empty state ─── */
.opp-empty-state[b-nyruft6h8g] {
    text-align: center;
    padding: 40px 20px;
    color: #9ca3af;
    font-size: 14px;
}

.opp-empty-state .opp-btn[b-nyruft6h8g] {
    width: auto;
    margin-top: 12px;
}

.opp-cribis-message[b-nyruft6h8g] {
    margin-top: 12px;
    padding: 10px 12px;
    border-radius: 8px;
    background: #eef6ff;
    border: 1px solid #bfdbfe;
    color: #1d4ed8;
    font-size: 13px;
}

/* ─── Form grid (Step 2 & 3) ─── */
.opp-form-grid[b-nyruft6h8g] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}

.opp-form-group[b-nyruft6h8g] {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.opp-form-group.full-width[b-nyruft6h8g] {
    grid-column: 1 / -1;
}

.opp-form-label[b-nyruft6h8g] {
    font-size: 13px;
    font-weight: 500;
    color: #374151;
}

.opp-form-label.required[b-nyruft6h8g]::after {
    content: " *";
    color: #dc3545;
}

.opp-form-input[b-nyruft6h8g],
.opp-form-textarea[b-nyruft6h8g] {
    padding: 8px 12px;
    border: 1px solid #d1d5db;
    border-radius: 6px;
    font-size: 14px;
    outline: none;
    transition: border-color 0.15s;
    font-family: inherit;
    width: 100%;
    box-sizing: border-box;
}

.opp-form-input:focus[b-nyruft6h8g],
.opp-form-textarea:focus[b-nyruft6h8g] {
    border-color: #0d6efd;
    box-shadow: 0 0 0 3px rgba(13, 110, 253, 0.12);
}

.opp-form-textarea[b-nyruft6h8g] {
    resize: vertical;
    min-height: 60px;
}

select.opp-form-input[b-nyruft6h8g] {
    appearance: auto;
}

/* ─── Form field generico (label + input/select/textarea) ─── */
.opp-form-field[b-nyruft6h8g] {
    display: flex;
    flex-direction: column;
    gap: 6px;
    min-width: 0;
}

.opp-form-field.opp-form-field-wide[b-nyruft6h8g] {
    grid-column: 1 / -1;
}

.opp-form-field > label[b-nyruft6h8g] {
    font-size: 12px;
    font-weight: 600;
    color: #374151;
    letter-spacing: 0.2px;
}

.opp-form-field input[type="text"][b-nyruft6h8g],
.opp-form-field input[type="number"][b-nyruft6h8g],
.opp-form-field input[type="email"][b-nyruft6h8g],
.opp-form-field input[type="tel"][b-nyruft6h8g],
.opp-form-field input[type="date"][b-nyruft6h8g],
.opp-form-field textarea[b-nyruft6h8g] {
    padding: 9px 12px;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    font-size: 13.5px;
    font-family: inherit;
    background: #ffffff;
    color: #111827;
    outline: none;
    transition: border-color 0.15s, box-shadow 0.15s, background 0.15s;
    width: 100%;
    box-sizing: border-box;
}

.opp-form-field input:hover[b-nyruft6h8g],
.opp-form-field textarea:hover[b-nyruft6h8g] {
    border-color: #9ca3af;
}

.opp-form-field input:focus[b-nyruft6h8g],
.opp-form-field textarea:focus[b-nyruft6h8g] {
    border-color: #0d6efd;
    box-shadow: 0 0 0 3px rgba(13, 110, 253, 0.15);
}

.opp-form-field textarea[b-nyruft6h8g] {
    resize: vertical;
    min-height: 80px;
}

/* ─── Combobox / select custom ─── */
.opp-form-field select[b-nyruft6h8g] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 9px 38px 9px 12px;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    font-size: 13.5px;
    font-family: inherit;
    background-color: #ffffff;
    color: #111827;
    cursor: pointer;
    outline: none;
    transition: border-color 0.15s, box-shadow 0.15s, background-color 0.15s;
    width: 100%;
    box-sizing: border-box;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 12px 12px;
}

.opp-form-field select:hover[b-nyruft6h8g] {
    border-color: #0d6efd;
    background-color: #f8fbff;
}

.opp-form-field select:focus[b-nyruft6h8g] {
    border-color: #0d6efd;
    box-shadow: 0 0 0 3px rgba(13, 110, 253, 0.15);
    background-color: #ffffff;
}

.opp-form-field select option[b-nyruft6h8g] {
    padding: 8px;
    background: #ffffff;
    color: #111827;
}

.opp-form-field select:disabled[b-nyruft6h8g] {
    background-color: #f3f4f6;
    color: #9ca3af;
    cursor: not-allowed;
}

.opp-checkbox-group[b-nyruft6h8g] {
    display: flex;
    align-items: center;
    padding-top: 22px;
}

.opp-checkbox-group label[b-nyruft6h8g] {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
}

/* ─── Form sections (Step 3) ─── */
.opp-form-section[b-nyruft6h8g] {
    margin-bottom: 18px;
    padding: 16px 18px 18px;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
}

.opp-form-section h4[b-nyruft6h8g] {
    margin: 0 0 14px;
    font-size: 14px;
    font-weight: 600;
    color: #1f2937;
    padding-bottom: 10px;
    border-bottom: 1px solid #eef2f7;
    text-transform: uppercase;
    letter-spacing: 0.4px;
}

.opp-section-title-row[b-nyruft6h8g] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 12px;
}

.opp-section-title-row h4[b-nyruft6h8g] {
    margin: 0;
    flex: 1;
}

.opp-section-title-row.compact[b-nyruft6h8g] {
    margin-bottom: 10px;
}

.opp-repeat-row[b-nyruft6h8g] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) auto;
    align-items: end;
    gap: 12px;
    margin-bottom: 10px;
}

.opp-nested-card[b-nyruft6h8g] {
    padding: 14px;
    margin-bottom: 14px;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    background: #fbfdff;
}

.opp-tariff-group[b-nyruft6h8g] {
    margin-top: 14px;
    padding-top: 12px;
    border-top: 1px dashed #d1d5db;
}

.opp-btn.small[b-nyruft6h8g] {
    padding: 6px 10px;
    font-size: 12px;
}

/* ─── Summary card (Step 3) ─── */
.opp-summary-card[b-nyruft6h8g] {
    background: #f0f6ff;
    border: 1px solid #bfdbfe;
    border-radius: 10px;
    padding: 16px;
    margin-bottom: 24px;
}

.opp-summary-card h4[b-nyruft6h8g] {
    margin: 0 0 10px;
    font-size: 14px;
    font-weight: 600;
    color: #1e40af;
}

.opp-summary-grid[b-nyruft6h8g] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 6px 16px;
    font-size: 13px;
    color: #374151;
}

.opp-validation-message[b-nyruft6h8g] {
    margin: 0 24px 16px;
    padding: 12px 16px;
    border-radius: 8px;
    background: #fff3cd;
    border: 1px solid #ffe69c;
    color: #664d03;
    font-size: 13px;
}

/* ─── Footer ─── */
.opp-wizard-footer[b-nyruft6h8g] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 24px;
    border-top: 1px solid #e5e7eb;
    background: #f9fafb;
}

.opp-wizard-footer-right[b-nyruft6h8g] {
    display: flex;
    gap: 8px;
}

/* ─── Buttons ─── */
.opp-btn[b-nyruft6h8g] {
    padding: 8px 20px;
    border: none;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.15s ease;
    font-family: inherit;
}

.opp-btn:disabled[b-nyruft6h8g] {
    opacity: 0.5;
    cursor: not-allowed;
}

.opp-btn.primary[b-nyruft6h8g] {
    background: #0d6efd;
    color: #fff;
}

.opp-btn.primary:hover:not(:disabled)[b-nyruft6h8g] {
    background: #0b5ed7;
}

.opp-btn.secondary[b-nyruft6h8g] {
    background: #e5e7eb;
    color: #374151;
}

.opp-btn.secondary:hover:not(:disabled)[b-nyruft6h8g] {
    background: #d1d5db;
}

.opp-btn.outline[b-nyruft6h8g] {
    background: transparent;
    border: 1px solid #d1d5db;
    color: #374151;
}

.opp-btn.outline:hover:not(:disabled)[b-nyruft6h8g] {
    background: #f3f4f6;
}

.opp-btn.success[b-nyruft6h8g] {
    background: #198754;
    color: #fff;
}

.opp-btn.success:hover:not(:disabled)[b-nyruft6h8g] {
    background: #157347;
}

.opp-empty-state[b-nyruft6h8g] {
    text-align: center;
    padding: 40px 20px;
    color: #9ca3af;
}

/* ─── Form grid (Step 2 & 3) ─── */
.opp-form-grid[b-nyruft6h8g] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 16px;
}

.opp-form-group[b-nyruft6h8g] {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.opp-form-group.full-width[b-nyruft6h8g] {
    grid-column: 1 / -1;
}

.opp-form-label[b-nyruft6h8g] {
    font-size: 12px;
    font-weight: 600;
    color: #374151;
}

.opp-form-label.required[b-nyruft6h8g]::after {
    content: " *";
    color: #dc3545;
}

.opp-form-input[b-nyruft6h8g],
.opp-form-textarea[b-nyruft6h8g] {
    padding: 8px 12px;
    border: 1px solid #d1d5db;
    border-radius: 6px;
    font-size: 13px;
    outline: none;
    transition: border-color 0.15s;
    font-family: inherit;
}

.opp-form-input:focus[b-nyruft6h8g],
.opp-form-textarea:focus[b-nyruft6h8g] {
    border-color: #0d6efd;
    box-shadow: 0 0 0 3px rgba(13, 110, 253, 0.10);
}

.opp-form-textarea[b-nyruft6h8g] {
    resize: vertical;
    min-height: 60px;
}

.opp-checkbox-group[b-nyruft6h8g] {
    justify-content: center;
}

.opp-checkbox-group label[b-nyruft6h8g] {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
}

/* ─── Form sections (Step 3) ─── */
.opp-form-section[b-nyruft6h8g] {
    margin-bottom: 24px;
}

.opp-form-section h4[b-nyruft6h8g] {
    margin: 0 0 12px;
    font-size: 15px;
    font-weight: 600;
    color: #111827;
    padding-bottom: 8px;
    border-bottom: 1px solid #e5e7eb;
}

/* ─── Summary card (Step 3) ─── */
.opp-summary-card[b-nyruft6h8g] {
    background: #f0f6ff;
    border: 1px solid #bfdbfe;
    border-radius: 10px;
    padding: 16px;
    margin-bottom: 24px;
}

.opp-summary-card h4[b-nyruft6h8g] {
    margin: 0 0 10px;
    font-size: 14px;
    font-weight: 600;
    color: #1e40af;
}

.opp-summary-grid[b-nyruft6h8g] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    font-size: 13px;
    color: #374151;
}

/* ─── Footer ─── */
.opp-wizard-footer[b-nyruft6h8g] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 24px;
    border-top: 1px solid #e5e7eb;
    background: #f9fafb;
}

.opp-wizard-footer-right[b-nyruft6h8g] {
    display: flex;
    gap: 8px;
}

.opp-btn[b-nyruft6h8g] {
    padding: 8px 20px;
    border: none;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.15s ease;
}

.opp-btn:disabled[b-nyruft6h8g] {
    opacity: 0.5;
    cursor: not-allowed;
}

.opp-btn.primary[b-nyruft6h8g] {
    background: #0d6efd;
    color: #fff;
}

.opp-btn.primary:hover:not(:disabled)[b-nyruft6h8g] {
    background: #0b5ed7;
}

.opp-btn.secondary[b-nyruft6h8g] {
    background: #e5e7eb;
    color: #374151;
}

.opp-btn.secondary:hover:not(:disabled)[b-nyruft6h8g] {
    background: #d1d5db;
}

.opp-btn.outline[b-nyruft6h8g] {
    background: transparent;
    color: #0d6efd;
    border: 1px solid #0d6efd;
}

.opp-btn.outline:hover:not(:disabled)[b-nyruft6h8g] {
    background: #eff6ff;
}

.opp-btn.success[b-nyruft6h8g] {
    background: #198754;
    color: #fff;
}

.opp-btn.success:hover:not(:disabled)[b-nyruft6h8g] {
    background: #157347;
}
/* /Components/NuovaOpportunitaWizard/NuovaOpportunitaWizardComponent.razor.rz.scp.css */
/* ================================================
   Wizard Nuova Opportunita - Scoped CSS
   ================================================ */

.opp-wizard-container[b-mtayfqpl7q] {
    display: flex;
    flex-direction: column;
    min-height: 500px;
    max-height: 80vh;
    font-family: 'Segoe UI', system-ui, sans-serif;
}

/* ─── Stepper ─── */
.opp-wizard-steps[b-mtayfqpl7q] {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 24px 16px;
    gap: 0;
    border-bottom: 1px solid #e5e7eb;
    background: #f9fafb;
}

.opp-step[b-mtayfqpl7q] {
    display: flex;
    align-items: center;
    gap: 8px;
}

.opp-step-number[b-mtayfqpl7q] {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 14px;
    background: #e5e7eb;
    color: #6b7280;
    transition: all 0.2s ease;
}

.opp-step.active .opp-step-number[b-mtayfqpl7q] {
    background: #0d6efd;
    color: #fff;
}

.opp-step.completed .opp-step-number[b-mtayfqpl7q] {
    background: #198754;
    color: #fff;
}

.opp-step-label[b-mtayfqpl7q] {
    font-size: 13px;
    font-weight: 500;
    color: #6b7280;
}

.opp-step.active .opp-step-label[b-mtayfqpl7q] {
    color: #0d6efd;
    font-weight: 600;
}

.opp-step.completed .opp-step-label[b-mtayfqpl7q] {
    color: #198754;
}

.opp-step-line[b-mtayfqpl7q] {
    flex: 0 0 60px;
    height: 2px;
    background: #e5e7eb;
    margin: 0 8px;
    transition: background 0.2s ease;
}

.opp-step-line.completed[b-mtayfqpl7q] {
    background: #198754;
}

/* ─── Content area ─── */
.opp-wizard-content[b-mtayfqpl7q] {
    flex: 1;
    overflow-y: auto;
    padding: 24px;
}

.opp-step-header[b-mtayfqpl7q] {
    margin-bottom: 20px;
}

.opp-step-header h3[b-mtayfqpl7q] {
    margin: 0 0 4px;
    font-size: 18px;
    font-weight: 600;
    color: #111827;
}

.opp-step-description[b-mtayfqpl7q] {
    margin: 0;
    font-size: 13px;
    color: #6b7280;
}

/* ─── Search bar (Step 1) ─── */
.opp-search-bar[b-mtayfqpl7q] {
    margin-bottom: 16px;
}

.opp-search-input[b-mtayfqpl7q] {
    width: 100%;
    padding: 10px 14px;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    font-size: 14px;
    outline: none;
    transition: border-color 0.15s;
}

.opp-search-input:focus[b-mtayfqpl7q] {
    border-color: #0d6efd;
    box-shadow: 0 0 0 3px rgba(13, 110, 253, 0.12);
}

/* ─── Clienti list (Step 1) ─── */
.opp-clienti-list[b-mtayfqpl7q] {
    display: flex;
    flex-direction: column;
    gap: 8px;
    max-height: 400px;
    overflow-y: auto;
}

.opp-cliente-card[b-mtayfqpl7q] {
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    padding: 14px 16px;
    cursor: pointer;
    transition: all 0.15s ease;
    position: relative;
}

.opp-cliente-card:hover[b-mtayfqpl7q] {
    border-color: #0d6efd;
    background: #f0f6ff;
}

.opp-cliente-card.selected[b-mtayfqpl7q] {
    border-color: #0d6efd;
    background: #eff6ff;
    box-shadow: 0 0 0 2px rgba(13, 110, 253, 0.2);
}

.opp-cliente-card-header[b-mtayfqpl7q] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 6px;
}

.opp-cliente-name[b-mtayfqpl7q] {
    font-weight: 600;
    font-size: 14px;
    color: #111827;
}

.opp-badge[b-mtayfqpl7q] {
    display: inline-block;
    padding: 2px 8px;
    border-radius: 12px;
    font-size: 11px;
    font-weight: 600;
    color: #fff;
}

.opp-badge.bg-info[b-mtayfqpl7q] { background: #0dcaf0; color: #000; }
.opp-badge.bg-warning[b-mtayfqpl7q] { background: #ffc107; color: #000; }
.opp-badge.bg-success[b-mtayfqpl7q] { background: #198754; }
.opp-badge.bg-danger[b-mtayfqpl7q] { background: #dc3545; }
.opp-badge.bg-secondary[b-mtayfqpl7q] { background: #6c757d; }

.opp-cliente-card-details[b-mtayfqpl7q] {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    font-size: 12px;
    color: #6b7280;
}

.opp-cliente-selected-badge[b-mtayfqpl7q] {
    position: absolute;
    top: 10px;
    right: 10px;
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 11px;
    font-weight: 600;
    color: #0d6efd;
}

/* ─── Empty state ─── */
.opp-empty-state[b-mtayfqpl7q] {
    text-align: center;
    padding: 40px 20px;
    color: #9ca3af;
    font-size: 14px;
}

.opp-empty-state .opp-btn[b-mtayfqpl7q] {
    width: auto;
    margin-top: 12px;
}

.opp-cribis-message[b-mtayfqpl7q] {
    margin-top: 12px;
    padding: 10px 12px;
    border-radius: 8px;
    background: #eef6ff;
    border: 1px solid #bfdbfe;
    color: #1d4ed8;
    font-size: 13px;
}

/* ─── Form grid (Step 2 & 3) ─── */
.opp-form-grid[b-mtayfqpl7q] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}

.opp-form-group[b-mtayfqpl7q] {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.opp-form-group.full-width[b-mtayfqpl7q] {
    grid-column: 1 / -1;
}

.opp-form-label[b-mtayfqpl7q] {
    font-size: 13px;
    font-weight: 500;
    color: #374151;
}

.opp-form-label.required[b-mtayfqpl7q]::after {
    content: " *";
    color: #dc3545;
}

.opp-form-input[b-mtayfqpl7q],
.opp-form-textarea[b-mtayfqpl7q] {
    padding: 8px 12px;
    border: 1px solid #d1d5db;
    border-radius: 6px;
    font-size: 14px;
    outline: none;
    transition: border-color 0.15s;
    font-family: inherit;
    width: 100%;
    box-sizing: border-box;
}

.opp-form-input:focus[b-mtayfqpl7q],
.opp-form-textarea:focus[b-mtayfqpl7q] {
    border-color: #0d6efd;
    box-shadow: 0 0 0 3px rgba(13, 110, 253, 0.12);
}

.opp-form-textarea[b-mtayfqpl7q] {
    resize: vertical;
    min-height: 60px;
}

select.opp-form-input[b-mtayfqpl7q] {
    appearance: auto;
}

.opp-checkbox-group[b-mtayfqpl7q] {
    display: flex;
    align-items: center;
    padding-top: 22px;
}

.opp-checkbox-group label[b-mtayfqpl7q] {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
}

/* ─── Form sections (Step 3) ─── */
.opp-form-section[b-mtayfqpl7q] {
    margin-bottom: 24px;
}

.opp-form-section h4[b-mtayfqpl7q] {
    margin: 0 0 12px;
    font-size: 15px;
    font-weight: 600;
    color: #1f2937;
    padding-bottom: 8px;
    border-bottom: 1px solid #e5e7eb;
}

/* ─── Summary card (Step 3) ─── */
.opp-summary-card[b-mtayfqpl7q] {
    background: #f0f6ff;
    border: 1px solid #bfdbfe;
    border-radius: 10px;
    padding: 16px;
    margin-bottom: 24px;
}

.opp-summary-card h4[b-mtayfqpl7q] {
    margin: 0 0 10px;
    font-size: 14px;
    font-weight: 600;
    color: #1e40af;
}

.opp-summary-grid[b-mtayfqpl7q] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 6px 16px;
    font-size: 13px;
    color: #374151;
}

.opp-validation-message[b-mtayfqpl7q] {
    margin: 0 24px 16px;
    padding: 12px 16px;
    border-radius: 8px;
    background: #fff3cd;
    border: 1px solid #ffe69c;
    color: #664d03;
    font-size: 13px;
}

/* ─── Footer ─── */
.opp-wizard-footer[b-mtayfqpl7q] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 24px;
    border-top: 1px solid #e5e7eb;
    background: #f9fafb;
}

.opp-wizard-footer-right[b-mtayfqpl7q] {
    display: flex;
    gap: 8px;
}

/* ─── Buttons ─── */
.opp-btn[b-mtayfqpl7q] {
    padding: 8px 20px;
    border: none;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.15s ease;
    font-family: inherit;
}

.opp-btn:disabled[b-mtayfqpl7q] {
    opacity: 0.5;
    cursor: not-allowed;
}

.opp-btn.primary[b-mtayfqpl7q] {
    background: #0d6efd;
    color: #fff;
}

.opp-btn.primary:hover:not(:disabled)[b-mtayfqpl7q] {
    background: #0b5ed7;
}

.opp-btn.secondary[b-mtayfqpl7q] {
    background: #e5e7eb;
    color: #374151;
}

.opp-btn.secondary:hover:not(:disabled)[b-mtayfqpl7q] {
    background: #d1d5db;
}

.opp-btn.outline[b-mtayfqpl7q] {
    background: transparent;
    border: 1px solid #d1d5db;
    color: #374151;
}

.opp-btn.outline:hover:not(:disabled)[b-mtayfqpl7q] {
    background: #f3f4f6;
}

.opp-btn.success[b-mtayfqpl7q] {
    background: #198754;
    color: #fff;
}

.opp-btn.success:hover:not(:disabled)[b-mtayfqpl7q] {
    background: #157347;
}

.opp-empty-state[b-mtayfqpl7q] {
    text-align: center;
    padding: 40px 20px;
    color: #9ca3af;
}

/* ─── Form grid (Step 2 & 3) ─── */
.opp-form-grid[b-mtayfqpl7q] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 16px;
}

.opp-form-group[b-mtayfqpl7q] {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.opp-form-group.full-width[b-mtayfqpl7q] {
    grid-column: 1 / -1;
}

.opp-form-label[b-mtayfqpl7q] {
    font-size: 12px;
    font-weight: 600;
    color: #374151;
}

.opp-form-label.required[b-mtayfqpl7q]::after {
    content: " *";
    color: #dc3545;
}

.opp-form-input[b-mtayfqpl7q],
.opp-form-textarea[b-mtayfqpl7q] {
    padding: 8px 12px;
    border: 1px solid #d1d5db;
    border-radius: 6px;
    font-size: 13px;
    outline: none;
    transition: border-color 0.15s;
    font-family: inherit;
}

.opp-form-input:focus[b-mtayfqpl7q],
.opp-form-textarea:focus[b-mtayfqpl7q] {
    border-color: #0d6efd;
    box-shadow: 0 0 0 3px rgba(13, 110, 253, 0.10);
}

.opp-form-textarea[b-mtayfqpl7q] {
    resize: vertical;
    min-height: 60px;
}

.opp-checkbox-group[b-mtayfqpl7q] {
    justify-content: center;
}

.opp-checkbox-group label[b-mtayfqpl7q] {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
}

/* ─── Form sections (Step 3) ─── */
.opp-form-section[b-mtayfqpl7q] {
    margin-bottom: 24px;
}

.opp-form-section h4[b-mtayfqpl7q] {
    margin: 0 0 12px;
    font-size: 15px;
    font-weight: 600;
    color: #111827;
    padding-bottom: 8px;
    border-bottom: 1px solid #e5e7eb;
}

/* ─── Summary card (Step 3) ─── */
.opp-summary-card[b-mtayfqpl7q] {
    background: #f0f6ff;
    border: 1px solid #bfdbfe;
    border-radius: 10px;
    padding: 16px;
    margin-bottom: 24px;
}

.opp-summary-card h4[b-mtayfqpl7q] {
    margin: 0 0 10px;
    font-size: 14px;
    font-weight: 600;
    color: #1e40af;
}

.opp-summary-grid[b-mtayfqpl7q] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    font-size: 13px;
    color: #374151;
}

/* ─── Footer ─── */
.opp-wizard-footer[b-mtayfqpl7q] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 24px;
    border-top: 1px solid #e5e7eb;
    background: #f9fafb;
}

.opp-wizard-footer-right[b-mtayfqpl7q] {
    display: flex;
    gap: 8px;
}

.opp-btn[b-mtayfqpl7q] {
    padding: 8px 20px;
    border: none;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.15s ease;
}

.opp-btn:disabled[b-mtayfqpl7q] {
    opacity: 0.5;
    cursor: not-allowed;
}

.opp-btn.primary[b-mtayfqpl7q] {
    background: #0d6efd;
    color: #fff;
}

.opp-btn.primary:hover:not(:disabled)[b-mtayfqpl7q] {
    background: #0b5ed7;
}

.opp-btn.secondary[b-mtayfqpl7q] {
    background: #e5e7eb;
    color: #374151;
}

.opp-btn.secondary:hover:not(:disabled)[b-mtayfqpl7q] {
    background: #d1d5db;
}

.opp-btn.outline[b-mtayfqpl7q] {
    background: transparent;
    color: #0d6efd;
    border: 1px solid #0d6efd;
}

.opp-btn.outline:hover:not(:disabled)[b-mtayfqpl7q] {
    background: #eff6ff;
}

.opp-btn.success[b-mtayfqpl7q] {
    background: #198754;
    color: #fff;
}

.opp-btn.success:hover:not(:disabled)[b-mtayfqpl7q] {
    background: #157347;
}
/* /Components/NuovaProattivaWizard/NuovaProattivaWizardComponent.razor.rz.scp.css */
.pro-wizard[b-5yu2zxh5jd] {
    --pro-primary: #3857d6;
    --pro-primary-dark: #2945bc;
    --pro-ink: #172033;
    --pro-muted: #697386;
    --pro-border: #e3e8f1;
    --pro-surface: #f7f9fc;
    display: flex;
    flex-direction: column;
    width: 100%;
    min-width: 0;
    min-height: 590px;
    max-height: 82vh;
    overflow: hidden;
    color: var(--pro-ink);
    background: #fff;
    font-family: Inter, "Segoe UI", system-ui, sans-serif;
}

.pro-hero[b-5yu2zxh5jd] {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 22px 30px 20px;
    color: #fff;
    background:
        radial-gradient(circle at 82% -20%, rgba(255,255,255,.18), transparent 34%),
        linear-gradient(125deg, #263d9d 0%, #3857d6 52%, #5c6fe4 100%);
}

.pro-hero-mark[b-5yu2zxh5jd] {
    display: grid;
    flex: 0 0 46px;
    height: 46px;
    place-items: center;
    border: 1px solid rgba(255,255,255,.22);
    border-radius: 14px;
    background: rgba(255,255,255,.12);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.15);
}

.pro-hero-mark svg[b-5yu2zxh5jd], .pro-section-icon svg[b-5yu2zxh5jd], .pro-search > svg[b-5yu2zxh5jd], .pro-step-indicator svg[b-5yu2zxh5jd], .pro-select-check svg[b-5yu2zxh5jd] {
    width: 22px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.pro-hero-copy[b-5yu2zxh5jd] { flex: 1; min-width: 0; }
.pro-eyebrow[b-5yu2zxh5jd] { display: block; margin-bottom: 3px; color: #dce3ff; font-size: 10px; font-weight: 800; letter-spacing: 1.4px; text-transform: uppercase; }
.pro-hero h2[b-5yu2zxh5jd] { margin: 0; color: #fff; font-size: 22px; font-weight: 750; letter-spacing: -.35px; }
.pro-hero p[b-5yu2zxh5jd] { margin: 3px 0 0; color: rgba(255,255,255,.74); font-size: 12.5px; }
.pro-progress-label[b-5yu2zxh5jd] { padding: 8px 13px; border: 1px solid rgba(255,255,255,.2); border-radius: 999px; color: rgba(255,255,255,.78); background: rgba(16,30,91,.2); font-size: 11.5px; white-space: nowrap; }
.pro-progress-label strong[b-5yu2zxh5jd] { color: #fff; font-size: 14px; }

.pro-stepper[b-5yu2zxh5jd] {
    display: flex;
    align-items: center;
    padding: 17px 30px;
    border-bottom: 1px solid var(--pro-border);
    background: #fff;
}

.pro-step[b-5yu2zxh5jd] { display: flex; align-items: center; gap: 10px; min-width: 145px; }
.pro-step-indicator[b-5yu2zxh5jd] { display: grid; flex: 0 0 30px; height: 30px; place-items: center; border: 1px solid #d8deea; border-radius: 50%; color: #8b95a7; background: #fff; font-size: 12px; font-weight: 750; transition: .2s ease; }
.pro-step-indicator svg[b-5yu2zxh5jd] { width: 16px; stroke-width: 2.4; }
.pro-step-copy[b-5yu2zxh5jd] { display: flex; flex-direction: column; line-height: 1.2; }
.pro-step-copy span[b-5yu2zxh5jd] { color: #697386; font-size: 12px; font-weight: 700; }
.pro-step-copy small[b-5yu2zxh5jd] { margin-top: 3px; color: #a0a8b6; font-size: 10.5px; }
.pro-step.active .pro-step-indicator[b-5yu2zxh5jd] { border-color: var(--pro-primary); color: #fff; background: var(--pro-primary); box-shadow: 0 4px 12px rgba(56,87,214,.25); }
.pro-step.active .pro-step-copy span[b-5yu2zxh5jd] { color: var(--pro-primary); }
.pro-step.completed .pro-step-indicator[b-5yu2zxh5jd] { border-color: #24a26a; color: #fff; background: #24a26a; }
.pro-step.completed .pro-step-copy span[b-5yu2zxh5jd] { color: #24865b; }
.pro-step-line[b-5yu2zxh5jd] { flex: 1; height: 2px; margin: 0 14px; border-radius: 2px; background: #e7ebf2; }
.pro-step-line.completed[b-5yu2zxh5jd] { background: #8dd5b3; }

.pro-content[b-5yu2zxh5jd] { flex: 1; min-height: 0; overflow-y: auto; padding: 25px 30px 28px; background: var(--pro-surface); }
.pro-section[b-5yu2zxh5jd] { max-width: 790px; margin: 0 auto; animation: pro-enter-b-5yu2zxh5jd .22s ease-out; }
@keyframes pro-enter-b-5yu2zxh5jd { from { opacity: 0; transform: translateY(5px); } to { opacity: 1; transform: none; } }
.pro-section-heading[b-5yu2zxh5jd] { display: flex; align-items: center; gap: 12px; margin-bottom: 20px; }
.pro-section-icon[b-5yu2zxh5jd] { display: grid; flex: 0 0 40px; height: 40px; place-items: center; border-radius: 12px; color: var(--pro-primary); background: #e9edff; }
.pro-section-icon.channel[b-5yu2zxh5jd] { color: #9a5b10; background: #fff1d6; }
.pro-section-icon.summary[b-5yu2zxh5jd] { color: #16865a; background: #def7eb; }
.pro-section-heading h3[b-5yu2zxh5jd] { margin: 0; color: var(--pro-ink); font-size: 18px; font-weight: 750; letter-spacing: -.25px; }
.pro-section-heading p[b-5yu2zxh5jd] { margin: 3px 0 0; color: var(--pro-muted); font-size: 12px; }
.pro-field-label[b-5yu2zxh5jd] { display: block; margin: 0 0 7px 2px; color: #4b5669; font-size: 11.5px; font-weight: 700; }

.pro-search[b-5yu2zxh5jd] { position: relative; display: flex; align-items: center; min-height: 48px; border: 1px solid #d8deea; border-radius: 13px; background: #fff; box-shadow: 0 3px 12px rgba(25,39,74,.04); transition: .18s ease; }
.pro-search:focus-within[b-5yu2zxh5jd] { border-color: var(--pro-primary); box-shadow: 0 0 0 3px rgba(56,87,214,.11), 0 5px 16px rgba(25,39,74,.06); }
.pro-search > svg[b-5yu2zxh5jd] { flex: 0 0 20px; margin-left: 15px; color: #8a95a8; }
.pro-search input[b-5yu2zxh5jd] { flex: 1; min-width: 0; height: 46px; padding: 0 13px; border: 0; outline: 0; color: var(--pro-ink); background: transparent; font: inherit; font-size: 14px; font-weight: 550; text-transform: uppercase; }
.pro-search input[b-5yu2zxh5jd]::placeholder { color: #a5adba; font-weight: 400; text-transform: none; }
.pro-search-count[b-5yu2zxh5jd] { margin-right: 14px; color: #929baa; font-size: 10.5px; white-space: nowrap; }
.pro-search.compact[b-5yu2zxh5jd] { min-height: 43px; box-shadow: none; }
.pro-search.compact input[b-5yu2zxh5jd] { height: 41px; font-size: 12.5px; text-transform: none; }

.pro-spinner[b-5yu2zxh5jd] { width: 17px; height: 17px; margin-right: 15px; border: 2px solid #dce2ef; border-top-color: var(--pro-primary); border-radius: 50%; animation: pro-spin-b-5yu2zxh5jd .7s linear infinite; }
.pro-spinner.light[b-5yu2zxh5jd] { margin: 0; border-color: rgba(255,255,255,.35); border-top-color: #fff; }
@keyframes pro-spin-b-5yu2zxh5jd { to { transform: rotate(360deg); } }
.pro-status-card[b-5yu2zxh5jd], .pro-search-hint[b-5yu2zxh5jd] { display: flex; align-items: center; gap: 12px; margin-top: 15px; padding: 15px 17px; border: 1px dashed #d8deea; border-radius: 12px; color: var(--pro-muted); background: rgba(255,255,255,.68); font-size: 12px; }
.pro-status-card.empty[b-5yu2zxh5jd] { border-style: solid; border-color: #f1d59b; color: #76531c; background: #fff9ed; }
.pro-status-card strong[b-5yu2zxh5jd], .pro-search-hint strong[b-5yu2zxh5jd] { display: block; color: var(--pro-ink); font-size: 12.5px; }
.pro-status-card small[b-5yu2zxh5jd], .pro-search-hint small[b-5yu2zxh5jd] { display: block; margin-top: 2px; color: var(--pro-muted); }
.pro-status-icon[b-5yu2zxh5jd], .pro-search-hint > span[b-5yu2zxh5jd] { display: grid; flex: 0 0 34px; height: 34px; place-items: center; border-radius: 10px; color: #a06d18; background: #ffedc9; font-weight: 800; }
.pro-search-hint > span[b-5yu2zxh5jd] { color: var(--pro-primary); background: #e9edff; font-size: 11px; }
.pro-pulse[b-5yu2zxh5jd] { width: 9px; height: 9px; border-radius: 50%; background: var(--pro-primary); box-shadow: 0 0 0 0 rgba(56,87,214,.3); animation: pro-pulse-b-5yu2zxh5jd 1.3s infinite; }
@keyframes pro-pulse-b-5yu2zxh5jd { 70% { box-shadow: 0 0 0 8px rgba(56,87,214,0); } }

.pro-result-header[b-5yu2zxh5jd] { display: flex; justify-content: space-between; margin: 18px 2px 8px; }
.pro-result-header span[b-5yu2zxh5jd] { font-size: 11.5px; font-weight: 750; }
.pro-result-header small[b-5yu2zxh5jd] { color: var(--pro-muted); font-size: 10.5px; }
.pro-results[b-5yu2zxh5jd], .pro-client-results[b-5yu2zxh5jd] { display: flex; flex-direction: column; gap: 8px; max-height: 245px; overflow-y: auto; padding: 2px; }
.pro-person-card[b-5yu2zxh5jd], .pro-client-card[b-5yu2zxh5jd] { display: flex; align-items: center; gap: 12px; width: 100%; padding: 12px 14px; border: 1px solid var(--pro-border); border-radius: 12px; color: var(--pro-ink); background: #fff; text-align: left; cursor: pointer; transition: .15s ease; }
.pro-person-card:hover[b-5yu2zxh5jd], .pro-client-card:hover[b-5yu2zxh5jd] { border-color: #aebbf0; transform: translateY(-1px); box-shadow: 0 5px 14px rgba(35,51,91,.06); }
.pro-person-card.selected[b-5yu2zxh5jd], .pro-client-card.selected[b-5yu2zxh5jd] { border-color: var(--pro-primary); background: #f5f7ff; box-shadow: 0 0 0 2px rgba(56,87,214,.1); }
.pro-avatar[b-5yu2zxh5jd], .pro-company-avatar[b-5yu2zxh5jd] { display: grid; flex: 0 0 39px; height: 39px; place-items: center; border-radius: 11px; color: #354fb8; background: #e7ecff; font-size: 12px; font-weight: 800; }
.pro-company-avatar[b-5yu2zxh5jd] { color: #8a5418; background: #fff0d8; }
.pro-person-main[b-5yu2zxh5jd], .pro-client-card > span:nth-child(2)[b-5yu2zxh5jd] { display: flex; flex: 1; min-width: 0; flex-direction: column; }
.pro-person-main strong[b-5yu2zxh5jd], .pro-client-card strong[b-5yu2zxh5jd] { overflow: hidden; font-size: 13px; text-overflow: ellipsis; white-space: nowrap; }
.pro-person-meta[b-5yu2zxh5jd], .pro-client-card small[b-5yu2zxh5jd] { display: flex; align-items: center; gap: 7px; margin-top: 4px; overflow: hidden; color: var(--pro-muted); font-size: 10.5px; text-overflow: ellipsis; white-space: nowrap; }
.pro-person-meta b[b-5yu2zxh5jd] { color: #4e5b70; font-weight: 650; }
.pro-person-meta i[b-5yu2zxh5jd] { width: 3px; height: 3px; border-radius: 50%; background: #bec5d0; }
.pro-select-check[b-5yu2zxh5jd] { display: grid; flex: 0 0 24px; height: 24px; place-items: center; border: 1px solid #d7ddea; border-radius: 50%; color: transparent; background: #fff; }
.selected .pro-select-check[b-5yu2zxh5jd] { border-color: var(--pro-primary); color: #fff; background: var(--pro-primary); }
.pro-select-check svg[b-5yu2zxh5jd] { width: 14px; stroke-width: 2.5; }

.pro-channel-grid[b-5yu2zxh5jd] { display: grid; grid-template-columns: repeat(3, 1fr); gap: 11px; }
.pro-channel-card[b-5yu2zxh5jd] { position: relative; display: flex; min-height: 142px; padding: 16px; border: 1px solid var(--pro-border); border-radius: 14px; flex-direction: column; align-items: flex-start; color: var(--pro-ink); background: #fff; text-align: left; cursor: pointer; transition: .17s ease; }
.pro-channel-card:hover[b-5yu2zxh5jd] { border-color: #aebbf0; transform: translateY(-2px); box-shadow: 0 7px 18px rgba(35,51,91,.07); }
.pro-channel-card.selected[b-5yu2zxh5jd] { border-color: var(--pro-primary); background: #f7f8ff; box-shadow: 0 0 0 2px rgba(56,87,214,.1); }
.pro-channel-icon[b-5yu2zxh5jd] { display: grid; width: 37px; height: 37px; margin-bottom: 13px; place-items: center; border-radius: 11px; color: #fff; background: linear-gradient(145deg, #4866de, #304bbf); font-size: 15px; font-weight: 850; }
.sales-magic .pro-channel-icon[b-5yu2zxh5jd] { background: linear-gradient(145deg, #9c5ce0, #7341bd); }
.manual .pro-channel-icon[b-5yu2zxh5jd] { background: linear-gradient(145deg, #ed9b3b, #c8751c); }
.pro-channel-copy[b-5yu2zxh5jd] { display: flex; flex-direction: column; }
.pro-channel-copy strong[b-5yu2zxh5jd] { font-size: 12.5px; }
.pro-channel-copy small[b-5yu2zxh5jd] { margin-top: 5px; color: var(--pro-muted); font-size: 10.5px; line-height: 1.35; }
.pro-radio[b-5yu2zxh5jd] { position: absolute; top: 15px; right: 15px; display: grid; width: 18px; height: 18px; place-items: center; border: 1.5px solid #cbd2df; border-radius: 50%; }
.selected .pro-radio[b-5yu2zxh5jd] { border-color: var(--pro-primary); }
.selected .pro-radio i[b-5yu2zxh5jd] { width: 8px; height: 8px; border-radius: 50%; background: var(--pro-primary); }

.pro-client-panel[b-5yu2zxh5jd], .pro-province-panel[b-5yu2zxh5jd] { margin-top: 17px; padding: 16px; border: 1px solid var(--pro-border); border-radius: 14px; background: #fff; }
.pro-province-panel[b-5yu2zxh5jd] { border-color: #dce3fb; background: linear-gradient(135deg, #fff, #f8f9ff); }
.pro-panel-title[b-5yu2zxh5jd] { display: flex; align-items: flex-start; justify-content: space-between; margin-bottom: 12px; }
.pro-panel-title > div[b-5yu2zxh5jd] { display: flex; flex-direction: column; }
.pro-panel-title strong[b-5yu2zxh5jd] { font-size: 12.5px; }
.pro-panel-title small[b-5yu2zxh5jd] { margin-top: 2px; color: var(--pro-muted); font-size: 10.5px; }
.pro-panel-title > span[b-5yu2zxh5jd] { padding: 4px 7px; border-radius: 6px; color: #9a5b10; background: #fff1d6; font-size: 9px; font-weight: 750; text-transform: uppercase; }
.pro-search.province input[b-5yu2zxh5jd] { text-transform: uppercase; }
.pro-field-help[b-5yu2zxh5jd] { display: flex; align-items: center; gap: 5px; margin: 7px 2px 0; font-size: 10.5px; }
.pro-field-help.warning[b-5yu2zxh5jd] { color: #9a5b10; }
.pro-field-help.success[b-5yu2zxh5jd] { color: #187651; }
.pro-field-help.success span[b-5yu2zxh5jd] { display: grid; width: 15px; height: 15px; place-items: center; border-radius: 50%; color: #fff; background: #24a26a; font-size: 9px; }
.pro-client-results[b-5yu2zxh5jd] { max-height: 170px; margin-top: 10px; }
.pro-client-card[b-5yu2zxh5jd] { padding: 9px 11px; }
.pro-client-card small[b-5yu2zxh5jd] { display: block; }

.pro-summary[b-5yu2zxh5jd] { overflow: hidden; border: 1px solid var(--pro-border); border-radius: 15px; background: #fff; box-shadow: 0 7px 22px rgba(34,47,80,.06); }
.pro-summary-hero[b-5yu2zxh5jd] { display: flex; align-items: center; gap: 13px; padding: 18px; border-bottom: 1px solid var(--pro-border); background: linear-gradient(110deg, #f5f7ff, #fff); }
.pro-avatar.large[b-5yu2zxh5jd] { flex-basis: 48px; height: 48px; border-radius: 14px; font-size: 14px; }
.pro-summary-hero > div[b-5yu2zxh5jd] { display: flex; flex: 1; flex-direction: column; }
.pro-summary-hero small[b-5yu2zxh5jd], .pro-summary-grid span[b-5yu2zxh5jd] { color: var(--pro-muted); font-size: 9.5px; font-weight: 650; letter-spacing: .3px; text-transform: uppercase; }
.pro-summary-hero strong[b-5yu2zxh5jd] { margin-top: 2px; font-size: 15px; }
.pro-summary-hero > div > span[b-5yu2zxh5jd] { margin-top: 2px; color: var(--pro-muted); font-size: 10.5px; }
.pro-ready-badge[b-5yu2zxh5jd] { display: flex; align-items: center; gap: 5px; padding: 5px 9px; border-radius: 999px; color: #177651; background: #e3f8ed; font-size: 10px; font-weight: 750; }
.pro-ready-badge i[b-5yu2zxh5jd] { width: 6px; height: 6px; border-radius: 50%; background: #20a36b; }
.pro-summary-grid[b-5yu2zxh5jd] { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0; }
.pro-summary-grid > div[b-5yu2zxh5jd] { display: flex; min-height: 68px; padding: 14px 18px; border-right: 1px solid var(--pro-border); flex-direction: column; justify-content: center; }
.pro-summary-grid > div:last-child[b-5yu2zxh5jd] { border-right: 0; }
.pro-summary-grid strong[b-5yu2zxh5jd] { margin-top: 5px; font-size: 12px; font-weight: 700; }
.pro-info-note[b-5yu2zxh5jd] { display: flex; align-items: center; gap: 8px; margin-top: 12px; color: var(--pro-muted); font-size: 10.5px; }
.pro-info-note > span[b-5yu2zxh5jd] { display: grid; width: 18px; height: 18px; place-items: center; border-radius: 50%; color: var(--pro-primary); background: #e9edff; font-size: 10px; font-weight: 800; }
.pro-validation[b-5yu2zxh5jd] { display: flex; gap: 8px; margin: 15px auto 0; max-width: 790px; padding: 11px 14px; border: 1px solid #f2d39a; border-radius: 10px; color: #76531c; background: #fff9ed; font-size: 11px; }

.pro-footer[b-5yu2zxh5jd] { display: flex; align-items: center; justify-content: space-between; padding: 15px 30px; border-top: 1px solid var(--pro-border); background: #fff; box-shadow: 0 -5px 18px rgba(34,47,80,.035); }
.pro-footer-actions[b-5yu2zxh5jd] { display: flex; gap: 9px; }
.pro-button[b-5yu2zxh5jd] { display: inline-flex; min-height: 39px; padding: 0 17px; border: 0; border-radius: 10px; align-items: center; justify-content: center; gap: 8px; font-family: inherit; font-size: 11.5px; font-weight: 750; cursor: pointer; transition: .16s ease; }
.pro-button:disabled[b-5yu2zxh5jd] { opacity: .42; cursor: not-allowed; transform: none !important; box-shadow: none !important; }
.pro-button.ghost[b-5yu2zxh5jd] { color: #778194; background: transparent; }
.pro-button.ghost:hover[b-5yu2zxh5jd] { color: var(--pro-ink); background: #f2f4f8; }
.pro-button.secondary[b-5yu2zxh5jd] { border: 1px solid #dbe0e9; color: #4d596c; background: #fff; }
.pro-button.secondary:hover[b-5yu2zxh5jd] { border-color: #bfc7d5; background: #f8f9fb; }
.pro-button.primary[b-5yu2zxh5jd], .pro-button.confirm[b-5yu2zxh5jd] { color: #fff; background: linear-gradient(135deg, #4563db, #304bbf); box-shadow: 0 5px 12px rgba(56,87,214,.22); }
.pro-button.confirm[b-5yu2zxh5jd] { background: linear-gradient(135deg, #22a66c, #168455); box-shadow: 0 5px 12px rgba(30,155,100,.22); }
.pro-button.primary:hover[b-5yu2zxh5jd], .pro-button.confirm:hover[b-5yu2zxh5jd] { transform: translateY(-1px); filter: brightness(.98); box-shadow: 0 7px 16px rgba(56,87,214,.27); }

@media (max-width: 760px) {
    .pro-wizard[b-5yu2zxh5jd] { min-height: 560px; }
    .pro-hero[b-5yu2zxh5jd], .pro-content[b-5yu2zxh5jd], .pro-footer[b-5yu2zxh5jd] { padding-left: 18px; padding-right: 18px; }
    .pro-progress-label[b-5yu2zxh5jd], .pro-step-copy small[b-5yu2zxh5jd] { display: none; }
    .pro-stepper[b-5yu2zxh5jd] { padding: 14px 18px; }
    .pro-step[b-5yu2zxh5jd] { min-width: 0; }
    .pro-step-copy span[b-5yu2zxh5jd] { font-size: 10px; }
    .pro-step-line[b-5yu2zxh5jd] { margin: 0 7px; }
    .pro-channel-grid[b-5yu2zxh5jd] { grid-template-columns: 1fr; }
    .pro-channel-card[b-5yu2zxh5jd] { min-height: 88px; padding-right: 42px; }
    .pro-channel-icon[b-5yu2zxh5jd] { margin-bottom: 8px; }
    .pro-summary-grid[b-5yu2zxh5jd] { grid-template-columns: 1fr; }
    .pro-summary-grid > div[b-5yu2zxh5jd] { border-right: 0; border-bottom: 1px solid var(--pro-border); }
}
/* /Components/NuovoClienteWizard/NuovoClienteWizardComponent.razor.rz.scp.css */
/* ================================================
   Wizard Nuovo Cliente - Scoped CSS
   ================================================ */

.nuovo-cliente-wizard-shell[b-h9ukpv06p4] {
    display: flex;
    flex-direction: column;
    min-height: 520px;
    max-height: 80vh;
    background: linear-gradient(180deg, #f8fbff 0%, #ffffff 28%);
    font-family: 'Segoe UI', system-ui, sans-serif;
}

.nuovo-cliente-stepper[b-h9ukpv06p4] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    padding: 22px 28px 18px;
    border-bottom: 1px solid #e5e7eb;
    background: rgba(248, 250, 252, 0.92);
}

.nuovo-cliente-step[b-h9ukpv06p4] {
    display: flex;
    align-items: center;
    gap: 10px;
}

.step-badge[b-h9ukpv06p4] {
    width: 34px;
    height: 34px;
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e5e7eb;
    color: #6b7280;
    font-size: 14px;
    font-weight: 700;
    transition: all 0.2s ease;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.05);
}

.nuovo-cliente-step.active .step-badge[b-h9ukpv06p4] {
    background: #0d6efd;
    color: #fff;
    box-shadow: 0 0 0 4px rgba(13, 110, 253, 0.14);
}

.nuovo-cliente-step.completed .step-badge[b-h9ukpv06p4] {
    background: #198754;
    color: #fff;
}

.step-label[b-h9ukpv06p4] {
    font-size: 13px;
    font-weight: 600;
    color: #6b7280;
    white-space: nowrap;
}

.nuovo-cliente-step.active .step-label[b-h9ukpv06p4] {
    color: #0d6efd;
}

.nuovo-cliente-step.completed .step-label[b-h9ukpv06p4] {
    color: #198754;
}

.step-line[b-h9ukpv06p4] {
    width: 80px;
    height: 2px;
    margin: 0 10px;
    background: #e5e7eb;
    transition: background-color 0.2s ease;
}

.step-line.completed[b-h9ukpv06p4] {
    background: #198754;
}

.wizard-feedback[b-h9ukpv06p4] {
    margin: 18px 24px 0;
    padding: 14px 16px;
    border-radius: 12px;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.5;
    white-space: pre-line;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
}

.wizard-feedback.feedback-info[b-h9ukpv06p4] {
    background: #eef5ff;
    color: #0b57d0;
    border: 1px solid #cfe2ff;
}

.wizard-feedback.feedback-success[b-h9ukpv06p4] {
    background: #edf9f1;
    color: #146c43;
    border: 1px solid #badbcc;
}

.wizard-feedback.feedback-warning[b-h9ukpv06p4] {
    background: #fff8e6;
    color: #9a6700;
    border: 1px solid #ffe69c;
}

.wizard-feedback.feedback-error[b-h9ukpv06p4] {
    background: #fff1f2;
    color: #b42318;
    border: 1px solid #f3c7cf;
}

/* ─── Success banner step 2 ─── */
.wizard-success-banner[b-h9ukpv06p4] {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px 16px;
    margin-bottom: 16px;
    border-radius: 12px;
    background: linear-gradient(90deg, #ecfdf5 0%, #f0fdf4 100%);
    border: 1px solid #86efac;
    color: #065f46;
    box-shadow: 0 1px 2px rgba(16, 185, 129, 0.08);
}

.wizard-success-icon[b-h9ukpv06p4] {
    flex-shrink: 0;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #10b981;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wizard-success-content[b-h9ukpv06p4] {
    display: flex;
    flex-direction: column;
    gap: 2px;
    line-height: 1.35;
}

.wizard-success-content strong[b-h9ukpv06p4] {
    font-size: 14px;
    color: #065f46;
}

.wizard-success-content span[b-h9ukpv06p4] {
    font-size: 12.5px;
    color: #047857;
}

.wizard-card[b-h9ukpv06p4] {
    margin: 24px;
    padding: 24px;
    border-radius: 18px;
    border: 1px solid #e5e7eb;
    background: #ffffff;
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.06);
}

.wizard-card h3[b-h9ukpv06p4] {
    margin: 0 0 6px;
    font-size: 20px;
    font-weight: 700;
    color: #111827;
}

.wizard-card > p[b-h9ukpv06p4] {
    margin: 0 0 22px;
    font-size: 13px;
    line-height: 1.6;
    color: #6b7280;
}

.wizard-grid[b-h9ukpv06p4] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.wizard-field[b-h9ukpv06p4] {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.wizard-field.full-row[b-h9ukpv06p4] {
    grid-column: 1 / -1;
}

.wizard-field label[b-h9ukpv06p4] {
    font-size: 13px;
    font-weight: 600;
    color: #374151;
}

.wizard-input[b-h9ukpv06p4] {
    width: 100%;
    box-sizing: border-box;
    padding: 11px 14px;
    border: 1px solid #d1d5db;
    border-radius: 10px;
    background: #fff;
    color: #111827;
    font-size: 14px;
    transition: border-color 0.15s ease, box-shadow 0.15s ease, background-color 0.15s ease;
}

.wizard-input:hover[b-h9ukpv06p4] {
    border-color: #9ca3af;
}

.wizard-input:focus[b-h9ukpv06p4] {
    outline: none;
    border-color: #0d6efd;
    box-shadow: 0 0 0 4px rgba(13, 110, 253, 0.12);
    background: #fcfdff;
}

.wizard-input[disabled][b-h9ukpv06p4] {
    background: #f3f4f6;
    color: #6b7280;
    cursor: not-allowed;
}

.wizard-actions[b-h9ukpv06p4] {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 26px;
    padding-top: 18px;
    border-top: 1px solid #eef2f7;
}

.wizard-actions .dashboard-btn[b-h9ukpv06p4] {
    min-width: 160px;
    justify-content: center;
}

@media (max-width: 900px) {
    .nuovo-cliente-stepper[b-h9ukpv06p4] {
        padding: 18px 20px 14px;
    }

    .wizard-card[b-h9ukpv06p4] {
        margin: 18px;
        padding: 20px;
    }

    .wizard-grid[b-h9ukpv06p4] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .nuovo-cliente-wizard-shell[b-h9ukpv06p4] {
        min-height: 0;
        max-height: none;
    }

    .nuovo-cliente-stepper[b-h9ukpv06p4] {
        align-items: flex-start;
        flex-direction: column;
        gap: 12px;
    }

    .step-line[b-h9ukpv06p4] {
        width: 2px;
        height: 18px;
        margin: -4px 0 -2px 16px;
    }

    .wizard-feedback[b-h9ukpv06p4] {
        margin: 16px 16px 0;
    }

    .wizard-card[b-h9ukpv06p4] {
        margin: 16px;
        padding: 18px;
        border-radius: 14px;
    }

    .wizard-actions[b-h9ukpv06p4] {
        flex-direction: column-reverse;
        align-items: stretch;
    }

    .wizard-actions .dashboard-btn[b-h9ukpv06p4] {
        width: 100%;
        min-width: 0;
    }
}
/* /Components/WhatsApp/WhatsAppCampaignMonitor.razor.rz.scp.css */
.wa-campaign-monitor[b-04xu6ut9vc] {
    padding: 1rem;
}

.wa-campaign-header[b-04xu6ut9vc],
.wa-campaign-card-heading[b-04xu6ut9vc],
.wa-campaign-filters[b-04xu6ut9vc],
.wa-campaign-actions[b-04xu6ut9vc] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.wa-campaign-header h1[b-04xu6ut9vc],
.wa-campaign-card h2[b-04xu6ut9vc] {
    margin: 0;
}

.wa-campaign-filters[b-04xu6ut9vc] {
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 1rem 0;
}

.wa-campaign-filters label[b-04xu6ut9vc] {
    display: grid;
    gap: .35rem;
    min-width: 240px;
}

.wa-campaign-filters select[b-04xu6ut9vc] {
    min-height: 2.4rem;
    border: 1px solid #d7dce3;
    border-radius: 6px;
    padding: .4rem .6rem;
}

.wa-campaign-grid[b-04xu6ut9vc] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
    gap: 1rem;
}

.wa-campaign-card[b-04xu6ut9vc] {
    border: 1px solid #e1e5ea;
    border-radius: 12px;
    padding: 1rem;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .06);
    transition: transform .15s ease, box-shadow .15s ease;
}

.wa-campaign-card:hover[b-04xu6ut9vc] {
    transform: translateY(-4px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, .12);
}

.wa-campaign-card dl[b-04xu6ut9vc] {
    display: grid;
    gap: .45rem;
}

.wa-campaign-card dl div[b-04xu6ut9vc] {
    display: grid;
    grid-template-columns: 7rem 1fr;
}

.wa-campaign-card dt[b-04xu6ut9vc] {
    color: #5f6875;
}

.wa-campaign-card dd[b-04xu6ut9vc] {
    margin: 0;
}

.wa-campaign-counts[b-04xu6ut9vc] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: .5rem;
    margin: 1rem 0;
}

.wa-campaign-counts span[b-04xu6ut9vc] {
    background: #f5f7fa;
    border-radius: 8px;
    padding: .55rem;
    text-align: center;
}

.wa-campaign-counts strong[b-04xu6ut9vc] {
    display: block;
    font-size: 1.25rem;
}

.wa-campaign-actions[b-04xu6ut9vc] {
    justify-content: flex-end;
    flex-wrap: wrap;
}

.wa-campaign-alert[b-04xu6ut9vc] {
    color: #842029;
    background: #f8d7da;
    border-radius: 8px;
    padding: .75rem;
    margin: 1rem 0;
}

.wa-campaign-empty[b-04xu6ut9vc] {
    color: #5f6875;
    padding: 2rem;
    text-align: center;
}
/* /Components/WhatsApp/WhatsAppConversationPanel.razor.rz.scp.css */
.wa-panel[b-ij4bncg1rp] { background: white; border: 1px solid #dce4e0; border-radius: 12px; padding: 20px; margin: 16px 0; color: #23372e; }
.wa-header[b-ij4bncg1rp],.wa-toolbar[b-ij4bncg1rp] { display: flex; align-items: center; justify-content: space-between; gap: 12px; flex-wrap: wrap; }
.wa-header h3[b-ij4bncg1rp] { margin: 0 0 4px; }.wa-toolbar[b-ij4bncg1rp] { margin: 20px 0 12px; }
.wa-history[b-ij4bncg1rp] { display: flex; flex-direction: column; gap: 12px; max-height: 480px; overflow-y: auto; padding: 16px; background: #f2f6f3; border-radius: 8px; }
.wa-message[b-ij4bncg1rp] { max-width: 85%; padding: 12px 16px; border-radius: 10px; border: 1px solid #dce4e0; }
.wa-incoming[b-ij4bncg1rp] { align-self: flex-start; background: white; }.wa-outgoing[b-ij4bncg1rp] { align-self: flex-end; background: #e1f4e8; }
.wa-body[b-ij4bncg1rp],.wa-preview[b-ij4bncg1rp] { white-space: pre-wrap; overflow-wrap: anywhere; margin: 6px 0; }
.wa-message footer[b-ij4bncg1rp],.wa-message small[b-ij4bncg1rp] { font-size: .78rem; color: #53665c; }.wa-compose[b-ij4bncg1rp] { display: grid; gap: 12px; margin-top: 16px; }
.wa-compose label[b-ij4bncg1rp] { display: grid; gap: 5px; }.wa-compose select[b-ij4bncg1rp] { padding: 8px; border-radius: 6px; border: 1px solid #bccbc1; max-width: 100%; }
.wa-compose .wa-optin[b-ij4bncg1rp] { display: flex; gap: 8px; align-items: center; }.wa-error[b-ij4bncg1rp] { color: #a12622; margin-top: 12px; }.wa-empty[b-ij4bncg1rp] { color: #53665c; }
@media(max-width:600px) { .wa-panel[b-ij4bncg1rp] { padding: 12px; }.wa-message[b-ij4bncg1rp] { max-width: 95%; } }
/* /Components/WhatsApp/WhatsAppSharedInbox.razor.rz.scp.css */
.wa-inbox[b-y18n7fjr9n] {
    min-height: 100%;
    padding: 20px;
    background: #f4f6f8;
    color: #212529;
}

.wa-inbox-header[b-y18n7fjr9n],
.wa-thread-header[b-y18n7fjr9n],
.wa-list-heading[b-y18n7fjr9n] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.wa-inbox-header h1[b-y18n7fjr9n],
.wa-thread-header h2[b-y18n7fjr9n] {
    margin: 0 0 4px;
}

.wa-inbox-header p[b-y18n7fjr9n],
.wa-thread-header p[b-y18n7fjr9n] {
    margin: 0;
    color: #6c757d;
}

.wa-alert[b-y18n7fjr9n],
.wa-notice[b-y18n7fjr9n] {
    margin: 12px 0;
    padding: 12px;
    border-radius: 8px;
}

.wa-alert[b-y18n7fjr9n] {
    border: 1px solid #dc3545;
    background: #f8d7da;
    color: #842029;
}

.wa-notice[b-y18n7fjr9n] {
    border: 1px solid #ffc107;
    background: #fff3cd;
    color: #664d03;
}

.wa-filters[b-y18n7fjr9n] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    align-items: end;
    gap: 12px;
    margin: 20px 0;
    padding: 16px;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .06);
}

.wa-filters label[b-y18n7fjr9n],
.wa-status-editor label[b-y18n7fjr9n],
.wa-compose label[b-y18n7fjr9n] {
    display: grid;
    gap: 5px;
    color: #495057;
    font-size: 13px;
    font-weight: 600;
}

.wa-filters select[b-y18n7fjr9n],
.wa-status-editor select[b-y18n7fjr9n],
.wa-compose select[b-y18n7fjr9n] {
    min-height: 36px;
    padding: 6px 8px;
    border: 1px solid #ced4da;
    border-radius: 6px;
    background: #fff;
    color: #212529;
}

.wa-check[b-y18n7fjr9n] {
    display: flex !important;
    align-items: center;
    grid-template-columns: auto 1fr;
    gap: 8px !important;
    min-height: 36px;
}

.wa-workspace[b-y18n7fjr9n] {
    display: grid;
    grid-template-columns: minmax(280px, 34%) minmax(0, 1fr);
    min-height: 650px;
    overflow: hidden;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .06);
}

.wa-conversation-list[b-y18n7fjr9n] {
    overflow-y: auto;
    border-right: 1px solid #e9ecef;
    background: #fff;
}

.wa-list-heading[b-y18n7fjr9n] {
    position: sticky;
    top: 0;
    z-index: 1;
    padding: 16px;
    border-bottom: 1px solid #e9ecef;
    background: #fff;
}

.wa-list-heading span[b-y18n7fjr9n],
.wa-unread[b-y18n7fjr9n] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 24px;
    height: 24px;
    border-radius: 12px;
    background: #198754;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
}

.wa-conversation[b-y18n7fjr9n] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    width: 100%;
    gap: 3px 8px;
    padding: 14px 16px;
    border: 0;
    border-bottom: 1px solid #e9ecef;
    background: #fff;
    color: inherit;
    text-align: left;
    cursor: pointer;
}

.wa-conversation:hover[b-y18n7fjr9n],
.wa-conversation.wa-selected[b-y18n7fjr9n] {
    background: #e7f1ff;
}

.wa-conversation.wa-selected[b-y18n7fjr9n] {
    box-shadow: inset 4px 0 #0d6efd;
}

.wa-conversation-title[b-y18n7fjr9n] {
    overflow: hidden;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.wa-conversation-phone[b-y18n7fjr9n],
.wa-conversation-preview[b-y18n7fjr9n],
.wa-conversation-meta[b-y18n7fjr9n] {
    grid-column: 1 / -1;
    overflow: hidden;
    color: #6c757d;
    font-size: 12px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.wa-conversation-preview[b-y18n7fjr9n] {
    color: #343a40;
    font-size: 13px;
}

.wa-thread[b-y18n7fjr9n] {
    display: flex;
    min-width: 0;
    flex-direction: column;
    padding: 20px;
    background: #f8f9fa;
}

.wa-thread-empty[b-y18n7fjr9n] {
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 6px;
    color: #6c757d;
    text-align: center;
}

.wa-status-editor[b-y18n7fjr9n] {
    display: grid;
    min-width: 210px;
    gap: 5px;
}

.wa-history[b-y18n7fjr9n] {
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: 12px;
    min-height: 360px;
    max-height: 560px;
    margin: 18px 0;
    padding: 16px;
    overflow-y: auto;
    border-radius: 8px;
    background: #eef2f0;
}

.wa-message[b-y18n7fjr9n] {
    align-self: flex-start;
    width: min(82%, 720px);
    padding: 12px 16px;
    border: 1px solid #dce4e0;
    border-radius: 10px;
    background: #fff;
}

.wa-message.wa-outgoing[b-y18n7fjr9n] {
    align-self: flex-end;
    background: #e1f4e8;
}

.wa-body[b-y18n7fjr9n],
.wa-preview[b-y18n7fjr9n] {
    margin: 6px 0;
    overflow-wrap: anywhere;
    white-space: pre-wrap;
}

.wa-message footer[b-y18n7fjr9n] {
    display: flex;
    flex-wrap: wrap;
    gap: 4px 12px;
    margin-top: 6px;
    color: #53665c;
    font-size: 12px;
}

.wa-attachment[b-y18n7fjr9n] {
    display: grid;
    gap: 10px;
    margin-top: 10px;
    padding: 12px;
    border: 1px solid #ced4da;
    border-radius: 8px;
    background: #fff;
}

.wa-attachment > div:first-child[b-y18n7fjr9n],
.wa-attachment-actions[b-y18n7fjr9n] {
    display: grid;
    gap: 6px;
}

.wa-attachment small[b-y18n7fjr9n] {
    display: block;
    color: #53665c;
}

.wa-attachment-download[b-y18n7fjr9n] {
    width: fit-content;
    color: #0d6efd;
    font-weight: 600;
}

.wa-attachment-actions[b-y18n7fjr9n] {
    grid-template-columns: minmax(180px, 1fr) auto auto minmax(180px, 1fr) auto;
    align-items: end;
}

.wa-attachment-actions label[b-y18n7fjr9n] {
    display: grid;
    gap: 5px;
    color: #495057;
    font-size: 13px;
    font-weight: 600;
}

.wa-attachment-actions select[b-y18n7fjr9n] {
    min-height: 36px;
    padding: 6px 8px;
    border: 1px solid #ced4da;
    border-radius: 6px;
    background: #fff;
}

.wa-compose[b-y18n7fjr9n] {
    display: grid;
    gap: 12px;
    padding: 16px;
    border: 1px solid #dce4e0;
    border-radius: 12px;
    background: #fff;
}

.wa-empty[b-y18n7fjr9n] {
    padding: 24px 16px;
    color: #6c757d;
    text-align: center;
}

@media (max-width: 900px) {
    .wa-workspace[b-y18n7fjr9n] {
        grid-template-columns: 1fr;
    }

    .wa-conversation-list[b-y18n7fjr9n] {
        max-height: 340px;
        border-right: 0;
        border-bottom: 1px solid #e9ecef;
    }
}

@media (max-width: 600px) {
    .wa-inbox[b-y18n7fjr9n],
    .wa-thread[b-y18n7fjr9n] {
        padding: 12px;
    }

    .wa-inbox-header[b-y18n7fjr9n],
    .wa-thread-header[b-y18n7fjr9n] {
        align-items: stretch;
        flex-direction: column;
    }

    .wa-message[b-y18n7fjr9n] {
        width: 94%;
    }

    .wa-attachment-actions[b-y18n7fjr9n] {
        grid-template-columns: 1fr;
    }
}
/* /Editors/CampagnaIndeedCards/CampagnaIndeedCardListComponent.razor.rz.scp.css */
.ci-cards-container[b-sg3obify3t] {
    padding: 16px;
    width: 100%;
}

.ci-cards-grid[b-sg3obify3t] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(360px, 1fr));
    gap: 16px;
}

.ci-card[b-sg3obify3t] {
    background: #ffffff;
    border: 1px solid #e9ecef;
    border-left: 4px solid #adb5bd;
    border-radius: 12px;
    padding: 16px;
    cursor: pointer;
    transition: transform 0.15s ease, box-shadow 0.15s ease, border-color 0.15s ease;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.06);
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.ci-card:hover[b-sg3obify3t] {
    transform: translateY(-4px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.12);
}

.ci-card-active[b-sg3obify3t] { border-left-color: #2557a7; }
.ci-card-rejected[b-sg3obify3t] { border-left-color: #dc3545; }
.ci-card-warning[b-sg3obify3t] { border-left-color: #ffc107; }

.ci-card-header[b-sg3obify3t] {
    display: flex;
    align-items: center;
    gap: 10px;
}

.ci-card-logo[b-sg3obify3t] {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    background: linear-gradient(135deg, #2557a7 0%, #003a9b 100%);
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Georgia, serif;
    font-style: italic;
    flex-shrink: 0;
}

.ci-card-header-main[b-sg3obify3t] {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    min-width: 0;
}

.ci-card-code[b-sg3obify3t] {
    font-family: 'Consolas', monospace;
    font-size: 12px;
    color: #6c757d;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ci-card-status[b-sg3obify3t] {
    font-size: 11px;
    font-weight: 600;
    padding: 3px 10px;
    border-radius: 999px;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    white-space: nowrap;
}

.ci-status-active[b-sg3obify3t] { background: #d1f2e0; color: #0f5132; }
.ci-status-pending[b-sg3obify3t] { background: #fff3cd; color: #664d03; }
.ci-status-paused[b-sg3obify3t] { background: #e2e3e5; color: #41464b; }
.ci-status-closed[b-sg3obify3t] { background: #cfe2ff; color: #084298; }
.ci-status-rejected[b-sg3obify3t] { background: #f8d7da; color: #842029; }
.ci-status-exhausted[b-sg3obify3t] { background: #f8d7da; color: #842029; }
.ci-status-draft[b-sg3obify3t] { background: #f1f3f5; color: #495057; }

.ci-card-title[b-sg3obify3t] {
    font-size: 16px;
    font-weight: 600;
    color: #212529;
    line-height: 1.3;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.ci-card-meta[b-sg3obify3t] {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.ci-card-meta-item[b-sg3obify3t] {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    color: #495057;
}

.ci-card-meta-item svg[b-sg3obify3t] { color: #6c757d; flex-shrink: 0; }

.ci-card-meta-item span[b-sg3obify3t] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ci-card-budget[b-sg3obify3t] {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 10px;
    background: #f8f9fa;
    border-radius: 8px;
}

.ci-card-budget-row[b-sg3obify3t] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
}

.ci-card-budget-label[b-sg3obify3t] {
    color: #6c757d;
    font-weight: 500;
}

.ci-card-budget-value[b-sg3obify3t] {
    color: #212529;
    font-weight: 600;
}

.ci-card-budget-row-sub[b-sg3obify3t] {
    font-size: 11px;
    color: #6c757d;
    margin-top: 2px;
}

.ci-card-bar[b-sg3obify3t] {
    width: 100%;
    height: 6px;
    background: #e9ecef;
    border-radius: 999px;
    overflow: hidden;
}

.ci-card-bar-fill[b-sg3obify3t] {
    height: 100%;
    border-radius: 999px;
    transition: width 0.3s ease;
}

.ci-bar-ok[b-sg3obify3t] { background: linear-gradient(90deg, #198754, #2dce89); }
.ci-bar-warning[b-sg3obify3t] { background: linear-gradient(90deg, #ffc107, #ff9800); }
.ci-bar-danger[b-sg3obify3t] { background: linear-gradient(90deg, #dc3545, #c92a3a); }

.ci-card-kpis[b-sg3obify3t] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
    padding-top: 8px;
    border-top: 1px solid #f1f3f5;
}

.ci-card-kpi[b-sg3obify3t] {
    display: flex;
    flex-direction: column;
    gap: 2px;
    text-align: center;
}

.ci-card-kpi-label[b-sg3obify3t] {
    font-size: 10px;
    color: #6c757d;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

.ci-card-kpi strong[b-sg3obify3t] {
    font-size: 14px;
    color: #212529;
    font-weight: 700;
}

.ci-card-alert[b-sg3obify3t] {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    color: #842029;
    background: #f8d7da;
    border: 1px solid #f5c2c7;
    border-radius: 6px;
    padding: 6px 10px;
    font-weight: 500;
}

.ci-empty[b-sg3obify3t] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 48px 16px;
    gap: 12px;
    color: #6c757d;
    font-size: 14px;
}
/* /Editors/CampagnaIndeedDetail/CampagnaIndeedDetailComponent.razor.rz.scp.css */
/* ===== Campagna Indeed Detail ===== */
.ci-detail[b-38ttsc3sm2] {
    padding: 24px;
    background: #f4f6fb;
    min-height: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

/* HERO */
.ci-hero[b-38ttsc3sm2] {
    position: relative;
    background: linear-gradient(135deg, #1a2e44 0%, #2557a7 55%, #3b82f6 100%);
    border-radius: 18px;
    overflow: hidden;
    padding: 28px 32px;
    color: #fff;
    box-shadow: 0 10px 30px rgba(37, 87, 167, 0.25);
}

.ci-hero-overlay[b-38ttsc3sm2] {
    position: absolute;
    inset: 0;
    background-image: radial-gradient(circle at 85% 15%, rgba(255,255,255,0.18), transparent 60%);
    pointer-events: none;
}

.ci-hero-content[b-38ttsc3sm2] {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    flex-wrap: wrap;
}

.ci-brand[b-38ttsc3sm2] {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 14px;
}

.ci-brand-logo[b-38ttsc3sm2] {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    color: #2557a7;
    font-weight: 900;
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Georgia, serif;
    font-style: italic;
}

.ci-brand-label[b-38ttsc3sm2] {
    display: block;
    font-size: 11px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    opacity: 0.85;
    font-weight: 600;
}

.ci-brand-code[b-38ttsc3sm2] {
    display: block;
    font-size: 13px;
    font-family: "Consolas", monospace;
    opacity: 0.95;
}

.ci-title[b-38ttsc3sm2] {
    font-size: 28px;
    font-weight: 700;
    margin: 0 0 14px 0;
    line-height: 1.15;
}

.ci-meta[b-38ttsc3sm2] {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.ci-chip[b-38ttsc3sm2] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(255, 255, 255, 0.18);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.22);
    color: #fff;
    padding: 6px 12px;
    border-radius: 999px;
    font-size: 12.5px;
    font-weight: 500;
}

.ci-chip-status svg[b-38ttsc3sm2] { color: #fff; }
.ci-chip.status-active[b-38ttsc3sm2] { background: rgba(34,197,94,0.85); border-color: rgba(34,197,94,0.9); }
.ci-chip.status-approved[b-38ttsc3sm2] { background: rgba(59,130,246,0.85); border-color: rgba(59,130,246,0.9); }
.ci-chip.status-review[b-38ttsc3sm2] { background: rgba(245,158,11,0.85); border-color: rgba(245,158,11,0.9); }
.ci-chip.status-draft[b-38ttsc3sm2] { background: rgba(148,163,184,0.85); border-color: rgba(148,163,184,0.9); }
.ci-chip.status-paused[b-38ttsc3sm2] { background: rgba(234,179,8,0.85); border-color: rgba(234,179,8,0.9); }
.ci-chip.status-closed[b-38ttsc3sm2] { background: rgba(100,116,139,0.85); border-color: rgba(100,116,139,0.9); }
.ci-chip.status-rejected[b-38ttsc3sm2] { background: rgba(239,68,68,0.85); border-color: rgba(239,68,68,0.9); }
.ci-chip.status-error[b-38ttsc3sm2] { background: rgba(220,38,38,0.85); border-color: rgba(220,38,38,0.9); }

.ci-chip-live[b-38ttsc3sm2] {
    background: rgba(34, 197, 94, 0.2);
    border-color: rgba(34, 197, 94, 0.5);
}
.ci-dot-pulse[b-38ttsc3sm2] {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #22c55e;
    box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.7);
    animation: ci-pulse-b-38ttsc3sm2 2s infinite;
}
@keyframes ci-pulse-b-38ttsc3sm2 {
    0% { box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.7); }
    70% { box-shadow: 0 0 0 10px rgba(34, 197, 94, 0); }
    100% { box-shadow: 0 0 0 0 rgba(34, 197, 94, 0); }
}

/* BUDGET RING */
.ci-budget-ring[b-38ttsc3sm2] {
    position: relative;
    width: 140px;
    height: 140px;
}
.ci-budget-ring svg[b-38ttsc3sm2] {
    width: 100%;
    height: 100%;
    transform: rotate(-90deg);
}
.ci-ring-bg[b-38ttsc3sm2] { fill: none; stroke: rgba(255,255,255,0.18); stroke-width: 10; }
.ci-ring-fg[b-38ttsc3sm2] {
    fill: none;
    stroke-width: 10;
    stroke-linecap: round;
    transition: stroke-dasharray .6s ease;
}
.ci-ring-fg.ring-success[b-38ttsc3sm2] { stroke: #22c55e; }
.ci-ring-fg.ring-info[b-38ttsc3sm2] { stroke: #38bdf8; }
.ci-ring-fg.ring-warning[b-38ttsc3sm2] { stroke: #f59e0b; }
.ci-ring-fg.ring-danger[b-38ttsc3sm2] { stroke: #ef4444; }

.ci-ring-label[b-38ttsc3sm2] {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-align: center;
}
.ci-ring-value[b-38ttsc3sm2] {
    font-size: 22px;
    font-weight: 800;
    line-height: 1;
}
.ci-ring-text[b-38ttsc3sm2] {
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    opacity: 0.85;
    margin-top: 4px;
}

/* KPI GRID */
.ci-kpi-grid[b-38ttsc3sm2] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 16px;
    margin-top: 20px;
}

.ci-kpi[b-38ttsc3sm2] {
    display: flex;
    gap: 14px;
    padding: 18px;
    background: #fff;
    border-radius: 14px;
    border-left: 4px solid;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}
.ci-kpi-primary[b-38ttsc3sm2] { border-left-color: #2557a7; }
.ci-kpi-warning[b-38ttsc3sm2] { border-left-color: #f59e0b; }
.ci-kpi-success[b-38ttsc3sm2] { border-left-color: #22c55e; }
.ci-kpi-info[b-38ttsc3sm2] { border-left-color: #38bdf8; }

.ci-kpi-icon[b-38ttsc3sm2] {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    background: #f1f5f9;
    color: #2557a7;
}
.ci-kpi-warning .ci-kpi-icon[b-38ttsc3sm2] { color: #f59e0b; background: #fef3c7; }
.ci-kpi-success .ci-kpi-icon[b-38ttsc3sm2] { color: #22c55e; background: #dcfce7; }
.ci-kpi-info .ci-kpi-icon[b-38ttsc3sm2] { color: #38bdf8; background: #e0f2fe; }

.ci-kpi-body[b-38ttsc3sm2] { display: flex; flex-direction: column; gap: 2px; flex: 1; min-width: 0; }
.ci-kpi-label[b-38ttsc3sm2] {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    color: #64748b;
    font-weight: 600;
}
.ci-kpi-value[b-38ttsc3sm2] {
    font-size: 22px;
    font-weight: 700;
    color: #0f172a;
    line-height: 1.1;
}
.ci-kpi-sub[b-38ttsc3sm2] { font-size: 12px; color: #64748b; margin-top: 2px; }

.ci-bar[b-38ttsc3sm2] {
    margin-top: 8px;
    height: 6px;
    background: #e2e8f0;
    border-radius: 3px;
    overflow: hidden;
}
.ci-bar-fill[b-38ttsc3sm2] { height: 100%; border-radius: 3px; transition: width .4s ease; }
.ci-bar-fill.bar-success[b-38ttsc3sm2] { background: linear-gradient(90deg, #22c55e, #16a34a); }
.ci-bar-fill.bar-info[b-38ttsc3sm2] { background: linear-gradient(90deg, #38bdf8, #0ea5e9); }
.ci-bar-fill.bar-warning[b-38ttsc3sm2] { background: linear-gradient(90deg, #f59e0b, #d97706); }
.ci-bar-fill.bar-danger[b-38ttsc3sm2] { background: linear-gradient(90deg, #ef4444, #dc2626); }

.ci-badge-danger[b-38ttsc3sm2] {
    display: inline-block;
    background: #fee2e2;
    color: #b91c1c;
    padding: 2px 8px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 600;
}

/* SECTION */
.ci-section[b-38ttsc3sm2] {
    margin-top: 24px;
    background: #fff;
    border-radius: 14px;
    padding: 20px 24px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}
.ci-section-header[b-38ttsc3sm2] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
}
.ci-section-header h2[b-38ttsc3sm2] {
    font-size: 16px;
    font-weight: 700;
    color: #0f172a;
    margin: 0;
}
.ci-last-sync[b-38ttsc3sm2] { font-size: 12px; color: #64748b; }
.ci-muted[b-38ttsc3sm2] { color: #94a3b8; font-style: italic; }

/* PERFORMANCE */
.ci-perf-grid[b-38ttsc3sm2] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 12px;
}
.ci-perf-card[b-38ttsc3sm2] {
    position: relative;
    padding: 16px;
    background: linear-gradient(135deg, #f8fafc, #eef2f7);
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    overflow: hidden;
}
.ci-perf-label[b-38ttsc3sm2] {
    display: block;
    font-size: 11px;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    font-weight: 600;
    margin-bottom: 4px;
}
.ci-perf-value[b-38ttsc3sm2] {
    font-size: 24px;
    font-weight: 700;
    color: #0f172a;
}
.ci-perf-icon[b-38ttsc3sm2] {
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    color: #cbd5e1;
    opacity: 0.6;
}

/* CHART */
.ci-chart[b-38ttsc3sm2] {
    padding: 12px 4px;
}
.ci-chart-bars[b-38ttsc3sm2] {
    display: flex;
    align-items: flex-end;
    gap: 8px;
    height: 180px;
    padding: 0 6px;
    border-bottom: 1px solid #e2e8f0;
}
.ci-chart-col[b-38ttsc3sm2] {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    gap: 6px;
    min-width: 30px;
}
.ci-chart-bar[b-38ttsc3sm2] {
    width: 100%;
    max-width: 36px;
    background: linear-gradient(180deg, #3b82f6 0%, #2557a7 100%);
    border-radius: 6px 6px 0 0;
    min-height: 4px;
    transition: opacity .2s;
}
.ci-chart-col:hover .ci-chart-bar[b-38ttsc3sm2] { opacity: 0.85; }
.ci-chart-xlabel[b-38ttsc3sm2] {
    font-size: 10px;
    color: #64748b;
    font-weight: 500;
}

/* ALERTS */
.ci-alerts[b-38ttsc3sm2] { display: flex; flex-direction: column; gap: 10px; }
.ci-alert[b-38ttsc3sm2] {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 14px;
    border-radius: 10px;
    border: 1px solid;
}
.ci-alert-info[b-38ttsc3sm2] { background: #eff6ff; border-color: #bfdbfe; color: #1e40af; }
.ci-alert-warning[b-38ttsc3sm2] { background: #fef3c7; border-color: #fcd34d; color: #92400e; }
.ci-alert-danger[b-38ttsc3sm2] { background: #fee2e2; border-color: #fca5a5; color: #991b1b; }
.ci-alert-body[b-38ttsc3sm2] { flex: 1; display: flex; flex-direction: column; gap: 2px; }
.ci-alert-title[b-38ttsc3sm2] { font-size: 13px; font-weight: 700; }
.ci-alert-msg[b-38ttsc3sm2] { font-size: 13px; }
.ci-alert-date[b-38ttsc3sm2] { font-size: 11px; opacity: 0.8; }

/* NOTE */
.ci-note[b-38ttsc3sm2] {
    padding: 12px 16px;
    background: #f8fafc;
    border-left: 3px solid #cbd5e1;
    border-radius: 6px;
    font-size: 13.5px;
    color: #334155;
    white-space: pre-wrap;
}
.ci-note-danger[b-38ttsc3sm2] { border-left-color: #ef4444; background: #fef2f2; color: #991b1b; margin-top: 10px; }
[b-38ttsc3sm2] .ci-actions-bar {
    padding: 14px 20px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
    border-bottom: 1px solid #e5e7eb;
    border-radius: 0 0 16px 16px;
    margin-bottom: 18px;
}
[b-38ttsc3sm2] .ci-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
[b-38ttsc3sm2] .ci-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 14px;
    border-radius: 8px;
    border: 1px solid #dee2e6;
    background: #fff;
    font-size: 13px;
    font-weight: 500;
    color: #374151;
    cursor: pointer;
    transition: all 0.15s;
}
[b-38ttsc3sm2] .ci-btn:hover:not([disabled]) {
    transform: translateY(-1px);
    box-shadow: 0 2px 6px rgba(0,0,0,0.08);
}
[b-38ttsc3sm2] .ci-btn[disabled] { opacity: 0.45; cursor: not-allowed; }
[b-38ttsc3sm2] .ci-btn-success { color: #198754; border-color: #198754; }
[b-38ttsc3sm2] .ci-btn-warning { color: #fd7e14; border-color: #fd7e14; }
[b-38ttsc3sm2] .ci-btn-danger  { color: #dc3545; border-color: #dc3545; }
[b-38ttsc3sm2] .ci-btn-info    { color: #0d6efd; border-color: #0d6efd; }
[b-38ttsc3sm2] .ci-feedback {
    margin-bottom: 10px;
    padding: 10px 14px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 500;
}
[b-38ttsc3sm2] .ci-feedback-success { background: #d1e7dd; color: #0f5132; }
[b-38ttsc3sm2] .ci-feedback-error   { background: #f8d7da; color: #842029; }
[b-38ttsc3sm2] .ci-feedback-warning { background: #fff3cd; color: #664d03; }
[b-38ttsc3sm2] .ci-feedback-info    { background: #cfe2ff; color: #084298; }
/* /Editors/CandidatoDetail/CandidatoSchedaAffiancataComponent.razor.rz.scp.css */
.scheda-affiancata[b-2gmkrt58cz] {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 4px;
    font-size: 14px;
    color: #1f2933;
}

.scheda-affiancata-empty[b-2gmkrt58cz] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 48px 24px;
    color: #829ab1;
    text-align: center;
}

.scheda-affiancata-empty .empty-icon[b-2gmkrt58cz] {
    font-size: 40px;
    opacity: 0.4;
}

/* Hero */
.sa-hero[b-2gmkrt58cz] {
    display: flex;
    gap: 16px;
    align-items: center;
    padding: 18px;
    border-radius: 12px;
    background: linear-gradient(135deg, #0d6efd 0%, #3d8bfd 100%);
    color: #fff;
    box-shadow: 0 8px 16px rgba(13, 110, 253, 0.18);
}

.sa-hero-warning[b-2gmkrt58cz] {
    background: linear-gradient(135deg, #b02a37 0%, #dc3545 100%);
    box-shadow: 0 8px 16px rgba(220, 53, 69, 0.22);
}

.sa-avatar[b-2gmkrt58cz] {
    flex: 0 0 auto;
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    font-weight: 700;
    overflow: hidden;
    border: 2px solid rgba(255, 255, 255, 0.5);
}

.sa-avatar img[b-2gmkrt58cz] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sa-hero-content[b-2gmkrt58cz] {
    display: flex;
    flex-direction: column;
    gap: 6px;
    min-width: 0;
}

.sa-eyebrow[b-2gmkrt58cz] {
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 11px;
    opacity: 0.85;
}

.sa-hero-content h2[b-2gmkrt58cz] {
    margin: 0;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
}

.sa-hero-meta[b-2gmkrt58cz] {
    display: flex;
    flex-wrap: wrap;
    gap: 6px 14px;
    font-size: 12px;
    opacity: 0.92;
}

.sa-badges[b-2gmkrt58cz] {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 4px;
}

.sa-badge[b-2gmkrt58cz] {
    display: inline-flex;
    align-items: center;
    padding: 3px 10px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 600;
    background: rgba(255, 255, 255, 0.9);
    color: #1f2933;
}

.sa-badge-neutral[b-2gmkrt58cz] { background: #e2e8f0; color: #475569; }
.sa-badge-info[b-2gmkrt58cz] { background: #cfe2ff; color: #084298; }
.sa-badge-new[b-2gmkrt58cz] { background: #cff4fc; color: #055160; }
.sa-badge-tocontact[b-2gmkrt58cz] { background: #fff3cd; color: #664d03; }
.sa-badge-contacted[b-2gmkrt58cz] { background: #cfe2ff; color: #084298; }
.sa-badge-validation[b-2gmkrt58cz] { background: #e2d9f3; color: #41297a; }
.sa-badge-qualified[b-2gmkrt58cz] { background: #d1e7dd; color: #0f5132; }
.sa-badge-rejected[b-2gmkrt58cz] { background: #f8d7da; color: #842029; }
.sa-badge-converted[b-2gmkrt58cz] { background: #198754; color: #fff; }
.sa-badge-availability-immediate[b-2gmkrt58cz] { background: #d1e7dd; color: #0f5132; }
.sa-badge-availability-soon[b-2gmkrt58cz] { background: #fff3cd; color: #664d03; }
.sa-badge-availability-later[b-2gmkrt58cz] { background: #e2e8f0; color: #475569; }
.sa-badge-gol[b-2gmkrt58cz] { background: #ccfbf1; color: #0f766e; }
.sa-badge-dil[b-2gmkrt58cz] { background: #e2d9f3; color: #5a2ca0; }
.sa-badge-recruiting[b-2gmkrt58cz] { background: #cfe2ff; color: #084298; }

/* Anomalie */
.sa-anomalie[b-2gmkrt58cz] {
    border: 1px solid #f5c2c7;
    background: #fff5f5;
    border-radius: 12px;
    padding: 12px 16px;
}

.sa-anomalie-title[b-2gmkrt58cz] {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 700;
    color: #842029;
    font-size: 13px;
}

.sa-anomalie-icon[b-2gmkrt58cz] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #dc3545;
    color: #fff;
    font-weight: 700;
    font-size: 13px;
}

.sa-anomalie-list[b-2gmkrt58cz] {
    margin: 8px 0 0;
    padding-left: 22px;
    color: #842029;
    font-size: 13px;
}

.sa-anomalie-list li[b-2gmkrt58cz] {
    margin-bottom: 2px;
}

/* Sezioni */
.sa-section[b-2gmkrt58cz] {
    background: #fff;
    border: 1px solid #e4e9f0;
    border-radius: 12px;
    padding: 14px 16px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.06);
}

.sa-section-title[b-2gmkrt58cz] {
    margin: 0 0 12px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #0d6efd;
}

.sa-grid[b-2gmkrt58cz] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 12px 18px;
}

.sa-field[b-2gmkrt58cz] {
    display: flex;
    flex-direction: column;
    gap: 2px;
    padding: 6px 10px;
    border-radius: 8px;
    background: #f8fafc;
}

.sa-field-wide[b-2gmkrt58cz] {
    grid-column: 1 / -1;
}

.sa-field-error[b-2gmkrt58cz] {
    background: #fff5f5;
    border: 1px solid #f5c2c7;
}

.sa-field-error .sa-value[b-2gmkrt58cz] {
    color: #dc3545;
    font-weight: 600;
}

.sa-label[b-2gmkrt58cz] {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #829ab1;
}

.sa-value[b-2gmkrt58cz] {
    font-size: 14px;
    color: #1f2933;
    word-break: break-word;
}

.sa-note[b-2gmkrt58cz] {
    margin-top: 12px;
    padding: 10px 12px;
    background: #f8fafc;
    border-radius: 8px;
}

.sa-note p[b-2gmkrt58cz] {
    margin: 4px 0 0;
    white-space: pre-wrap;
}
/* /Editors/CondizionalitaDashboard/CondizionalitaDashboardComponent.razor.rz.scp.css */
.condizionalita-dashboard[b-qenaitddgf] {
    padding: 20px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.dashboard-header[b-qenaitddgf] {
    display: flex; justify-content: space-between; align-items: center; margin-bottom: 20px;
}
.dashboard-header h3[b-qenaitddgf] { margin: 0; color: #212529; font-size: 1.4rem; }
.btn-refresh[b-qenaitddgf] {
    display: flex; align-items: center; gap: 6px;
    padding: 8px 16px; border: 1px solid #dee2e6; border-radius: 8px;
    background: white; cursor: pointer; font-size: 0.85rem; color: #495057;
    transition: all 0.2s;
}
.btn-refresh:hover[b-qenaitddgf] { background: #f8f9fa; border-color: #adb5bd; }

.dashboard-loading[b-qenaitddgf] { text-align: center; padding: 40px; color: #6c757d; font-size: 1rem; }

/* KPI Grid */
.kpi-grid[b-qenaitddgf] {
    display: grid; grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    gap: 12px; margin-bottom: 24px;
}
.kpi-card[b-qenaitddgf] {
    background: white; border-radius: 12px; padding: 16px; text-align: center;
    box-shadow: 0 2px 4px rgba(0,0,0,0.06); border-top: 3px solid #dee2e6;
    transition: transform 0.2s;
}
.kpi-card:hover[b-qenaitddgf] { transform: translateY(-2px); }
.kpi-card.danger[b-qenaitddgf] { border-top-color: #dc3545; }
.kpi-card.warning[b-qenaitddgf] { border-top-color: #ffc107; }
.kpi-card.info[b-qenaitddgf] { border-top-color: #0dcaf0; }
.kpi-card.success[b-qenaitddgf] { border-top-color: #198754; }

.kpi-value[b-qenaitddgf] { display: block; font-size: 2rem; font-weight: 800; color: #212529; }
.kpi-card.danger .kpi-value[b-qenaitddgf] { color: #dc3545; }
.kpi-card.warning .kpi-value[b-qenaitddgf] { color: #856404; }
.kpi-card.info .kpi-value[b-qenaitddgf] { color: #055160; }
.kpi-card.success .kpi-value[b-qenaitddgf] { color: #198754; }

.kpi-label[b-qenaitddgf] { font-size: 0.8rem; color: #6c757d; margin-top: 4px; }

/* Alert List */
.alert-list[b-qenaitddgf] { background: white; border-radius: 12px; padding: 16px; box-shadow: 0 2px 4px rgba(0,0,0,0.06); }
.alert-list h4[b-qenaitddgf] { margin: 0 0 12px 0; font-size: 1.1rem; color: #212529; }

.alert-table[b-qenaitddgf] { width: 100%; border-collapse: collapse; font-size: 0.85rem; }
.alert-table th[b-qenaitddgf] {
    text-align: left; padding: 8px 10px; background: #f8f9fa;
    border-bottom: 2px solid #dee2e6; color: #495057; font-weight: 600;
}
.alert-table td[b-qenaitddgf] { padding: 8px 10px; border-bottom: 1px solid #f0f0f0; }
.alert-table tr:hover[b-qenaitddgf] { background: #f8f9fa; }
.alert-table tr.row-danger[b-qenaitddgf] { background: #fff5f5; }
.alert-table tr.row-danger:hover[b-qenaitddgf] { background: #ffe0e0; }

.codice[b-qenaitddgf] { font-weight: 700; font-family: monospace; }
.giorni[b-qenaitddgf] { font-weight: 700; }
.giorni.danger[b-qenaitddgf] { color: #dc3545; }
.giorni.warning[b-qenaitddgf] { color: #856404; }

.badge-ok[b-qenaitddgf] { background: #d1e7dd; color: #0f5132; padding: 2px 8px; border-radius: 4px; font-size: 0.75rem; font-weight: 600; }
.badge-rischio[b-qenaitddgf] { background: #f8d7da; color: #842029; padding: 2px 8px; border-radius: 4px; font-size: 0.75rem; font-weight: 600; }
.badge-na[b-qenaitddgf] { background: #e9ecef; color: #6c757d; padding: 2px 8px; border-radius: 4px; font-size: 0.75rem; font-weight: 600; }
/* /Editors/ConvenzioneTirocinioDetail/ConvenzioneTirocinioDetailComponent.razor.rz.scp.css */
.ct-shell[b-s4mu43g3tq] {
    display: grid;
    gap: 1.25rem;
    padding: 1rem;
    color: #243142;
}

.ct-hero[b-s4mu43g3tq] {
    display: flex;
    justify-content: space-between;
    gap: 1.5rem;
    padding: 1.5rem;
    border-radius: 16px;
    color: #fff;
    background: linear-gradient(135deg, #153d6f, #0d6efd);
    box-shadow: 0 8px 20px rgba(13, 110, 253, 0.2);
}

.ct-hero h1[b-s4mu43g3tq] {
    margin: .2rem 0;
    font-size: 2rem;
}

.ct-hero p[b-s4mu43g3tq] {
    margin: 0 0 .8rem;
    font-size: 1.1rem;
}

.ct-eyebrow[b-s4mu43g3tq] {
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    opacity: .8;
}

.ct-meta[b-s4mu43g3tq],
.ct-actions[b-s4mu43g3tq],
.ct-inline-action[b-s4mu43g3tq] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: .65rem;
}

.ct-actions[b-s4mu43g3tq] {
    align-self: flex-start;
}

.ct-badge[b-s4mu43g3tq] {
    padding: .25rem .65rem;
    border-radius: 999px;
    font-weight: 700;
}

.ct-badge.active[b-s4mu43g3tq] {
    background: rgba(25, 135, 84, .9);
}

.ct-badge.archived[b-s4mu43g3tq] {
    background: rgba(108, 117, 125, .9);
}

.ct-grid[b-s4mu43g3tq] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.25rem;
}

.ct-card[b-s4mu43g3tq] {
    padding: 1.25rem;
    border: 1px solid #e3e8ef;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .06);
}

.ct-card h2[b-s4mu43g3tq] {
    margin: 0 0 1rem;
    font-size: 1.1rem;
}

.ct-section[b-s4mu43g3tq] {
    display: grid;
    gap: 1rem;
}

.ct-section-header[b-s4mu43g3tq] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
}

.ct-section-header h2[b-s4mu43g3tq],
.ct-section-header p[b-s4mu43g3tq] {
    margin: 0;
}

.ct-section-header p[b-s4mu43g3tq] {
    margin-top: .25rem;
    color: #68778a;
}

.ct-form-grid[b-s4mu43g3tq] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.ct-form-grid label[b-s4mu43g3tq] {
    display: grid;
    gap: .35rem;
    font-size: .82rem;
    font-weight: 700;
    color: #536174;
}

.ct-form-grid .wide[b-s4mu43g3tq] {
    grid-column: 1 / -1;
}

.ct-form-grid input[b-s4mu43g3tq],
.ct-form-grid select[b-s4mu43g3tq],
.ct-inline-action select[b-s4mu43g3tq] {
    min-height: 40px;
    padding: .55rem .7rem;
    border: 1px solid #ccd5df;
    border-radius: 8px;
    color: #243142;
    background: #fff;
}

.ct-form-grid input:disabled[b-s4mu43g3tq],
.ct-form-grid select:disabled[b-s4mu43g3tq] {
    color: #64748b;
    background: #f3f6f9;
}

.ct-summary[b-s4mu43g3tq] {
    display: grid;
    gap: .2rem;
    padding: .8rem;
    border-radius: 8px;
    background: #f6f9fc;
}

.ct-summary span[b-s4mu43g3tq],
.ct-list-item span[b-s4mu43g3tq] {
    color: #68778a;
    font-size: .88rem;
}

.ct-list[b-s4mu43g3tq] {
    display: grid;
    gap: .65rem;
}

.ct-list-item[b-s4mu43g3tq] {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    padding: .8rem;
    border: 1px solid #e3e8ef;
    border-radius: 10px;
    background: #fff;
    text-align: left;
}

.ct-list-item > div[b-s4mu43g3tq] {
    display: grid;
    gap: .2rem;
}

.ct-list-item.clickable[b-s4mu43g3tq] {
    cursor: pointer;
}

.ct-list-item.clickable:hover[b-s4mu43g3tq] {
    border-color: #0d6efd;
    transform: translateY(-1px);
}

.ct-btn[b-s4mu43g3tq],
.ct-link[b-s4mu43g3tq] {
    border: 0;
    cursor: pointer;
    font-weight: 700;
}

.ct-btn[b-s4mu43g3tq] {
    padding: .65rem 1rem;
    border-radius: 8px;
}

.ct-btn.primary[b-s4mu43g3tq] {
    color: #fff;
    background: #0d6efd;
}

.ct-btn.secondary[b-s4mu43g3tq] {
    color: #153d6f;
    background: #e7f0ff;
}

.ct-hero .ct-btn.secondary[b-s4mu43g3tq] {
    color: #fff;
    background: rgba(255, 255, 255, .18);
}

.ct-btn:disabled[b-s4mu43g3tq] {
    cursor: not-allowed;
    opacity: .55;
}

.ct-link[b-s4mu43g3tq] {
    padding: 0;
    color: #0d6efd;
    background: transparent;
    text-decoration: none;
}

.ct-link.danger[b-s4mu43g3tq] {
    color: #dc3545;
}

.ct-feedback[b-s4mu43g3tq],
.ct-readonly[b-s4mu43g3tq],
.ct-empty-row[b-s4mu43g3tq],
.ct-empty[b-s4mu43g3tq] {
    padding: .9rem 1rem;
    border-radius: 10px;
}

.ct-feedback.success[b-s4mu43g3tq] {
    color: #0f5132;
    background: #d1e7dd;
}

.ct-feedback.error[b-s4mu43g3tq] {
    color: #842029;
    background: #f8d7da;
}

.ct-feedback.info[b-s4mu43g3tq],
.ct-readonly[b-s4mu43g3tq] {
    color: #084298;
    background: #cfe2ff;
}

.ct-empty-row[b-s4mu43g3tq],
.ct-empty[b-s4mu43g3tq] {
    color: #68778a;
    background: #f6f9fc;
}

@media (max-width: 900px) {
    .ct-grid[b-s4mu43g3tq],
    .ct-form-grid[b-s4mu43g3tq] {
        grid-template-columns: 1fr;
    }

    .ct-form-grid .wide[b-s4mu43g3tq] {
        grid-column: auto;
    }

    .ct-hero[b-s4mu43g3tq],
    .ct-section-header[b-s4mu43g3tq] {
        flex-direction: column;
    }
}
/* /Editors/OpportunitaDetail/OpportunitaDetailComponent.razor.rz.scp.css */
.panel-action-group[b-as3ke1vtcn] {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.candidate-sheet-header.curriculum[b-as3ke1vtcn] {
    background: linear-gradient(135deg, #0f766e 0%, #0d9488 55%, #6f42c1 100%);
}

.opportunita-dashboard-shell .tabbed-panel[b-as3ke1vtcn] {
    padding-top: 0;
    overflow: hidden;
}

.candidate-cv-items[b-as3ke1vtcn] {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.candidate-cv-item[b-as3ke1vtcn] {
    padding: 14px 0 0;
    border-top: 1px solid #f1f5f9;
}

.candidate-cv-item:first-child[b-as3ke1vtcn] {
    padding-top: 0;
    border-top: none;
}

.candidate-cv-item-heading[b-as3ke1vtcn] {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    color: #111827;
}

.candidate-cv-item-heading span[b-as3ke1vtcn],
.candidate-cv-item-meta[b-as3ke1vtcn],
.candidate-cv-item p[b-as3ke1vtcn],
.candidate-cv-empty[b-as3ke1vtcn] {
    color: #64748b;
    font-size: 13px;
    line-height: 1.45;
}

.candidate-cv-item-heading span[b-as3ke1vtcn] {
    flex-shrink: 0;
    font-weight: 700;
}

.candidate-cv-item-meta[b-as3ke1vtcn] {
    margin-top: 4px;
    font-weight: 800;
}

.candidate-cv-item p[b-as3ke1vtcn],
.candidate-cv-empty[b-as3ke1vtcn] {
    margin: 8px 0 0;
}

.candidate-preview-shell[b-as3ke1vtcn] {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.candidate-preview-alert[b-as3ke1vtcn] {
    padding: 14px 16px;
    border-radius: 12px;
    font-size: 14px;
    line-height: 1.5;
    border: 1px solid transparent;
}

.candidate-preview-alert.anon[b-as3ke1vtcn] {
    background: #fff8e1;
    border-color: #ffe08a;
    color: #7a5d00;
}

.candidate-preview-alert.full[b-as3ke1vtcn] {
    background: #e9f7ef;
    border-color: #b7e4c7;
    color: #146c43;
}

.candidate-preview-grid[b-as3ke1vtcn] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 16px;
}

.candidate-sheet-shell[b-as3ke1vtcn] {
    display: flex;
    flex-direction: column;
    gap: 18px;
    padding: 4px;
    color: #172033;
}

.candidate-sheet-header[b-as3ke1vtcn] {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    padding: 24px;
    border-radius: 24px;
    background: linear-gradient(135deg, #0f172a 0%, #1d4ed8 62%, #6f42c1 100%);
    color: #ffffff;
    box-shadow: 0 18px 42px rgba(15, 23, 42, 0.20);
}

.candidate-sheet-identity[b-as3ke1vtcn] {
    display: flex;
    align-items: center;
    gap: 18px;
    min-width: 0;
}

.candidate-sheet-avatar[b-as3ke1vtcn] {
    width: 72px;
    height: 72px;
    border-radius: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    background: rgba(255, 255, 255, 0.16);
    border: 1px solid rgba(255, 255, 255, 0.24);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.22);
    font-size: 22px;
    font-weight: 900;
    letter-spacing: 0.04em;
}

.candidate-sheet-eyebrow[b-as3ke1vtcn] {
    margin-bottom: 6px;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    opacity: 0.78;
}

.candidate-sheet-title[b-as3ke1vtcn] {
    margin: 0;
    max-width: 620px;
    font-size: 30px;
    line-height: 1.12;
    font-weight: 900;
}

.candidate-sheet-subtitle[b-as3ke1vtcn] {
    margin-top: 8px;
    font-size: 14px;
    font-weight: 600;
    opacity: 0.82;
}

.candidate-sheet-badges[b-as3ke1vtcn] {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 10px;
    max-width: 330px;
}

.candidate-sheet-badge[b-as3ke1vtcn] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.13);
    border: 1px solid rgba(255, 255, 255, 0.20);
    color: #ffffff;
    font-size: 12px;
    font-weight: 800;
    text-align: right;
}

.candidate-sheet-badge.primary[b-as3ke1vtcn] {
    background: #ffffff;
    color: #1d4ed8;
}

.candidate-preview-alert[b-as3ke1vtcn] {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin: 0;
    padding: 14px 16px;
    border-radius: 16px;
    font-size: 14px;
    line-height: 1.45;
    border: 1px solid transparent;
}

.candidate-preview-alert p[b-as3ke1vtcn] {
    margin: 0;
    font-weight: 700;
}

.candidate-preview-alert-icon[b-as3ke1vtcn] {
    width: 24px;
    height: 24px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    background: #f59e0b;
    color: #ffffff;
    font-weight: 900;
}

.candidate-sheet-summary[b-as3ke1vtcn] {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

.candidate-sheet-summary-card[b-as3ke1vtcn] {
    padding: 16px;
    border-radius: 18px;
    background: #ffffff;
    border: 1px solid #e8edf6;
    box-shadow: 0 8px 22px rgba(15, 23, 42, 0.07);
}

.candidate-sheet-summary-card span[b-as3ke1vtcn] {
    display: block;
    margin-bottom: 6px;
    color: #64748b;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.candidate-sheet-summary-card strong[b-as3ke1vtcn] {
    display: block;
    color: #0f172a;
    font-size: 15px;
    line-height: 1.25;
}

.candidate-sheet-columns[b-as3ke1vtcn] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.candidate-sheet-column[b-as3ke1vtcn] {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.candidate-sheet-section[b-as3ke1vtcn] {
    padding: 20px;
    border-radius: 20px;
    background: #ffffff;
    border: 1px solid #e8edf6;
    box-shadow: 0 8px 22px rgba(15, 23, 42, 0.07);
}

.candidate-sheet-section h3[b-as3ke1vtcn] {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 16px 0;
    color: #0f172a;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 900;
}

.candidate-sheet-section h3 span[b-as3ke1vtcn] {
    width: 32px;
    height: 32px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #eef4ff;
    color: #1d4ed8;
    font-size: 12px;
    font-weight: 900;
}

.candidate-sheet-list[b-as3ke1vtcn] {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.candidate-sheet-list li[b-as3ke1vtcn] {
    display: grid;
    grid-template-columns: minmax(150px, 0.95fr) minmax(160px, 1.05fr);
    gap: 14px;
    align-items: start;
    padding: 10px 0;
    border-top: 1px solid #f1f5f9;
}

.candidate-sheet-list li:first-child[b-as3ke1vtcn] {
    border-top: none;
    padding-top: 0;
}

.candidate-sheet-list span[b-as3ke1vtcn] {
    color: #64748b;
    font-size: 13px;
    line-height: 1.35;
    font-weight: 700;
}

.candidate-sheet-list strong[b-as3ke1vtcn] {
    color: #111827;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 900;
    overflow-wrap: anywhere;
}

@media (max-width: 900px) {
    .candidate-sheet-header[b-as3ke1vtcn],
    .candidate-sheet-identity[b-as3ke1vtcn] {
        flex-direction: column;
        align-items: flex-start;
    }

    .candidate-sheet-badges[b-as3ke1vtcn] {
        align-items: flex-start;
        max-width: none;
    }

    .candidate-sheet-summary[b-as3ke1vtcn],
    .candidate-sheet-columns[b-as3ke1vtcn] {
        grid-template-columns: 1fr;
    }

    .candidate-sheet-list li[b-as3ke1vtcn] {
        grid-template-columns: 1fr;
        gap: 4px;
    }

    .candidate-cv-item-heading[b-as3ke1vtcn] {
        flex-direction: column;
        gap: 4px;
    }
}

.opportunita-dashboard-shell .tab-bar[b-as3ke1vtcn] {
    display: flex;
    gap: 0;
    border-bottom: 2px solid #eef2f7;
    margin: 0 -22px;
    padding: 0 22px;
    overflow-x: auto;
}

.opportunita-dashboard-shell .tab-btn[b-as3ke1vtcn] {
    background: transparent;
    border: none;
    border-bottom: 3px solid transparent;
    padding: 14px 20px;
    font-size: 13px;
    font-weight: 700;
    color: #6c757d;
    cursor: pointer;
    white-space: nowrap;
    transition: all 0.18s ease;
}

.opportunita-dashboard-shell .tab-btn:hover[b-as3ke1vtcn] {
    color: #0d6efd;
    background: rgba(13, 110, 253, 0.04);
}

.opportunita-dashboard-shell .tab-btn.active[b-as3ke1vtcn] {
    color: #0d6efd;
    border-bottom-color: #0d6efd;
}

.opportunita-dashboard-shell[b-as3ke1vtcn] {
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 22px;
    background: #f3f6fb;
}

.opportunita-empty-state[b-as3ke1vtcn] {
    margin: 24px;
    padding: 32px;
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
    color: #334155;
}

.opportunita-dashboard-shell .opportunita-hero-card[b-as3ke1vtcn],
.opportunita-dashboard-shell .dashboard-panel[b-as3ke1vtcn],
.opportunita-dashboard-shell .stat-card[b-as3ke1vtcn],
.opportunita-dashboard-shell .subsection-card[b-as3ke1vtcn],
.opportunita-dashboard-shell .mini-card[b-as3ke1vtcn],
.opportunita-dashboard-shell .timeline-card[b-as3ke1vtcn],
.opportunita-dashboard-shell .dashboard-feedback[b-as3ke1vtcn],
.opportunita-dashboard-shell .note-card[b-as3ke1vtcn],
.opportunita-dashboard-shell .workflow-status-card[b-as3ke1vtcn] {
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.06);
}

.opportunita-dashboard-shell .opportunita-hero-card[b-as3ke1vtcn] {
    padding: 28px;
    display: flex;
    justify-content: space-between;
    gap: 24px;
    background: linear-gradient(135deg, #0f172a 0%, #1d4ed8 100%);
    color: #ffffff;
    border-radius: 18px;
}

.opportunita-dashboard-shell .hero-main[b-as3ke1vtcn] {
    display: flex;
    gap: 18px;
    min-width: 0;
    align-items: flex-start;
    flex: 1;
}

.opportunita-dashboard-shell .hero-avatar[b-as3ke1vtcn],
.opportunita-dashboard-shell .candidate-avatar[b-as3ke1vtcn],
.opportunita-dashboard-shell .contact-avatar[b-as3ke1vtcn] {
    width: 64px;
    height: 64px;
    border-radius: 20px;
    background: rgba(255,255,255,0.14);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    font-weight: 800;
    color: #ffffff;
    flex-shrink: 0;
}

.opportunita-dashboard-shell .candidate-avatar[b-as3ke1vtcn],
.opportunita-dashboard-shell .contact-avatar[b-as3ke1vtcn] {
    width: 48px;
    height: 48px;
    border-radius: 16px;
    background: linear-gradient(135deg, #0d6efd 0%, #6f42c1 100%);
    font-size: 16px;
}

.opportunita-dashboard-shell .hero-content[b-as3ke1vtcn] {
    display: flex;
    flex-direction: column;
    gap: 12px;
    min-width: 0;
}

.opportunita-dashboard-shell .hero-eyebrow[b-as3ke1vtcn],
.opportunita-dashboard-shell .detail-label[b-as3ke1vtcn],
.opportunita-dashboard-shell .inverted-label[b-as3ke1vtcn] {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.opportunita-dashboard-shell .hero-eyebrow[b-as3ke1vtcn] {
    opacity: 0.8;
}

.opportunita-dashboard-shell .hero-content h1[b-as3ke1vtcn] {
    margin: 0;
    font-size: 30px;
    line-height: 1.08;
}

.opportunita-dashboard-shell .hero-subtitle[b-as3ke1vtcn] {
    font-size: 16px;
    font-weight: 600;
    opacity: 0.92;
}

.opportunita-dashboard-shell .hero-meta[b-as3ke1vtcn],
.opportunita-dashboard-shell .hero-badges[b-as3ke1vtcn],
.opportunita-dashboard-shell .hero-actions[b-as3ke1vtcn],
.opportunita-dashboard-shell .mini-card-actions[b-as3ke1vtcn],
.opportunita-dashboard-shell .workflow-actions-bar[b-as3ke1vtcn],
.opportunita-dashboard-shell .note-strip-grid[b-as3ke1vtcn] {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.opportunita-dashboard-shell .hero-meta span[b-as3ke1vtcn] {
    padding: 6px 10px;
    border-radius: 999px;
    background: rgba(255,255,255,0.12);
    font-size: 12px;
}

.opportunita-dashboard-shell .hero-badge[b-as3ke1vtcn],
.opportunita-dashboard-shell .mini-badge[b-as3ke1vtcn] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 6px 12px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
}

.opportunita-dashboard-shell .hero-actions[b-as3ke1vtcn] {
    align-content: flex-start;
    justify-content: flex-end;
    max-width: 520px;
}

.opportunita-dashboard-shell .dashboard-btn[b-as3ke1vtcn] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 0 16px;
    border-radius: 12px;
    border: 1px solid transparent;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.18s ease;
}

.opportunita-dashboard-shell .dashboard-btn:hover:not(:disabled)[b-as3ke1vtcn] {
    transform: translateY(-1px);
}

.opportunita-dashboard-shell .dashboard-btn:disabled[b-as3ke1vtcn] {
    opacity: 0.55;
    cursor: not-allowed;
}

.opportunita-dashboard-shell .dashboard-btn.primary[b-as3ke1vtcn] { background: #0d6efd; color: #ffffff; }
.opportunita-dashboard-shell .dashboard-btn.secondary[b-as3ke1vtcn] { background: #198754; color: #ffffff; }
.opportunita-dashboard-shell .dashboard-btn.outline[b-as3ke1vtcn] { background: #ffffff; color: #0d6efd; border-color: #b6d4fe; }
.opportunita-dashboard-shell .dashboard-btn.ghost[b-as3ke1vtcn] { background: #eef4ff; color: #0d6efd; }
.opportunita-dashboard-shell .dashboard-btn.success[b-as3ke1vtcn] { background: #198754; color: #ffffff; }
.opportunita-dashboard-shell .dashboard-btn.danger[b-as3ke1vtcn] { background: #dc3545; color: #ffffff; }
.opportunita-dashboard-shell .dashboard-btn.small[b-as3ke1vtcn] { min-height: 34px; padding: 0 12px; font-size: 12px; }

.opportunita-dashboard-shell .dashboard-btn.indeed[b-as3ke1vtcn] {
    background: linear-gradient(135deg, #2557a7 0%, #003a9b 100%);
    color: #ffffff;
    border-color: transparent;
    box-shadow: 0 2px 8px rgba(37, 87, 167, 0.25);
}

.opportunita-dashboard-shell .dashboard-btn.indeed:hover:not(:disabled)[b-as3ke1vtcn] {
    box-shadow: 0 4px 14px rgba(37, 87, 167, 0.38);
}

.opportunita-dashboard-shell .dashboard-btn-indeed-logo[b-as3ke1vtcn] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #ffffff;
    color: #2557a7;
    font-weight: 800;
    font-family: 'Segoe UI', sans-serif;
    font-size: 13px;
    font-style: italic;
    margin-right: 8px;
}

.opportunita-dashboard-shell .stats-grid[b-as3ke1vtcn] {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 16px;
}

.opportunita-dashboard-shell .stat-card[b-as3ke1vtcn] {
    padding: 18px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    border-left: 4px solid #0d6efd;
}

.opportunita-dashboard-shell .accent-blue[b-as3ke1vtcn] { border-left-color: #0d6efd; }
.opportunita-dashboard-shell .accent-green[b-as3ke1vtcn] { border-left-color: #198754; }
.opportunita-dashboard-shell .accent-violet[b-as3ke1vtcn] { border-left-color: #6f42c1; }
.opportunita-dashboard-shell .accent-gold[b-as3ke1vtcn] { border-left-color: #ffc107; }
.opportunita-dashboard-shell .accent-dark[b-as3ke1vtcn] { border-left-color: #0f172a; }

.opportunita-dashboard-shell .stat-value[b-as3ke1vtcn] {
    font-size: 28px;
    font-weight: 800;
    color: #0f172a;
}

.opportunita-dashboard-shell .stat-label[b-as3ke1vtcn] {
    color: #64748b;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.opportunita-dashboard-shell .overview-grid[b-as3ke1vtcn] {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.95fr);
    gap: 20px;
}

.opportunita-dashboard-shell .dashboard-panel[b-as3ke1vtcn] {
    padding: 22px;
    border: 1px solid #eef2f7;
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.opportunita-dashboard-shell .dashboard-panel.full-width[b-as3ke1vtcn] {
    width: 100%;
}

.opportunita-dashboard-shell .panel-header[b-as3ke1vtcn],
.opportunita-dashboard-shell .subsection-header[b-as3ke1vtcn],
.opportunita-dashboard-shell .timeline-card-header[b-as3ke1vtcn] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 16px;
}

.opportunita-dashboard-shell .panel-header h2[b-as3ke1vtcn],
.opportunita-dashboard-shell .subsection-header h3[b-as3ke1vtcn] {
    margin: 0;
    color: #1f2937;
}

.opportunita-dashboard-shell .panel-header p[b-as3ke1vtcn],
.opportunita-dashboard-shell .subsection-header p[b-as3ke1vtcn],
.opportunita-dashboard-shell .detail-note[b-as3ke1vtcn],
.opportunita-dashboard-shell .timeline-card-header span[b-as3ke1vtcn],
.opportunita-dashboard-shell .mini-card-subtitle[b-as3ke1vtcn] {
    margin: 4px 0 0;
    color: #6c757d;
    font-size: 13px;
}

.opportunita-dashboard-shell .details-grid[b-as3ke1vtcn],
.opportunita-dashboard-shell .milestone-grid[b-as3ke1vtcn],
.opportunita-dashboard-shell .content-split-grid[b-as3ke1vtcn],
.opportunita-dashboard-shell .mini-card-grid[b-as3ke1vtcn] {
    display: grid;
    gap: 16px;
}

.opportunita-dashboard-shell .details-grid[b-as3ke1vtcn] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.opportunita-dashboard-shell .compact-grid[b-as3ke1vtcn] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.opportunita-dashboard-shell .desktop-split-grid[b-as3ke1vtcn] {
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
}

.opportunita-dashboard-shell .milestone-grid[b-as3ke1vtcn] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.opportunita-dashboard-shell .mini-card-grid[b-as3ke1vtcn] {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.opportunita-dashboard-shell .candidate-sections[b-as3ke1vtcn] {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.opportunita-dashboard-shell .candidate-section[b-as3ke1vtcn] {
    display: flex;
    flex-direction: column;
    gap: 14px;
    padding: 18px;
    border: 1px solid #e8edf6;
    border-radius: 12px;
    background: #f8fafc;
}

.opportunita-dashboard-shell .candidate-section-header[b-as3ke1vtcn] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.opportunita-dashboard-shell .candidate-section-header h3[b-as3ke1vtcn] {
    margin: 0;
    color: #1f2937;
    font-size: 17px;
    font-weight: 800;
}

.opportunita-dashboard-shell .candidate-section-count[b-as3ke1vtcn] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 32px;
    height: 32px;
    padding: 0 10px;
    border-radius: 999px;
    background: #eef4ff;
    color: #0d6efd;
    font-size: 13px;
    font-weight: 800;
}

.opportunita-dashboard-shell .candidate-section-empty[b-as3ke1vtcn] {
    padding: 16px;
    border: 1px dashed #cbd5e1;
    border-radius: 12px;
    background: #ffffff;
    color: #64748b;
    font-size: 13px;
}

.opportunita-dashboard-shell .two-column-grid[b-as3ke1vtcn] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (max-width: 1200px) {
    .opportunita-dashboard-shell .candidate-section .mini-card-grid[b-as3ke1vtcn] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {
    .opportunita-dashboard-shell .candidate-section[b-as3ke1vtcn] {
        padding: 14px;
    }

    .opportunita-dashboard-shell .candidate-section .mini-card-grid[b-as3ke1vtcn] {
        grid-template-columns: 1fr;
    }
}

.opportunita-dashboard-shell .detail-block[b-as3ke1vtcn],
.opportunita-dashboard-shell .milestone-box[b-as3ke1vtcn],
.opportunita-dashboard-shell .note-card[b-as3ke1vtcn],
.opportunita-dashboard-shell .action-row-card[b-as3ke1vtcn],
.opportunita-dashboard-shell .workflow-actions-panel[b-as3ke1vtcn] {
    padding: 14px 16px;
    border-radius: 12px;
    background: #f8fafc;
    border: 1px solid #edf2f7;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.opportunita-dashboard-shell .detail-block.full-row[b-as3ke1vtcn] {
    grid-column: 1 / -1;
}

.opportunita-dashboard-shell .detail-label[b-as3ke1vtcn] {
    color: #6c757d;
}

.opportunita-dashboard-shell .detail-value[b-as3ke1vtcn],
.opportunita-dashboard-shell .milestone-box strong[b-as3ke1vtcn],
.opportunita-dashboard-shell .action-row-card strong[b-as3ke1vtcn] {
    font-size: 15px;
    font-weight: 600;
    color: #212529;
    word-break: break-word;
}

.opportunita-dashboard-shell .multi-line[b-as3ke1vtcn],
.opportunita-dashboard-shell .note-card p[b-as3ke1vtcn],
.opportunita-dashboard-shell .timeline-card-body[b-as3ke1vtcn] {
    white-space: pre-wrap;
    line-height: 1.55;
}

.opportunita-dashboard-shell .note-card p[b-as3ke1vtcn] {
    margin: 0;
    color: #334155;
}

.opportunita-dashboard-shell .workflow-status-card[b-as3ke1vtcn] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 16px;
    padding: 18px;
    color: #ffffff;
    border-radius: 16px;
}

.opportunita-dashboard-shell .workflow-status-title[b-as3ke1vtcn] {
    font-size: 28px;
    font-weight: 800;
    margin-top: 6px;
}

.opportunita-dashboard-shell .workflow-status-note[b-as3ke1vtcn] {
    margin-top: 8px;
    color: rgba(255,255,255,0.82);
    font-size: 13px;
}

.opportunita-dashboard-shell .workflow-status-code[b-as3ke1vtcn] {
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(255,255,255,0.16);
    font-weight: 700;
    font-size: 13px;
}

.opportunita-dashboard-shell .inverted-label[b-as3ke1vtcn] {
    color: rgba(255,255,255,0.72);
}

.opportunita-dashboard-shell .subsection-card[b-as3ke1vtcn] {
    padding: 18px;
    border: 1px solid #eef2f7;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.opportunita-dashboard-shell .stacked-rows[b-as3ke1vtcn],
.opportunita-dashboard-shell .timeline-list[b-as3ke1vtcn] {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.opportunita-dashboard-shell .action-row-card[b-as3ke1vtcn] {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    background: #ffffff;
}

.opportunita-dashboard-shell .action-row-card.compact[b-as3ke1vtcn] {
    padding: 16px;
}

.opportunita-dashboard-shell .contact-overview-card[b-as3ke1vtcn],
.opportunita-dashboard-shell .candidate-header-block[b-as3ke1vtcn] {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 14px;
    align-items: center;
}

.opportunita-dashboard-shell .contact-content[b-as3ke1vtcn],
.opportunita-dashboard-shell .candidate-header-block > div:last-child[b-as3ke1vtcn] {
    display: flex;
    flex-direction: column;
    gap: 4px;
    min-width: 0;
}

.opportunita-dashboard-shell .mini-card[b-as3ke1vtcn] {
    padding: 18px;
    border: 1px solid #e2e8f0;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.opportunita-dashboard-shell .mini-card.accent-card[b-as3ke1vtcn] {
    border-left: 5px solid #0d6efd;
}

.opportunita-dashboard-shell .mini-card.slim-card[b-as3ke1vtcn] {
    min-height: 100%;
}

.opportunita-dashboard-shell .mini-card-top[b-as3ke1vtcn] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 12px;
}

.opportunita-dashboard-shell .mini-card-top strong[b-as3ke1vtcn] {
    color: #0f172a;
    font-size: 16px;
}

.opportunita-dashboard-shell .mini-card-body[b-as3ke1vtcn] {
    display: flex;
    flex-direction: column;
    gap: 8px;
    color: #475569;
    font-size: 14px;
}

.candidate-selection-filters[b-as3ke1vtcn] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 10px;
    margin: 8px 22px;
}

.candidate-selection-filter[b-as3ke1vtcn] {
    width: 100%;
    min-height: 40px;
    padding: 8px 10px;
    border: 1px solid #dbe4f0;
    border-radius: 10px;
    background: #fff;
    color: #334155;
    font-size: 13px;
}

.opportunita-dashboard-shell .mini-card-actions[b-as3ke1vtcn] {
    justify-content: flex-end;
}

.opportunita-dashboard-shell .inline-wrap[b-as3ke1vtcn] {
    align-items: flex-start;
}

.opportunita-dashboard-shell .empty-inline-state[b-as3ke1vtcn],
.opportunita-dashboard-shell .empty-section[b-as3ke1vtcn] {
    padding: 16px;
    border-radius: 14px;
    background: #f8fafc;
    border: 1px dashed #cbd5e1;
    color: #64748b;
}

.opportunita-dashboard-shell .dashboard-feedback[b-as3ke1vtcn] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 14px 18px;
    border: 1px solid transparent;
}

.opportunita-dashboard-shell .feedback-info[b-as3ke1vtcn] { border-color: #b6d4fe; color: #084298; background: #e7f1ff; }
.opportunita-dashboard-shell .feedback-success[b-as3ke1vtcn] { border-color: #badbcc; color: #0f5132; background: #d1e7dd; }
.opportunita-dashboard-shell .feedback-warning[b-as3ke1vtcn] { border-color: #ffecb5; color: #664d03; background: #fff3cd; }
.opportunita-dashboard-shell .feedback-error[b-as3ke1vtcn] { border-color: #f5c2c7; color: #842029; background: #f8d7da; }

.opportunita-dashboard-shell .feedback-close[b-as3ke1vtcn] {
    border: none;
    background: transparent;
    cursor: pointer;
    font-size: 20px;
    color: inherit;
}

.jobboards-popup-content[b-as3ke1vtcn] {
    display: flex;
    flex-direction: column;
    gap: 14px;
    padding: 6px 2px;
}

.jobboards-popup-intro[b-as3ke1vtcn] {
    margin: 0;
    color: #475569;
    font-size: 14px;
    line-height: 1.5;
}

.jobboards-popup-alert[b-as3ke1vtcn] {
    padding: 12px 14px;
    border-radius: 12px;
    background: #fff3cd;
    border: 1px solid #ffe69c;
    color: #664d03;
    font-weight: 600;
}

.jobboard-channel-card[b-as3ke1vtcn] {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 14px;
    align-items: flex-start;
    padding: 16px;
    border-radius: 14px;
    border: 1px solid #dbe5f1;
    background: #f8fbff;
    cursor: pointer;
}

.jobboard-channel-card input[type="checkbox"][b-as3ke1vtcn] {
    width: 18px;
    height: 18px;
    margin-top: 4px;
}

.jobboard-category-card[b-as3ke1vtcn] {
    display: block;
    cursor: default;
}

.jobboard-channel-body[b-as3ke1vtcn] {
    display: flex;
    flex-direction: column;
    gap: 10px;
    min-width: 0;
}

.jobboard-channel-header[b-as3ke1vtcn] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
}

.jobboard-channel-header strong[b-as3ke1vtcn] {
    font-size: 16px;
    color: #0f172a;
}

.jobboard-channel-badge[b-as3ke1vtcn] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 5px 10px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    white-space: nowrap;
}

.jobboard-channel-badge.published[b-as3ke1vtcn] {
    background: #d1e7dd;
    color: #0f5132;
}

.jobboard-channel-badge.pending[b-as3ke1vtcn] {
    background: #e7f1ff;
    color: #084298;
}

.jobboard-channel-meta[b-as3ke1vtcn] {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    color: #64748b;
    font-size: 13px;
}

.help-lavoro-fields-grid[b-as3ke1vtcn] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    padding-top: 8px;
    border-top: 1px solid #e2e8f0;
}

.help-lavoro-field[b-as3ke1vtcn] {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.help-lavoro-field.full-row[b-as3ke1vtcn] {
    grid-column: 1 / -1;
}

.indeed-fields-grid[b-as3ke1vtcn] {
    margin-top: 8px;
}

.indeed-checkbox-label[b-as3ke1vtcn] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.indeed-checkbox-label input[type="checkbox"][b-as3ke1vtcn] {
    width: 16px;
    height: 16px;
    margin: 0;
}

.jobboards-popup-footer[b-as3ke1vtcn] {
    display: flex;
    justify-content: flex-end;
    gap: 12px;
    width: 100%;
}

.jp-preview[b-as3ke1vtcn] {
    font-family: 'Segoe UI', system-ui, -apple-system, sans-serif;
    color: #0f172a;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.08);
    background: #ffffff;
}

.jp-hero[b-as3ke1vtcn] {
    position: relative;
    padding: 28px 32px 24px;
    background: linear-gradient(135deg, #0d6efd 0%, #6610f2 55%, #8b5cf6 100%);
    color: #ffffff;
    overflow: hidden;
}

.jp-hero-overlay[b-as3ke1vtcn] {
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at top right, rgba(255,255,255,0.22), transparent 55%), radial-gradient(circle at bottom left, rgba(255,255,255,0.12), transparent 50%);
    pointer-events: none;
}

.jp-hero-content[b-as3ke1vtcn] {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.jp-hero-top[b-as3ke1vtcn] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
}

.jp-company[b-as3ke1vtcn] {
    display: flex;
    align-items: center;
    gap: 12px;
}

.jp-company-avatar[b-as3ke1vtcn] {
    width: 46px;
    height: 46px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(6px);
    border: 1px solid rgba(255, 255, 255, 0.35);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 0.5px;
}

.jp-company-info[b-as3ke1vtcn] {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
}

.jp-company-label[b-as3ke1vtcn] {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    opacity: 0.78;
}

.jp-company-name[b-as3ke1vtcn] {
    font-size: 15px;
    font-weight: 600;
}

.jp-hero-badges[b-as3ke1vtcn] {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.jp-badge[b-as3ke1vtcn] {
    padding: 6px 12px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.3px;
    background: rgba(255,255,255,0.18);
    border: 1px solid rgba(255,255,255,0.3);
}

.jp-badge-success[b-as3ke1vtcn] { background: rgba(25,135,84,0.9); border-color: rgba(255,255,255,0.35); }
.jp-badge-draft[b-as3ke1vtcn] { background: rgba(255,255,255,0.2); }
.jp-badge-info[b-as3ke1vtcn] { background: rgba(13,202,240,0.85); border-color: rgba(255,255,255,0.35); }

.jp-title[b-as3ke1vtcn] {
    font-size: 28px;
    font-weight: 700;
    margin: 0;
    line-height: 1.15;
    text-shadow: 0 2px 8px rgba(0,0,0,0.15);
}

.jp-chips[b-as3ke1vtcn] {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.jp-chip[b-as3ke1vtcn] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 7px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.18);
    border: 1px solid rgba(255, 255, 255, 0.28);
    font-size: 13px;
    font-weight: 500;
    backdrop-filter: blur(4px);
}

.jp-chip-ico[b-as3ke1vtcn] {
    font-size: 14px;
    line-height: 1;
}

.jp-body[b-as3ke1vtcn] {
    padding: 28px 32px 24px;
    display: flex;
    flex-direction: column;
    gap: 22px;
    background: #ffffff;
}

.jp-section[b-as3ke1vtcn] {
    border-left: 3px solid #e2e8f0;
    padding: 4px 0 4px 16px;
}

.jp-section-benefit[b-as3ke1vtcn] {
    border-left-color: #198754;
    background: linear-gradient(90deg, rgba(25,135,84,0.06) 0%, transparent 70%);
    padding: 14px 18px;
    border-radius: 0 12px 12px 0;
}

.jp-section-title[b-as3ke1vtcn] {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 10px 0;
    font-size: 15px;
    font-weight: 700;
    color: #0f172a;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.jp-section-ico[b-as3ke1vtcn] {
    font-size: 18px;
}

.jp-section-body[b-as3ke1vtcn] {
    color: #334155;
    font-size: 14.5px;
    line-height: 1.65;
}

.jp-empty[b-as3ke1vtcn] {
    color: #94a3b8;
    font-style: italic;
    font-size: 14px;
}

.jp-list[b-as3ke1vtcn] {
    margin: 0;
    padding-left: 20px;
    color: #334155;
    line-height: 1.7;
}

.jp-tags[b-as3ke1vtcn] {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.jp-tag[b-as3ke1vtcn] {
    padding: 5px 12px;
    border-radius: 8px;
    background: #f1f5f9;
    color: #334155;
    font-size: 13px;
    font-weight: 500;
    border: 1px solid #e2e8f0;
}

.jp-footer-note[b-as3ke1vtcn] {
    margin-top: 12px;
    padding-top: 14px;
    border-top: 1px dashed #e2e8f0;
    font-size: 11.5px;
    color: #94a3b8;
    text-align: center;
    letter-spacing: 0.3px;
}

.opportunita-dashboard-shell .timeline-item[b-as3ke1vtcn] {
    display: grid;
    grid-template-columns: 18px minmax(0, 1fr);
    gap: 14px;
    align-items: flex-start;
}

.opportunita-dashboard-shell .timeline-dot[b-as3ke1vtcn] {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin-top: 16px;
    background: #0d6efd;
    box-shadow: 0 0 0 6px rgba(13, 110, 253, 0.12);
}

.opportunita-dashboard-shell .timeline-card[b-as3ke1vtcn] {
    padding: 16px 18px;
    border: 1px solid #edf2f7;
}

.opportunita-dashboard-shell .timeline-date[b-as3ke1vtcn] {
    padding: 6px 10px;
    border-radius: 999px;
    background: #f8fafc;
    color: #475569;
    font-size: 12px;
    font-weight: 700;
}

.opportunita-dashboard-shell .timeline-card-header strong[b-as3ke1vtcn] {
    display: block;
    color: #0f172a;
    margin-bottom: 4px;
}

.opportunita-dashboard-shell .status-aperta[b-as3ke1vtcn] { background: linear-gradient(135deg, #0d6efd 0%, #4f8dfd 100%); color: #ffffff; }
.opportunita-dashboard-shell .status-conversione[b-as3ke1vtcn] { background: linear-gradient(135deg, #6610f2 0%, #8b5cf6 100%); color: #ffffff; }
.opportunita-dashboard-shell .status-critica[b-as3ke1vtcn] { background: linear-gradient(135deg, #dc3545 0%, #ef4444 100%); color: #ffffff; }
.opportunita-dashboard-shell .status-acquisita[b-as3ke1vtcn] { background: linear-gradient(135deg, #198754 0%, #34a853 100%); color: #ffffff; }
.opportunita-dashboard-shell .status-offerta[b-as3ke1vtcn] { background: linear-gradient(135deg, #0dcaf0 0%, #38bdf8 100%); color: #0f172a; }
.opportunita-dashboard-shell .status-prima-conversione[b-as3ke1vtcn] { background: linear-gradient(135deg, #ffc107 0%, #f59e0b 100%); color: #0f172a; }
.opportunita-dashboard-shell .status-seconda-conversione[b-as3ke1vtcn] { background: linear-gradient(135deg, #fd7e14 0%, #f97316 100%); color: #ffffff; }
.opportunita-dashboard-shell .status-win[b-as3ke1vtcn] { background: linear-gradient(135deg, #198754 0%, #047857 100%); color: #ffffff; }
.opportunita-dashboard-shell .status-persa[b-as3ke1vtcn] { background: linear-gradient(135deg, #6c757d 0%, #475569 100%); color: #ffffff; }
.opportunita-dashboard-shell .status-neutral[b-as3ke1vtcn] { background: #e2e8f0; color: #0f172a; }

.opportunita-dashboard-shell .badge-neutral[b-as3ke1vtcn] { background: rgba(255,255,255,0.16); color: #ffffff; }
.opportunita-dashboard-shell .badge-info-soft[b-as3ke1vtcn] { background: rgba(13, 202, 240, 0.18); color: #ffffff; }
.opportunita-dashboard-shell .badge-success-soft[b-as3ke1vtcn] { background: rgba(25, 135, 84, 0.18); color: #ffffff; }
.opportunita-dashboard-shell .badge-warning-soft[b-as3ke1vtcn] { background: rgba(255, 193, 7, 0.22); color: #ffffff; }

.opportunita-dashboard-shell .candidatura-new[b-as3ke1vtcn] { border-left-color: #0d6efd; }
.opportunita-dashboard-shell .candidatura-onboarding[b-as3ke1vtcn] { border-left-color: #6f42c1; }
.opportunita-dashboard-shell .candidatura-linked[b-as3ke1vtcn] { border-left-color: #0dcaf0; }
.opportunita-dashboard-shell .candidatura-qualified[b-as3ke1vtcn] { border-left-color: #198754; }
.opportunita-dashboard-shell .candidatura-presented[b-as3ke1vtcn] { border-left-color: #ffc107; }
.opportunita-dashboard-shell .candidatura-interview[b-as3ke1vtcn] { border-left-color: #fd7e14; }
.opportunita-dashboard-shell .candidatura-selected[b-as3ke1vtcn] { border-left-color: #20c997; }
.opportunita-dashboard-shell .candidatura-started[b-as3ke1vtcn] { border-left-color: #047857; }
.opportunita-dashboard-shell .candidatura-rejected[b-as3ke1vtcn] { border-left-color: #dc3545; }

.opportunita-dashboard-shell .candidate-executed-status[b-as3ke1vtcn] {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    padding: 6px 10px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
}

.opportunita-dashboard-shell .candidate-executed-status.done[b-as3ke1vtcn] {
    background: #d1e7dd;
    color: #0f5132;
}

.opportunita-dashboard-shell .candidate-executed-status.pending[b-as3ke1vtcn] {
    background: #fff3cd;
    color: #664d03;
}

.colloquio-cliente-sheet[b-as3ke1vtcn] {
    display: flex;
    flex-direction: column;
    gap: 18px;
    color: #0f172a;
}

.colloquio-cliente-hero[b-as3ke1vtcn] {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    padding: 22px;
    border-radius: 16px;
    background: linear-gradient(135deg, #0f172a 0%, #198754 100%);
    color: #ffffff;
}

.colloquio-cliente-hero h2[b-as3ke1vtcn] {
    margin: 6px 0;
    font-size: 24px;
}

.colloquio-cliente-hero p[b-as3ke1vtcn] {
    margin: 0;
    opacity: 0.88;
}

.sheet-eyebrow[b-as3ke1vtcn] {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    opacity: 0.78;
}

.sheet-status[b-as3ke1vtcn] {
    align-self: flex-start;
    padding: 7px 12px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 800;
    white-space: nowrap;
}

.sheet-status.executed[b-as3ke1vtcn] {
    background: rgba(209, 231, 221, 0.96);
    color: #0f5132;
}

.sheet-status.pending[b-as3ke1vtcn] {
    background: rgba(255, 243, 205, 0.96);
    color: #664d03;
}

.colloquio-cliente-grid[b-as3ke1vtcn] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.sheet-info-box[b-as3ke1vtcn],
.sheet-note-box[b-as3ke1vtcn],
.sheet-warning-box[b-as3ke1vtcn] {
    padding: 14px 16px;
    border-radius: 12px;
    background: #f8fafc;
    border: 1px solid #edf2f7;
}

.sheet-info-box[b-as3ke1vtcn] {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.sheet-info-box strong[b-as3ke1vtcn] {
    font-size: 15px;
    color: #212529;
    word-break: break-word;
}

.sheet-note-box[b-as3ke1vtcn] {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.sheet-textarea[b-as3ke1vtcn] {
    resize: vertical;
    min-height: 120px;
}

.sheet-warning-box[b-as3ke1vtcn] {
    background: #fff3cd;
    border-color: #ffe69c;
    color: #664d03;
    font-weight: 600;
}

.opportunita-dashboard-shell .timeline-onboarding .mini-badge[b-as3ke1vtcn],
.opportunita-dashboard-shell .event-onboarding .timeline-dot[b-as3ke1vtcn] { background: #6f42c1; box-shadow: 0 0 0 6px rgba(111, 66, 193, 0.12); }
.opportunita-dashboard-shell .timeline-recruiter .mini-badge[b-as3ke1vtcn],
.opportunita-dashboard-shell .event-colloquio .timeline-dot[b-as3ke1vtcn] { background: #0d6efd; box-shadow: 0 0 0 6px rgba(13, 110, 253, 0.12); }
.opportunita-dashboard-shell .timeline-cliente .mini-badge[b-as3ke1vtcn],
.opportunita-dashboard-shell .event-commerciale .timeline-dot[b-as3ke1vtcn] { background: #fd7e14; box-shadow: 0 0 0 6px rgba(253, 126, 20, 0.12); }
.opportunita-dashboard-shell .event-status .timeline-dot[b-as3ke1vtcn] { background: #198754; box-shadow: 0 0 0 6px rgba(25, 135, 84, 0.12); }
.opportunita-dashboard-shell .event-candidatura .timeline-dot[b-as3ke1vtcn] { background: #0dcaf0; box-shadow: 0 0 0 6px rgba(13, 202, 240, 0.12); }
.opportunita-dashboard-shell .event-win .timeline-dot[b-as3ke1vtcn] { background: #198754; box-shadow: 0 0 0 6px rgba(25, 135, 84, 0.12); }
.opportunita-dashboard-shell .event-critical .timeline-dot[b-as3ke1vtcn] { background: #dc3545; box-shadow: 0 0 0 6px rgba(220, 53, 69, 0.12); }

@media (max-width: 768px) {
    .help-lavoro-fields-grid[b-as3ke1vtcn] {
        grid-template-columns: 1fr;
    }

    .jobboard-channel-header[b-as3ke1vtcn] {
        flex-direction: column;
        align-items: flex-start;
    }

    .jobboards-popup-footer[b-as3ke1vtcn] {
        flex-direction: column-reverse;
    }

    .colloquio-cliente-grid[b-as3ke1vtcn] {
        grid-template-columns: 1fr;
    }

    .colloquio-cliente-hero[b-as3ke1vtcn] {
        flex-direction: column;
    }
}

.scelta-data-cliente-box[b-as3ke1vtcn] {
    margin-top: 10px;
    padding: 10px 12px;
    background: #f8f9ff;
    border: 1px dashed #0d6efd;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.scelta-data-cliente-box .scelta-data-label[b-as3ke1vtcn] {
    font-size: 11px;
    font-weight: 600;
    color: #495057;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

.scelta-data-cliente-box .scelta-data-select[b-as3ke1vtcn] {
    font-size: 13px;
    padding: 6px 8px;
}

.scelta-data-cliente-box .scelta-data-feedback[b-as3ke1vtcn] {
    font-size: 12px;
    color: #495057;
    font-style: italic;
}

/* Scheda colloquio recruiter (custom popup) */
.scheda-recruiter-sheet[b-as3ke1vtcn] {
    display: flex;
    flex-direction: column;
    gap: 18px;
    color: #0f172a;
}

.scheda-recruiter-padded[b-as3ke1vtcn] {
    padding: 8px 12px 4px;
}

.scheda-recruiter-hero[b-as3ke1vtcn] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 18px;
    padding: 22px;
    border-radius: 16px;
    background: linear-gradient(135deg, #0d6efd 0%, #6610f2 100%);
    color: #ffffff;
    box-shadow: 0 12px 28px rgba(13, 110, 253, 0.22);
}

.scheda-recruiter-hero h2[b-as3ke1vtcn] {
    margin: 6px 0;
    font-size: 24px;
}

.scheda-recruiter-hero p[b-as3ke1vtcn] {
    margin: 0;
    opacity: 0.9;
}

.sheet-status.status-success[b-as3ke1vtcn] {
    background: rgba(209, 231, 221, 0.96);
    color: #0f5132;
}

.sheet-status.status-warning[b-as3ke1vtcn] {
    background: rgba(255, 243, 205, 0.96);
    color: #664d03;
}

.scheda-recruiter-grid[b-as3ke1vtcn] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.scheda-recruiter-idoneita[b-as3ke1vtcn] {
    padding: 16px 18px;
    border-radius: 14px;
    background: linear-gradient(135deg, #e7f1ff 0%, #f3e8ff 100%);
    border: 1px solid #cfe2ff;
}

.scheda-toggle[b-as3ke1vtcn] {
    display: flex;
    align-items: center;
    gap: 14px;
    cursor: pointer;
    user-select: none;
}

.scheda-toggle input[type="checkbox"][b-as3ke1vtcn] {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.scheda-toggle-track[b-as3ke1vtcn] {
    flex: 0 0 auto;
    width: 48px;
    height: 26px;
    border-radius: 999px;
    background: #cbd5e1;
    position: relative;
    transition: background 0.2s ease;
}

.scheda-toggle-track[b-as3ke1vtcn]::after {
    content: "";
    position: absolute;
    top: 3px;
    left: 3px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #ffffff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
    transition: transform 0.2s ease;
}

.scheda-toggle input[type="checkbox"]:checked + .scheda-toggle-track[b-as3ke1vtcn] {
    background: #198754;
}

.scheda-toggle input[type="checkbox"]:checked + .scheda-toggle-track[b-as3ke1vtcn]::after {
    transform: translateX(22px);
}

.scheda-toggle input[type="checkbox"]:disabled + .scheda-toggle-track[b-as3ke1vtcn] {
    opacity: 0.6;
    cursor: not-allowed;
}

.scheda-toggle-label[b-as3ke1vtcn] {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.scheda-toggle-label strong[b-as3ke1vtcn] {
    font-size: 15px;
    color: #0f172a;
}

.scheda-toggle-label small[b-as3ke1vtcn] {
    color: #475569;
    font-size: 12px;
}

.scheda-recruiter-fields[b-as3ke1vtcn] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.scheda-recruiter-fields .sheet-note-box.full-width[b-as3ke1vtcn] {
    grid-column: 1 / -1;
}

@media (max-width: 768px) {
    .scheda-recruiter-grid[b-as3ke1vtcn],
    .scheda-recruiter-fields[b-as3ke1vtcn] {
        grid-template-columns: 1fr;
    }

    .scheda-recruiter-hero[b-as3ke1vtcn] {
        flex-direction: column;
    }
}

/* Pulsanti footer scheda recruiter (non scoped a .opportunita-dashboard-shell) */
.scheda-recruiter-footer[b-as3ke1vtcn] {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 12px;
    width: 100%;
    padding: 6px 8px;
}

.scheda-btn[b-as3ke1vtcn] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 42px;
    padding: 0 20px;
    border: 1px solid transparent;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    cursor: pointer;
    transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.2s ease, color 0.2s ease;
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.08);
}

.scheda-btn i[b-as3ke1vtcn] {
    font-size: 16px;
    line-height: 1;
}

.scheda-btn:hover:not(:disabled)[b-as3ke1vtcn] {
    transform: translateY(-1px);
    box-shadow: 0 6px 18px rgba(15, 23, 42, 0.14);
}

.scheda-btn:active:not(:disabled)[b-as3ke1vtcn] {
    transform: translateY(0);
    box-shadow: 0 2px 6px rgba(15, 23, 42, 0.12);
}

.scheda-btn:disabled[b-as3ke1vtcn] {
    opacity: 0.55;
    cursor: not-allowed;
    box-shadow: none;
}

.scheda-btn-ghost[b-as3ke1vtcn] {
    background: #f1f5f9;
    color: #334155;
    border-color: #e2e8f0;
}

.scheda-btn-ghost:hover:not(:disabled)[b-as3ke1vtcn] {
    background: #e2e8f0;
    color: #0f172a;
}

.scheda-btn-primary[b-as3ke1vtcn] {
    background: linear-gradient(135deg, #0d6efd 0%, #6610f2 100%);
    color: #ffffff;
}

.scheda-btn-primary:hover:not(:disabled)[b-as3ke1vtcn] {
    background: linear-gradient(135deg, #0b5ed7 0%, #520dc2 100%);
}

.scheda-btn-success[b-as3ke1vtcn] {
    background: linear-gradient(135deg, #16a34a 0%, #15803d 100%);
    color: #ffffff;
}

.scheda-btn-success:hover:not(:disabled)[b-as3ke1vtcn] {
    background: linear-gradient(135deg, #15803d 0%, #14532d 100%);
}

/* Padding interno popup DxPopup per la scheda recruiter */
[b-as3ke1vtcn] .dxbl-popup-content:has(.scheda-recruiter-sheet) {
    padding: 22px 26px;
}

[b-as3ke1vtcn] .dxbl-popup-footer:has(.scheda-recruiter-footer) {
    padding: 14px 22px;
    background: #f8fafc;
    border-top: 1px solid #e2e8f0;
}

@media (max-width: 640px) {
    .scheda-recruiter-footer[b-as3ke1vtcn] {
        flex-direction: column-reverse;
        align-items: stretch;
    }

    .scheda-btn[b-as3ke1vtcn] {
        justify-content: center;
        width: 100%;
    }
}

.candidate-selection-overlay[b-as3ke1vtcn] {
    position: fixed;
    inset: 0;
    z-index: 1050;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    background: rgba(15, 23, 42, 0.55);
}

.candidate-selection-popup[b-as3ke1vtcn] {
    width: min(980px, 96vw);
    max-height: 88vh;
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.28);
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.candidate-popup-header[b-as3ke1vtcn],
.candidate-popup-footer[b-as3ke1vtcn] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 18px 22px;
    border-bottom: 1px solid #e9ecef;
}

.candidate-popup-footer[b-as3ke1vtcn] {
    border-bottom: 0;
    border-top: 1px solid #e9ecef;
    justify-content: flex-end;
}

.candidate-popup-title[b-as3ke1vtcn] {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #1f2937;
    font-size: 18px;
    font-weight: 800;
}

.candidate-close-btn[b-as3ke1vtcn],
.candidate-search-clear[b-as3ke1vtcn] {
    border: 0;
    background: transparent;
    color: #64748b;
    cursor: pointer;
}

.candidate-close-btn[b-as3ke1vtcn] {
    font-size: 28px;
    line-height: 1;
}

.candidate-popup-subtitle[b-as3ke1vtcn] {
    padding: 14px 22px;
    background: #f8fafc;
    color: #64748b;
    font-size: 13px;
}

.candidate-loading-state[b-as3ke1vtcn] {
    min-height: 360px;
    padding: 56px 48px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 14px;
    text-align: center;
    background: linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
}

.candidate-loading-icon[b-as3ke1vtcn] {
    width: 68px;
    height: 68px;
    border-radius: 18px;
    display: grid;
    place-items: center;
    color: #0d6efd;
    background: #eaf2ff;
    box-shadow: 0 8px 20px rgba(13, 110, 253, 0.14);
}

.candidate-loading-state h3[b-as3ke1vtcn] {
    margin: 4px 0 0;
    color: #1f2937;
    font-size: 20px;
    font-weight: 800;
}

.candidate-loading-state p[b-as3ke1vtcn] {
    margin: 0;
    color: #0d6efd;
    font-size: 15px;
    font-weight: 700;
}

.candidate-loading-state > span[b-as3ke1vtcn] {
    max-width: 560px;
    color: #64748b;
    font-size: 13px;
}

.candidate-loading-progress[b-as3ke1vtcn] {
    width: min(560px, 100%);
    margin: 8px 0 2px;
}

.candidate-search-box[b-as3ke1vtcn] {
    margin: 16px 22px 8px;
    padding: 10px 12px;
    border: 1px solid #dbe4f0;
    border-radius: 12px;
    display: flex;
    align-items: center;
    gap: 10px;
    background: #fff;
}

.candidate-search-input[b-as3ke1vtcn] {
    border: 0;
    outline: 0;
    flex: 1;
    color: #1f2937;
    font-size: 14px;
}

.candidate-selection-list[b-as3ke1vtcn] {
    padding: 12px 22px 22px;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.candidate-selection-card[b-as3ke1vtcn] {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 16px;
    border: 1px solid #e5edf6;
    border-radius: 14px;
    cursor: pointer;
    background: #fff;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.candidate-selection-card:hover[b-as3ke1vtcn],
.candidate-selection-card.selezionata[b-as3ke1vtcn] {
    transform: translateY(-3px);
    box-shadow: 0 8px 18px rgba(13, 110, 253, 0.14);
    border-color: #0d6efd;
}

.candidate-selection-left[b-as3ke1vtcn],
.candidate-selection-right[b-as3ke1vtcn],
.candidate-selection-stats[b-as3ke1vtcn],
.candidate-selection-meta[b-as3ke1vtcn] {
    display: flex;
    align-items: center;
    gap: 12px;
}

.candidate-selection-left[b-as3ke1vtcn] {
    min-width: 0;
}

.candidate-selection-avatar[b-as3ke1vtcn] {
    width: 46px;
    height: 46px;
    border-radius: 14px;
    background: linear-gradient(135deg, #0d6efd, #6f42c1);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    flex-shrink: 0;
}

.candidate-selection-info[b-as3ke1vtcn] {
    min-width: 0;
}

.candidate-selection-name[b-as3ke1vtcn] {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    color: #1f2937;
    font-weight: 800;
}

.candidate-selection-code[b-as3ke1vtcn],
.candidate-selection-status[b-as3ke1vtcn] {
    border-radius: 999px;
    padding: 3px 8px;
    font-size: 12px;
    font-weight: 700;
}

.candidate-selection-code[b-as3ke1vtcn] {
    background: #eef2ff;
    color: #3730a3;
}

.candidate-policy-badge[b-as3ke1vtcn] {
    border-radius: 999px;
    padding: 3px 8px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.03em;
}

.candidate-policy-badge.dil[b-as3ke1vtcn] {
    background: #d1e7dd;
    color: #0f5132;
}

.candidate-policy-badge.gol[b-as3ke1vtcn] {
    background: #fff3cd;
    color: #664d03;
}

.candidate-selection-meta[b-as3ke1vtcn] {
    flex-wrap: wrap;
    margin-top: 6px;
    color: #64748b;
    font-size: 13px;
}

.candidate-selection-right[b-as3ke1vtcn] {
    flex-shrink: 0;
}

.candidate-selection-status[b-as3ke1vtcn] {
    background: #e2e3e5;
    color: #41464b;
}

.candidate-selection-status.status-qualified[b-as3ke1vtcn],
.candidate-selection-status.status-started[b-as3ke1vtcn],
.candidate-selection-status.status-converted[b-as3ke1vtcn] {
    background: #d1e7dd;
    color: #0f5132;
}

.candidate-selection-status.status-onboarding[b-as3ke1vtcn],
.candidate-selection-status.status-interview[b-as3ke1vtcn],
.candidate-selection-status.badge-warning-soft[b-as3ke1vtcn] {
    background: #fff3cd;
    color: #664d03;
}

.candidate-selection-status.status-rejected[b-as3ke1vtcn],
.candidate-selection-status.badge-danger-soft[b-as3ke1vtcn] {
    background: #f8d7da;
    color: #842029;
}

.candidate-selection-stats .stat-item[b-as3ke1vtcn] {
    min-width: 54px;
    text-align: center;
}

.candidate-selection-stats .stat-value[b-as3ke1vtcn] {
    display: block;
    color: #0d6efd;
    font-weight: 800;
}

.candidate-selection-stats .stat-label[b-as3ke1vtcn] {
    display: block;
    color: #64748b;
    font-size: 11px;
    text-transform: uppercase;
}

.candidate-selection-check[b-as3ke1vtcn] {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #198754;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.candidate-selection-empty[b-as3ke1vtcn] {
    padding: 34px;
    border-radius: 14px;
    border: 1px dashed #cbd5e1;
    background: #f8fafc;
    color: #64748b;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    text-align: center;
}

.candidate-btn-cancel[b-as3ke1vtcn],
.candidate-btn-confirm[b-as3ke1vtcn] {
    border: 0;
    border-radius: 10px;
    padding: 10px 18px;
    font-weight: 700;
    cursor: pointer;
}

.candidate-btn-cancel[b-as3ke1vtcn] {
    background: #f1f5f9;
    color: #334155;
}

.candidate-btn-confirm[b-as3ke1vtcn] {
    background: #0d6efd;
    color: #fff;
}

.candidate-btn-confirm.disabled[b-as3ke1vtcn],
.candidate-btn-confirm:disabled[b-as3ke1vtcn] {
    opacity: 0.55;
    cursor: not-allowed;
}

@media (max-width: 768px) {
    .candidate-selection-filters[b-as3ke1vtcn] {
        grid-template-columns: 1fr;
    }

    .candidate-selection-card[b-as3ke1vtcn],
    .candidate-selection-right[b-as3ke1vtcn] {
        flex-direction: column;
        align-items: stretch;
    }
}
/* /Editors/PoliticheAttiveRicerca/PoliticheAttiveRicercaComponent.razor.rz.scp.css */
/* === Politiche Attive Ricerca Component === */

.pal-ricerca-container[b-u56e6agy48] {
    padding: 24px;
    background-color: #f4f6f8;
    min-height: 100%;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.pal-ricerca-reset-btn[b-u56e6agy48] {
    padding: 8px 16px;
    font-size: 13px;
    font-weight: 600;
    color: #6f42c1;
    background: white;
    border: 2px solid #6f42c1;
    border-radius: 8px;
    cursor: pointer;
    transition: background 0.2s, color 0.2s, box-shadow 0.2s;
    white-space: nowrap;
}

.pal-ricerca-reset-btn:hover:not(:disabled)[b-u56e6agy48] {
    background: #6f42c1;
    color: white;
    box-shadow: 0 2px 8px rgba(111, 66, 193, 0.25);
}

.pal-ricerca-reset-btn:disabled[b-u56e6agy48] {
    opacity: 0.5;
    cursor: not-allowed;
}

/* Header */
.pal-ricerca-header[b-u56e6agy48] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
}

.pal-ricerca-no-results[b-u56e6agy48] {
    padding: 28px 16px !important;
    text-align: center;
    color: #6c757d;
    font-weight: 600;
    background: #fbfbfd;
}

.pal-ricerca-header h2[b-u56e6agy48] {
    font-size: 24px;
    font-weight: 700;
    color: #212529;
    margin: 0 0 4px 0;
}

.pal-ricerca-subtitle[b-u56e6agy48] {
    color: #6c757d;
    margin: 0;
    font-size: 14px;
}

.pal-ricerca-actions[b-u56e6agy48] {
    display: flex;
    align-items: center;
    gap: 12px;
}

.pal-ricerca-export-btn[b-u56e6agy48] {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 8px 16px;
    font-size: 13px;
    font-weight: 600;
    color: #198754;
    background: white;
    border: 2px solid #198754;
    border-radius: 8px;
    cursor: pointer;
    transition: background 0.2s, color 0.2s, box-shadow 0.2s;
    white-space: nowrap;
}

.pal-ricerca-export-btn:hover:not(:disabled)[b-u56e6agy48] {
    background: #198754;
    color: white;
    box-shadow: 0 2px 8px rgba(25, 135, 84, 0.25);
}

.pal-ricerca-export-btn:disabled[b-u56e6agy48] {
    opacity: 0.5;
    cursor: not-allowed;
}

.pal-ricerca-stats[b-u56e6agy48] {
    display: flex;
    align-items: center;
    gap: 8px;
    background: white;
    padding: 8px 16px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.06);
}

.pal-ricerca-stats-label[b-u56e6agy48] {
    font-size: 13px;
    color: #6c757d;
}

.pal-ricerca-stats-count[b-u56e6agy48] {
    font-size: 20px;
    font-weight: 700;
    color: #6f42c1;
}

/* Search bar */
.pal-ricerca-search-bar[b-u56e6agy48] {
    margin-bottom: 20px;
}

.pal-ricerca-search-input-wrapper[b-u56e6agy48] {
    position: relative;
    display: flex;
    align-items: center;
}

.pal-ricerca-search-icon[b-u56e6agy48] {
    position: absolute;
    left: 14px;
    color: #adb5bd;
    pointer-events: none;
}

.pal-ricerca-search-input[b-u56e6agy48] {
    width: 100%;
    padding: 12px 40px 12px 44px;
    font-size: 15px;
    border: 2px solid #e9ecef;
    border-radius: 10px;
    background: white;
    color: #212529;
    transition: border-color 0.2s, box-shadow 0.2s;
    outline: none;
}

.pal-ricerca-search-input:focus[b-u56e6agy48] {
    border-color: #6f42c1;
    box-shadow: 0 0 0 3px rgba(111, 66, 193, 0.15);
}

.pal-ricerca-search-input[b-u56e6agy48]::placeholder {
    color: #adb5bd;
}

.pal-ricerca-clear-btn[b-u56e6agy48] {
    position: absolute;
    right: 12px;
    background: none;
    border: none;
    cursor: pointer;
    color: #adb5bd;
    padding: 4px;
    display: flex;
    align-items: center;
    border-radius: 4px;
    transition: color 0.2s;
}

.pal-ricerca-clear-btn:hover[b-u56e6agy48] {
    color: #6c757d;
}

/* Sortable headers */
.pal-sortable[b-u56e6agy48] {
    cursor: pointer;
    user-select: none;
    position: relative;
    padding-right: 22px !important;
    transition: background 0.15s;
}

.pal-sortable:hover[b-u56e6agy48] {
    background: #e9ecef;
}

.pal-sortable[b-u56e6agy48]::after {
    content: '\2195';
    position: absolute;
    right: 6px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12px;
    color: #adb5bd;
    transition: color 0.15s;
}

.pal-sort-asc[b-u56e6agy48]::after {
    content: '\2191';
    color: #6f42c1;
}

.pal-sort-desc[b-u56e6agy48]::after {
    content: '\2193';
    color: #6f42c1;
}

/* Table */
.pal-ricerca-table-wrapper[b-u56e6agy48] {
    background: white;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
    overflow-x: auto;
}

.pal-ricerca-table[b-u56e6agy48] {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
}

.pal-ricerca-table thead th[b-u56e6agy48] {
    background: #f8f9fa;
    padding: 12px 16px;
    text-align: left;
    font-weight: 600;
    color: #495057;
    border-bottom: 2px solid #e9ecef;
    white-space: nowrap;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

.pal-ricerca-table thead .pal-ricerca-filter-row th[b-u56e6agy48] {
    padding: 8px 10px;
    background: #ffffff;
    border-bottom: 2px solid #e9ecef;
    text-transform: none;
    letter-spacing: normal;
}

.pal-column-filter[b-u56e6agy48] {
    width: 100%;
    min-width: 0;
    padding: 6px 8px;
    border: 1px solid #dee2e6;
    border-radius: 6px;
    background: #fff;
    color: #212529;
    font-size: 12px;
    font-weight: 400;
    outline: none;
}

.pal-column-filter:focus[b-u56e6agy48] {
    border-color: #6f42c1;
    box-shadow: 0 0 0 2px rgba(111, 66, 193, 0.12);
}

.pal-date-filter[b-u56e6agy48] {
    min-width: 130px;
}

.pal-ricerca-table tbody td[b-u56e6agy48] {
    padding: 12px 16px;
    border-bottom: 1px solid #f1f3f5;
    color: #212529;
    vertical-align: middle;
}

.pal-ricerca-row[b-u56e6agy48] {
    cursor: pointer;
    transition: background 0.15s;
}

.pal-ricerca-row:hover[b-u56e6agy48] {
    background: #f8f5ff;
}

.pal-ricerca-row:last-child td[b-u56e6agy48] {
    border-bottom: none;
}

/* Candidate cell */
.pal-ricerca-candidato[b-u56e6agy48] {
    display: flex;
    align-items: center;
    gap: 10px;
}

.pal-ricerca-avatar[b-u56e6agy48] {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: linear-gradient(135deg, #6f42c1, #8b5cf6);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 600;
    flex-shrink: 0;
}

.pal-ricerca-codice[b-u56e6agy48] {
    font-family: 'Cascadia Code', 'Fira Code', monospace;
    font-size: 13px;
    color: #6f42c1;
    background: #f3f0ff;
    padding: 2px 8px;
    border-radius: 4px;
}

/* Column widths */
.col-candidato[b-u56e6agy48] {
    min-width: 200px;
}

.col-codice[b-u56e6agy48] {
    min-width: 140px;
}

.col-dote[b-u56e6agy48] {
    min-width: 100px;
}

.col-stato[b-u56e6agy48] {
    min-width: 130px;
}

.col-data[b-u56e6agy48] {
    min-width: 110px;
    white-space: nowrap;
}

.col-tutor[b-u56e6agy48] {
    min-width: 150px;
}

/* Tutor cells */
.pal-ricerca-tutor[b-u56e6agy48] {
    font-size: 13px;
    color: #212529;
    white-space: nowrap;
}

.pal-ricerca-tutor-empty[b-u56e6agy48] {
    color: #adb5bd;
}

/* Status badges */
.pal-ricerca-badge[b-u56e6agy48] {
    display: inline-block;
    padding: 4px 10px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    white-space: nowrap;
}

.badge-created[b-u56e6agy48] { background: #e7f5ff; color: #1971c2; }
.badge-partial-assign[b-u56e6agy48] { background: #f1f3f5; color: #495057; }
.badge-assigned[b-u56e6agy48] { background: #dbe4ff; color: #364fc7; }
.badge-rejected[b-u56e6agy48] { background: #ffe3e3; color: #c92a2a; }
.badge-started[b-u56e6agy48] { background: #c3fae8; color: #087f5b; }
.badge-working[b-u56e6agy48] { background: #f3f0ff; color: #6f42c1; }
.badge-partial-report[b-u56e6agy48] { background: #fff4e6; color: #e8590c; }
.badge-reported[b-u56e6agy48] { background: #fff3bf; color: #e67700; }
.badge-partial-liquid[b-u56e6agy48] { background: #d3f9d8; color: #2b8a3e; }
.badge-liquidated[b-u56e6agy48] { background: #b2f2bb; color: #2b8a3e; }
.badge-partial-paid[b-u56e6agy48] { background: #d3f9d8; color: #087f5b; }
.badge-paid[b-u56e6agy48] { background: #69db7c; color: #0a4d23; }
.badge-suspended[b-u56e6agy48] { background: #f1f3f5; color: #868e96; }
.badge-cancelled[b-u56e6agy48] { background: #ffe3e3; color: #c92a2a; }

/* Empty state */
.pal-ricerca-empty[b-u56e6agy48] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 60px 20px;
    background: white;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}

.pal-ricerca-empty p[b-u56e6agy48] {
    margin: 16px 0 4px 0;
    font-size: 16px;
    font-weight: 600;
    color: #6c757d;
}

.pal-ricerca-empty-hint[b-u56e6agy48] {
    font-size: 13px;
    color: #adb5bd;
}
/* /Editors/ProspectCards/ProspectCardListComponent.razor.rz.scp.css */
.prospect-grid[b-8juzmvafkd] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
    gap: 1rem;
    padding: 0.25rem;
}

.prospect-card[b-8juzmvafkd] {
    display: flex;
    flex-direction: column;
    min-height: 290px;
    overflow: hidden;
    background: var(--bs-body-bg, #fff);
    border: 1px solid var(--bs-border-color, #dee2e6);
    border-top: 4px solid #0d6efd;
    border-radius: 12px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.06);
    cursor: pointer;
    transition: transform 160ms ease, box-shadow 160ms ease;
}

.prospect-card:hover[b-8juzmvafkd],
.prospect-card:focus-within[b-8juzmvafkd] {
    transform: translateY(-4px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.12);
}

.prospect-header[b-8juzmvafkd],
.prospect-footer[b-8juzmvafkd] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1rem 1.15rem;
}

.prospect-header[b-8juzmvafkd] {
    border-bottom: 1px solid var(--bs-border-color, #dee2e6);
}

.prospect-header > span:first-child[b-8juzmvafkd] {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
}

.prospect-eyebrow[b-8juzmvafkd] {
    color: var(--bs-secondary-color, #6c757d);
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.prospect-badge[b-8juzmvafkd] {
    padding: 0.3rem 0.65rem;
    color: #664d03;
    background: #fff3cd;
    border-radius: 999px;
    font-size: 0.78rem;
    font-weight: 700;
    white-space: nowrap;
}

.prospect-body[b-8juzmvafkd] {
    flex: 1;
    padding: 1.15rem;
}

.prospect-body h3[b-8juzmvafkd] {
    margin: 0 0 1rem;
    color: var(--bs-body-color, #212529);
    font-size: 1.15rem;
}

.prospect-body dl[b-8juzmvafkd] {
    display: grid;
    gap: 0.75rem;
    margin: 0;
}

.prospect-body dl > div[b-8juzmvafkd] {
    display: grid;
    grid-template-columns: minmax(90px, 0.4fr) 1fr;
    gap: 0.75rem;
}

.prospect-body dt[b-8juzmvafkd] {
    color: var(--bs-secondary-color, #6c757d);
    font-size: 0.82rem;
    font-weight: 600;
}

.prospect-body dd[b-8juzmvafkd] {
    margin: 0;
    overflow-wrap: anywhere;
}

.prospect-footer[b-8juzmvafkd] {
    justify-content: flex-end;
    background: rgba(13, 110, 253, 0.04);
    border-top: 1px solid var(--bs-border-color, #dee2e6);
}

.prospect-empty[b-8juzmvafkd] {
    padding: 3rem 1.5rem;
    text-align: center;
    color: var(--bs-secondary-color, #6c757d);
    border: 1px dashed var(--bs-border-color, #dee2e6);
    border-radius: 12px;
}

.prospect-empty h3[b-8juzmvafkd] {
    margin-bottom: 0.5rem;
    color: var(--bs-body-color, #212529);
}

@media (max-width: 575.98px) {
    .prospect-grid[b-8juzmvafkd] {
        grid-template-columns: 1fr;
    }

    .prospect-body dl > div[b-8juzmvafkd] {
        grid-template-columns: 1fr;
        gap: 0.15rem;
    }
}
/* /Editors/ProspectDetail/ProspectDetailComponent.razor.rz.scp.css */
.pd-shell[b-0wqzhbm6ac] {
    display: grid;
    gap: 1.25rem;
    padding: 1rem;
    color: #243142;
}

.pd-hero[b-0wqzhbm6ac] {
    display: flex;
    justify-content: space-between;
    gap: 1.5rem;
    padding: 1.5rem;
    border-radius: 16px;
    color: #fff;
    background: linear-gradient(135deg, #153d6f, #0d6efd);
    box-shadow: 0 8px 20px rgba(13, 110, 253, .2);
}

.pd-hero h1[b-0wqzhbm6ac] {
    margin: .2rem 0 .6rem;
    font-size: 2rem;
}

.pd-eyebrow[b-0wqzhbm6ac] {
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    opacity: .82;
}

.pd-meta[b-0wqzhbm6ac],
.pd-actions[b-0wqzhbm6ac],
.pd-section-title[b-0wqzhbm6ac],
.pd-contact-actions[b-0wqzhbm6ac] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: .65rem;
}

.pd-actions[b-0wqzhbm6ac] {
    align-self: flex-start;
}

.pd-badge[b-0wqzhbm6ac],
.pd-code[b-0wqzhbm6ac],
.pd-contact-type[b-0wqzhbm6ac] {
    padding: .25rem .65rem;
    border-radius: 999px;
    font-weight: 700;
}

.pd-badge[b-0wqzhbm6ac] {
    background: rgba(255, 193, 7, .95);
    color: #3d2d00;
}

.pd-code[b-0wqzhbm6ac] {
    background: rgba(255, 255, 255, .16);
}

.pd-grid[b-0wqzhbm6ac] {
    display: grid;
    grid-template-columns: minmax(0, 2fr) minmax(260px, 1fr);
    gap: 1.25rem;
}

.pd-card[b-0wqzhbm6ac] {
    padding: 1.25rem;
    border: 1px solid #e3e8ef;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .06);
}

.pd-section-title[b-0wqzhbm6ac] {
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 1rem;
}

.pd-section-title h2[b-0wqzhbm6ac],
.pd-section-title p[b-0wqzhbm6ac] {
    margin: 0;
}

.pd-section-title p[b-0wqzhbm6ac],
.pd-contact span[b-0wqzhbm6ac],
.pd-summary span[b-0wqzhbm6ac] {
    color: #68778a;
}

.pd-form-grid[b-0wqzhbm6ac],
.pd-contact-form[b-0wqzhbm6ac] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.pd-form-grid label[b-0wqzhbm6ac],
.pd-contact-form label[b-0wqzhbm6ac] {
    display: grid;
    gap: .35rem;
    font-size: .82rem;
    font-weight: 700;
    color: #536174;
}

.pd-form-grid .wide[b-0wqzhbm6ac] {
    grid-column: 1 / -1;
}

.pd-form-grid input[b-0wqzhbm6ac],
.pd-form-grid textarea[b-0wqzhbm6ac],
.pd-contact-form input[b-0wqzhbm6ac],
.pd-contact-form select[b-0wqzhbm6ac] {
    min-height: 40px;
    padding: .55rem .7rem;
    border: 1px solid #ccd5df;
    border-radius: 8px;
    color: #243142;
    background: #fff;
}

.pd-form-grid input:disabled[b-0wqzhbm6ac] {
    color: #64748b;
    background: #f3f6f9;
}

.pd-summary[b-0wqzhbm6ac],
.pd-contact-grid[b-0wqzhbm6ac] {
    display: grid;
    gap: .75rem;
}

.pd-summary div[b-0wqzhbm6ac],
.pd-contact[b-0wqzhbm6ac] {
    display: grid;
    gap: .2rem;
    padding: .8rem;
    border-radius: 8px;
    background: #f6f9fc;
}

.pd-contact-grid[b-0wqzhbm6ac] {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
}

.pd-contact[b-0wqzhbm6ac] {
    border-left: 4px solid #0d6efd;
}

.pd-contact-type[b-0wqzhbm6ac] {
    width: fit-content;
    color: #0d6efd;
    background: #e7f0ff;
    font-size: .75rem;
}

.pd-contact-form[b-0wqzhbm6ac] {
    margin-bottom: 1rem;
    padding: 1rem;
    border: 1px solid #d7e2ee;
    border-radius: 10px;
    background: #f8fbff;
}

.pd-contact-actions[b-0wqzhbm6ac] {
    grid-column: 1 / -1;
    justify-content: flex-end;
}

.pd-button[b-0wqzhbm6ac] {
    padding: .65rem 1rem;
    border: 0;
    border-radius: 8px;
    cursor: pointer;
    font-weight: 700;
}

.pd-button.primary[b-0wqzhbm6ac] {
    color: #fff;
    background: #0d6efd;
}

.pd-button.secondary[b-0wqzhbm6ac] {
    color: #153d6f;
    background: #e7f0ff;
}

.pd-hero .pd-button.secondary[b-0wqzhbm6ac] {
    color: #fff;
    background: rgba(255, 255, 255, .18);
}

.pd-button:disabled[b-0wqzhbm6ac] {
    cursor: not-allowed;
    opacity: .55;
}

.pd-feedback[b-0wqzhbm6ac],
.pd-empty-inline[b-0wqzhbm6ac],
.pd-empty[b-0wqzhbm6ac] {
    padding: 1rem;
    border-radius: 10px;
}

.pd-feedback.success[b-0wqzhbm6ac] {
    color: #0f5132;
    background: #d1e7dd;
}

.pd-feedback.error[b-0wqzhbm6ac] {
    color: #842029;
    background: #f8d7da;
}

.pd-feedback.info[b-0wqzhbm6ac],
.pd-empty-inline[b-0wqzhbm6ac] {
    color: #055160;
    background: #cff4fc;
}

.pd-empty[b-0wqzhbm6ac] {
    text-align: center;
    background: #f6f9fc;
}

@media (max-width: 900px) {
    .pd-grid[b-0wqzhbm6ac],
    .pd-form-grid[b-0wqzhbm6ac],
    .pd-contact-form[b-0wqzhbm6ac] {
        grid-template-columns: 1fr;
    }

    .pd-contact-actions[b-0wqzhbm6ac],
    .pd-form-grid .wide[b-0wqzhbm6ac] {
        grid-column: auto;
    }

    .pd-hero[b-0wqzhbm6ac] {
        flex-direction: column;
    }
}
/* /Editors/TirocinioCards/TirocinioCardListComponent.razor.rz.scp.css */
.tirocini-grid[b-3h5m6o1h7q] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
    gap: 1rem;
    padding: 1rem;
}

.tirocinio-card[b-3h5m6o1h7q] {
    display: flex;
    min-height: 220px;
    flex-direction: column;
    justify-content: space-between;
    padding: 1.25rem;
    overflow: hidden;
    color: #212529;
    text-align: left;
    background: #fff;
    border: 1px solid #dee2e6;
    border-left: 5px solid #198754;
    border-radius: 12px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .06);
    transition: transform .2s ease, box-shadow .2s ease;
}

.tirocinio-card:hover[b-3h5m6o1h7q],
.tirocinio-card:focus-visible[b-3h5m6o1h7q] {
    transform: translateY(-4px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, .12);
}

.tirocinio-card.archiviato[b-3h5m6o1h7q] {
    border-left-color: #6c757d;
}

.tirocinio-card-header[b-3h5m6o1h7q],
.tirocinio-card-footer[b-3h5m6o1h7q] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
}

.tirocinio-card-header strong[b-3h5m6o1h7q] {
    display: block;
    margin-top: .25rem;
    color: #0d6efd;
    font-size: 1.35rem;
}

.tirocinio-eyebrow[b-3h5m6o1h7q] {
    display: block;
    color: #6c757d;
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.tirocinio-stato[b-3h5m6o1h7q],
.tirocinio-proroga[b-3h5m6o1h7q] {
    padding: .25rem .55rem;
    color: #146c43;
    font-size: .75rem;
    font-weight: 700;
    background: #d1e7dd;
    border-radius: 999px;
}

.archiviato .tirocinio-stato[b-3h5m6o1h7q] {
    color: #495057;
    background: #e9ecef;
}

.tirocinio-card-body[b-3h5m6o1h7q] {
    display: flex;
    flex-direction: column;
    gap: .4rem;
    margin: 1.25rem 0;
    color: #6c757d;
}

.tirocinio-nome[b-3h5m6o1h7q] {
    color: #212529;
    font-size: 1.1rem;
    font-weight: 700;
}

.tirocinio-card-footer[b-3h5m6o1h7q] {
    align-items: center;
    padding-top: .75rem;
    color: #6c757d;
    border-top: 1px solid #f0f1f2;
    font-size: .85rem;
}

.tirocinio-proroga[b-3h5m6o1h7q] {
    color: #664d03;
    background: #fff3cd;
}

.tirocini-empty[b-3h5m6o1h7q] {
    margin: 1rem;
    padding: 3rem 1rem;
    color: #6c757d;
    text-align: center;
    background: #fff;
    border: 1px dashed #ced4da;
    border-radius: 12px;
}
/* /Editors/TirocinioDetail/TirocinioDetailComponent.razor.rz.scp.css */
.tt-shell[b-f9i6lg125x] {
    display: grid;
    gap: 1.25rem;
    padding: 1rem;
    color: #243142;
}

.tt-hero[b-f9i6lg125x] {
    display: flex;
    justify-content: space-between;
    gap: 1.5rem;
    padding: 1.5rem;
    border-radius: 16px;
    color: #fff;
    background: linear-gradient(135deg, #153d6f, #0d6efd);
    box-shadow: 0 8px 20px rgba(13, 110, 253, .2);
}

.tt-hero h1[b-f9i6lg125x] {
    margin: .2rem 0;
    font-size: 2rem;
}

.tt-hero p[b-f9i6lg125x] {
    margin: 0 0 .8rem;
    font-size: 1.1rem;
}

.tt-eyebrow[b-f9i6lg125x] {
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    opacity: .8;
}

.tt-meta[b-f9i6lg125x],
.tt-actions[b-f9i6lg125x] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: .65rem;
}

.tt-actions[b-f9i6lg125x] {
    align-self: flex-start;
}

.tt-badge[b-f9i6lg125x] {
    padding: .25rem .65rem;
    border-radius: 999px;
    font-weight: 700;
}

.tt-badge.active[b-f9i6lg125x] {
    background: rgba(25, 135, 84, .9);
}

.tt-badge.archived[b-f9i6lg125x] {
    background: rgba(108, 117, 125, .9);
}

.tt-badge.extended[b-f9i6lg125x] {
    color: #3d2d00;
    background: rgba(255, 193, 7, .95);
}

.tt-grid[b-f9i6lg125x] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.25rem;
}

.tt-card[b-f9i6lg125x] {
    padding: 1.25rem;
    border: 1px solid #e3e8ef;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .06);
}

.tt-card h2[b-f9i6lg125x] {
    margin: 0 0 1rem;
    font-size: 1.1rem;
}

.tt-section[b-f9i6lg125x] {
    display: grid;
    gap: 1rem;
}

.tt-section-header[b-f9i6lg125x] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
}

.tt-section-header h2[b-f9i6lg125x],
.tt-section-header p[b-f9i6lg125x] {
    margin: 0;
}

.tt-section-header p[b-f9i6lg125x] {
    margin-top: .25rem;
    color: #68778a;
}

.tt-form-grid[b-f9i6lg125x] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.tt-form-grid label[b-f9i6lg125x] {
    display: grid;
    gap: .35rem;
    font-size: .82rem;
    font-weight: 700;
    color: #536174;
}

.tt-form-grid .wide[b-f9i6lg125x] {
    grid-column: 1 / -1;
}

.tt-form-grid input[b-f9i6lg125x],
.tt-form-grid select[b-f9i6lg125x] {
    min-height: 40px;
    padding: .55rem .7rem;
    border: 1px solid #ccd5df;
    border-radius: 8px;
    color: #243142;
    background: #fff;
}

.tt-form-grid input:disabled[b-f9i6lg125x],
.tt-form-grid select:disabled[b-f9i6lg125x] {
    color: #64748b;
    background: #f3f6f9;
}

.tt-summary[b-f9i6lg125x] {
    display: grid;
    gap: .2rem;
    padding: .8rem;
    border-radius: 8px;
    background: #f6f9fc;
}

.tt-summary span[b-f9i6lg125x],
.tt-list-item span[b-f9i6lg125x],
.tt-invoice-card span[b-f9i6lg125x] {
    color: #68778a;
    font-size: .88rem;
}

.tt-list[b-f9i6lg125x],
.tt-invoice-grid[b-f9i6lg125x] {
    display: grid;
    gap: .65rem;
}

.tt-list-item[b-f9i6lg125x],
.tt-invoice-card[b-f9i6lg125x] {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    padding: .8rem;
    border: 1px solid #e3e8ef;
    border-radius: 10px;
    color: #243142;
    background: #fff;
    text-align: left;
}

.tt-list-item > div[b-f9i6lg125x] {
    display: grid;
    gap: .2rem;
}

.tt-list-item.clickable[b-f9i6lg125x],
.tt-invoice-card[b-f9i6lg125x] {
    cursor: pointer;
}

.tt-list-item.clickable:hover[b-f9i6lg125x],
.tt-invoice-card:hover[b-f9i6lg125x] {
    border-color: #0d6efd;
    transform: translateY(-1px);
}

.tt-invoice-grid[b-f9i6lg125x] {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}

.tt-invoice-card[b-f9i6lg125x] {
    display: grid;
    justify-content: stretch;
}

.tt-invoice-card hr[b-f9i6lg125x] {
    width: 100%;
    margin: .2rem 0;
    border: 0;
    border-top: 1px solid #e3e8ef;
}

.tt-invoice-title[b-f9i6lg125x] {
    display: flex;
    justify-content: space-between;
    gap: .5rem;
}

.tt-status[b-f9i6lg125x] {
    padding: .15rem .45rem;
    border-radius: 999px;
    background: #e7f0ff;
}

.tt-btn[b-f9i6lg125x],
.tt-link[b-f9i6lg125x] {
    border: 0;
    cursor: pointer;
    font-weight: 700;
}

.tt-btn[b-f9i6lg125x] {
    padding: .65rem 1rem;
    border-radius: 8px;
}

.tt-btn.primary[b-f9i6lg125x] {
    color: #fff;
    background: #0d6efd;
}

.tt-btn.secondary[b-f9i6lg125x] {
    color: #153d6f;
    background: #e7f0ff;
}

.tt-hero .tt-btn.secondary[b-f9i6lg125x] {
    color: #fff;
    background: rgba(255, 255, 255, .18);
}

.tt-btn:disabled[b-f9i6lg125x],
.tt-segmented button:disabled[b-f9i6lg125x] {
    cursor: not-allowed;
    opacity: .55;
}

.tt-link[b-f9i6lg125x] {
    padding: 0;
    color: #0d6efd;
    background: transparent;
    text-decoration: none;
}

.tt-align-start[b-f9i6lg125x] {
    justify-self: start;
}

.tt-segmented[b-f9i6lg125x] {
    display: inline-grid;
    grid-template-columns: 1fr 1fr;
    overflow: hidden;
    border: 1px solid #ccd5df;
    border-radius: 8px;
}

.tt-segmented button[b-f9i6lg125x] {
    min-width: 90px;
    padding: .6rem 1rem;
    border: 0;
    color: #536174;
    background: #fff;
    font-weight: 700;
}

.tt-segmented button.selected[b-f9i6lg125x] {
    color: #fff;
    background: #0d6efd;
}

.tt-top-gap[b-f9i6lg125x] {
    margin-top: 1rem;
}

.tt-highlight[b-f9i6lg125x] {
    margin: 1rem 0;
    color: #0d6efd;
    font-size: 1.8rem;
    font-weight: 800;
}

.tt-feedback[b-f9i6lg125x],
.tt-readonly[b-f9i6lg125x],
.tt-empty-row[b-f9i6lg125x],
.tt-empty[b-f9i6lg125x] {
    padding: .9rem 1rem;
    border-radius: 10px;
}

.tt-feedback.success[b-f9i6lg125x] {
    color: #0f5132;
    background: #d1e7dd;
}

.tt-feedback.error[b-f9i6lg125x] {
    color: #842029;
    background: #f8d7da;
}

.tt-feedback.info[b-f9i6lg125x],
.tt-readonly[b-f9i6lg125x] {
    color: #084298;
    background: #cfe2ff;
}

.tt-empty-row[b-f9i6lg125x],
.tt-empty[b-f9i6lg125x] {
    color: #68778a;
    background: #f6f9fc;
}

@media (max-width: 900px) {
    .tt-grid[b-f9i6lg125x],
    .tt-form-grid[b-f9i6lg125x] {
        grid-template-columns: 1fr;
    }

    .tt-form-grid .wide[b-f9i6lg125x] {
        grid-column: auto;
    }

    .tt-hero[b-f9i6lg125x],
    .tt-section-header[b-f9i6lg125x] {
        flex-direction: column;
    }
}
/* /Pages/CribisTestPage.razor.rz.scp.css */
/* ==============================================
   CRIBIS A2A Test Page - Enhanced Styles
   Arkigest Design System v2
   ============================================== */

.cribis-test-page[b-19k163i1da] {
    max-width: 1400px;
    margin: 0 auto;
    padding: 24px;
    font-family: 'Segoe UI', -apple-system, BlinkMacSystemFont, sans-serif;
}

/* ========== Hero Header ========== */
.page-hero[b-19k163i1da] {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 24px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
}

.hero-bg[b-19k163i1da] {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #0f172a 0%, #1e3a5f 50%, #0d6efd 100%);
    z-index: 0;
}

.hero-bg[b-19k163i1da]::after {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 80% 20%, rgba(99, 179, 237, 0.15) 0%, transparent 60%),
                radial-gradient(circle at 20% 80%, rgba(129, 140, 248, 0.1) 0%, transparent 50%);
    animation: heroShimmer-b-19k163i1da 8s ease-in-out infinite alternate;
}

@keyframes heroShimmer-b-19k163i1da {
    0% { opacity: 0.6; }
    100% { opacity: 1; }
}

.hero-content[b-19k163i1da] {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 28px 32px;
    color: #fff;
}

.hero-icon[b-19k163i1da] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.15);
    flex-shrink: 0;
}

.hero-content h1[b-19k163i1da] {
    font-size: 1.6rem;
    font-weight: 700;
    margin: 0 0 2px 0;
    letter-spacing: -0.3px;
}

.hero-subtitle[b-19k163i1da] {
    margin: 0;
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.7);
}

.hero-status[b-19k163i1da] {
    margin-left: auto;
}

.status-pill[b-19k163i1da] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    border-radius: 100px;
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.3px;
}

.pill-active[b-19k163i1da] {
    background: rgba(52, 211, 153, 0.2);
    color: #6ee7b7;
    border: 1px solid rgba(52, 211, 153, 0.3);
}

.pill-inactive[b-19k163i1da] {
    background: rgba(248, 113, 113, 0.2);
    color: #fca5a5;
    border: 1px solid rgba(248, 113, 113, 0.3);
}

.status-dot[b-19k163i1da] {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    animation: pulse-b-19k163i1da 2s ease-in-out infinite;
}

.pill-active .status-dot[b-19k163i1da] {
    background: #34d399;
    box-shadow: 0 0 8px rgba(52, 211, 153, 0.6);
}

.pill-inactive .status-dot[b-19k163i1da] {
    background: #f87171;
    box-shadow: 0 0 8px rgba(248, 113, 113, 0.6);
}

@keyframes pulse-b-19k163i1da {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.6; transform: scale(0.85); }
}

.hero-alert[b-19k163i1da] {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 32px;
    background: rgba(251, 191, 36, 0.1);
    border-top: 1px solid rgba(251, 191, 36, 0.2);
    color: #fde68a;
    font-size: 0.85rem;
}

.hero-alert code[b-19k163i1da] {
    background: rgba(255, 255, 255, 0.12);
    padding: 2px 6px;
    border-radius: 4px;
    font-size: 0.8rem;
    color: #fff;
}

/* ========== Config Panel ========== */
.config-panel[b-19k163i1da] {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    padding: 20px 24px;
    margin-bottom: 24px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
}

.config-panel-header[b-19k163i1da] {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 16px;
    color: #64748b;
}

.config-panel-header h3[b-19k163i1da] {
    font-size: 0.85rem;
    font-weight: 600;
    color: #64748b;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0.8px;
}

.config-grid[b-19k163i1da] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
    gap: 12px;
}

.config-card[b-19k163i1da] {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 14px 16px;
    background: #f8fafc;
    border: 1px solid #f1f5f9;
    border-radius: 10px;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.config-card:hover[b-19k163i1da] {
    border-color: #e2e8f0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.config-label[b-19k163i1da] {
    font-size: 0.7rem;
    font-weight: 700;
    color: #94a3b8;
    text-transform: uppercase;
    letter-spacing: 0.7px;
}

.config-value[b-19k163i1da] {
    font-size: 0.9rem;
    color: #1e293b;
    font-weight: 500;
}

.config-value.url[b-19k163i1da] {
    font-family: 'Cascadia Code', 'Consolas', monospace;
    font-size: 0.75rem;
    word-break: break-all;
    color: #475569;
}

.status-active[b-19k163i1da] {
    color: #059669;
    font-weight: 700;
}

.status-inactive[b-19k163i1da] {
    color: #dc2626;
    font-weight: 700;
}

/* ========== Alerts ========== */
.alert-warning[b-19k163i1da] {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 18px;
    background: linear-gradient(135deg, #fffbeb, #fef3c7);
    border: 1px solid #fbbf24;
    border-radius: 10px;
    color: #92400e;
    font-size: 0.88rem;
}

.alert-warning code[b-19k163i1da] {
    background: rgba(0, 0, 0, 0.06);
    padding: 2px 6px;
    border-radius: 4px;
    font-size: 0.82rem;
}

.alert-error[b-19k163i1da] {
    padding: 14px 18px;
    background: linear-gradient(135deg, #fef2f2, #fecaca);
    border: 1px solid #f87171;
    border-radius: 10px;
    color: #991b1b;
    font-size: 0.88rem;
}

/* ========== Tabs ========== */
.tab-container[b-19k163i1da] {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    overflow: hidden;
    margin-bottom: 24px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04), 0 4px 16px rgba(0, 0, 0, 0.03);
}

.tab-header[b-19k163i1da] {
    display: flex;
    border-bottom: 1px solid #e5e7eb;
    background: #f8fafc;
}

.tab-btn[b-19k163i1da] {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 16px 24px;
    border: none;
    background: transparent;
    cursor: pointer;
    font-size: 0.9rem;
    font-weight: 500;
    color: #94a3b8;
    transition: all 0.25s ease;
    border-bottom: 3px solid transparent;
    margin-bottom: -1px;
    position: relative;
}

.tab-btn:hover[b-19k163i1da] {
    color: #3b82f6;
    background: rgba(59, 130, 246, 0.04);
}

.tab-btn.active[b-19k163i1da] {
    color: #1e40af;
    border-bottom-color: #3b82f6;
    font-weight: 600;
    background: rgba(59, 130, 246, 0.04);
}

.tab-btn.active[b-19k163i1da]::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 30%;
    right: 30%;
    height: 3px;
    background: linear-gradient(90deg, transparent, #3b82f6, transparent);
    filter: blur(4px);
}

.tab-content[b-19k163i1da] {
    padding: 28px;
}

/* Section Header */
.section-header[b-19k163i1da] {
    margin-bottom: 22px;
}

.section-header h2[b-19k163i1da] {
    font-size: 1.2rem;
    font-weight: 700;
    color: #0f172a;
    margin: 0 0 4px 0;
}

.section-header p[b-19k163i1da] {
    color: #94a3b8;
    font-size: 0.82rem;
    margin: 0;
    font-style: italic;
}

/* ========== Forms ========== */
.search-form[b-19k163i1da],
.report-form[b-19k163i1da] {
    background: linear-gradient(135deg, #f8fafc, #f1f5f9);
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 22px;
    margin-bottom: 24px;
}

.form-row-3[b-19k163i1da] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-bottom: 16px;
}

.form-row-2[b-19k163i1da] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    margin-bottom: 16px;
}

.form-group[b-19k163i1da] {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.form-group label[b-19k163i1da] {
    font-size: 0.75rem;
    font-weight: 700;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 0.4px;
}

.form-input[b-19k163i1da] {
    padding: 10px 14px;
    border: 1px solid #cbd5e1;
    border-radius: 10px;
    font-size: 0.9rem;
    color: #1e293b;
    transition: all 0.2s ease;
    background: #fff;
}

.form-input:focus[b-19k163i1da] {
    outline: none;
    border-color: #3b82f6;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.12), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.form-input[b-19k163i1da]::placeholder {
    color: #cbd5e1;
}

.form-actions[b-19k163i1da] {
    display: flex;
    justify-content: flex-end;
    margin-top: 4px;
}

.form-actions-inline[b-19k163i1da] {
    justify-content: flex-end;
}

/* ========== Buttons ========== */
.btn-primary[b-19k163i1da] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 22px;
    background: linear-gradient(135deg, #3b82f6, #2563eb);
    color: #fff;
    border: none;
    border-radius: 10px;
    font-size: 0.88rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.25s ease;
    white-space: nowrap;
    box-shadow: 0 2px 8px rgba(37, 99, 235, 0.25);
}

.btn-primary:hover:not(:disabled)[b-19k163i1da] {
    background: linear-gradient(135deg, #2563eb, #1d4ed8);
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(37, 99, 235, 0.35);
}

.btn-primary:active:not(:disabled)[b-19k163i1da] {
    transform: translateY(0);
}

.btn-primary:disabled[b-19k163i1da] {
    opacity: 0.5;
    cursor: not-allowed;
    box-shadow: none;
}

.btn-sm[b-19k163i1da] {
    padding: 6px 14px;
    font-size: 0.78rem;
    border-radius: 8px;
    cursor: pointer;
    font-weight: 600;
}

.btn-outline[b-19k163i1da] {
    background: transparent;
    border: 1px solid #3b82f6;
    color: #3b82f6;
    transition: all 0.2s ease;
    border-radius: 8px;
}

.btn-outline:hover[b-19k163i1da] {
    background: #3b82f6;
    color: #fff;
}

/* Spinner */
.spinner[b-19k163i1da] {
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-top-color: #fff;
    border-radius: 50%;
    animation: spin-b-19k163i1da 0.7s linear infinite;
}

@keyframes spin-b-19k163i1da {
    to { transform: rotate(360deg); }
}

/* ========== Results ========== */
.results-section[b-19k163i1da] {
    margin-top: 24px;
}

.results-header[b-19k163i1da] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 16px;
}

.results-header h3[b-19k163i1da] {
    font-size: 1.05rem;
    font-weight: 700;
    color: #0f172a;
    margin: 0;
}

.results-meta[b-19k163i1da] {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.badge[b-19k163i1da] {
    padding: 4px 12px;
    border-radius: 100px;
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.6px;
}

.badge-success[b-19k163i1da] {
    background: linear-gradient(135deg, #d1fae5, #a7f3d0);
    color: #065f46;
}

.badge-danger[b-19k163i1da] {
    background: linear-gradient(135deg, #fee2e2, #fecaca);
    color: #991b1b;
}

.meta-text[b-19k163i1da] {
    font-size: 0.78rem;
    color: #94a3b8;
    font-family: 'Cascadia Code', 'Consolas', monospace;
}

/* ========== Table ========== */
.results-table-wrapper[b-19k163i1da] {
    overflow-x: auto;
    border-radius: 12px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.03);
}

.results-table[b-19k163i1da] {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.86rem;
}

.results-table thead[b-19k163i1da] {
    background: linear-gradient(135deg, #f1f5f9, #e2e8f0);
}

.results-table th[b-19k163i1da] {
    padding: 12px 14px;
    text-align: left;
    font-weight: 700;
    color: #475569;
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    border-bottom: 2px solid #e2e8f0;
    white-space: nowrap;
}

.results-table td[b-19k163i1da] {
    padding: 11px 14px;
    border-bottom: 1px solid #f1f5f9;
    color: #1e293b;
}

.results-table tbody tr[b-19k163i1da] {
    transition: background 0.15s;
}

.results-table tbody tr:hover[b-19k163i1da] {
    background: linear-gradient(135deg, #eff6ff, #f0f9ff);
}

.results-table .mono[b-19k163i1da] {
    font-family: 'Cascadia Code', 'Consolas', monospace;
    font-size: 0.8rem;
    color: #475569;
}

/* Score badges */
.score-badge[b-19k163i1da] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 38px;
    padding: 3px 10px;
    border-radius: 100px;
    font-size: 0.78rem;
    font-weight: 700;
}

.score-high[b-19k163i1da] { background: linear-gradient(135deg, #d1fae5, #a7f3d0); color: #065f46; }
.score-medium[b-19k163i1da] { background: linear-gradient(135deg, #fef3c7, #fde68a); color: #92400e; }
.score-low[b-19k163i1da] { background: linear-gradient(135deg, #fee2e2, #fecaca); color: #991b1b; }

/* Empty state */
.empty-state[b-19k163i1da] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    padding: 48px;
    color: #cbd5e1;
}

.empty-state p[b-19k163i1da] { margin: 0; font-size: 0.95rem; }

/* ========== Report files grid ========== */
.report-files-grid[b-19k163i1da] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    margin-bottom: 20px;
}

.report-file-card[b-19k163i1da] {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 18px;
    border-radius: 12px;
    border: 1px solid #e2e8f0;
    transition: all 0.25s ease;
}

.report-file-card.file-available[b-19k163i1da] { background: linear-gradient(135deg, #f0fdf4, #dcfce7); border-color: #86efac; }
.report-file-card.file-na[b-19k163i1da] { background: #fafafa; border-color: #e5e7eb; }
.file-icon[b-19k163i1da] { color: #94a3b8; flex-shrink: 0; }
.file-available .file-icon[b-19k163i1da] { color: #059669; }

.file-info[b-19k163i1da] { display: flex; flex-direction: column; gap: 4px; min-width: 0; }
.file-format[b-19k163i1da] { font-size: 1rem; font-weight: 700; color: #0f172a; }
.file-path[b-19k163i1da] { font-size: 0.75rem; font-family: 'Cascadia Code', 'Consolas', monospace; color: #64748b; word-break: break-all; }
.file-status[b-19k163i1da] { font-size: 0.72rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.6px; }
.file-status.available[b-19k163i1da] { color: #059669; }
.file-status.na[b-19k163i1da] { color: #cbd5e1; }

/* ========== Download Link ========== */
.download-link[b-19k163i1da] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 8px;
    padding: 8px 14px;
    background: #0d6efd;
    color: white;
    text-decoration: none;
    border-radius: 8px;
    font-size: 0.8rem;
    font-weight: 600;
    transition: all 0.2s ease;
    box-shadow: 0 2px 4px rgba(13, 110, 253, 0.2);
}

.download-link:hover[b-19k163i1da] {
    background: #0b5ed7;
    color: white;
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(13, 110, 253, 0.3);
}

.download-link:active[b-19k163i1da] {
    transform: translateY(0);
}

.download-link svg[b-19k163i1da] {
    flex-shrink: 0;
}

/* ========== XML Preview ========== */
.xml-preview[b-19k163i1da] { border: 1px solid #e2e8f0; border-radius: 12px; overflow: hidden; }

.xml-preview-header[b-19k163i1da] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 18px;
    background: linear-gradient(135deg, #f1f5f9, #e2e8f0);
    border-bottom: 1px solid #e2e8f0;
}

.xml-preview-header h4[b-19k163i1da] { margin: 0; font-size: 0.88rem; font-weight: 600; color: #475569; }

.xml-content[b-19k163i1da] {
    padding: 18px;
    margin: 0;
    font-size: 0.78rem;
    font-family: 'Cascadia Code', 'Consolas', monospace;
    line-height: 1.6;
    background: #1e1e2e;
    color: #cdd6f4;
    overflow-x: auto;
    max-height: 420px;
    overflow-y: auto;
    white-space: pre-wrap;
    word-break: break-word;
}

/* ========== Log Panel ========== */
.log-panel[b-19k163i1da] {
    background: linear-gradient(135deg, #0f172a, #1e293b);
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

.log-header[b-19k163i1da] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 20px;
    background: rgba(255, 255, 255, 0.03);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.log-header h3[b-19k163i1da] {
    margin: 0;
    font-size: 0.9rem;
    font-weight: 600;
    color: #e2e8f0;
    display: flex;
    align-items: center;
    gap: 8px;
}

.log-header h3[b-19k163i1da]::before {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #34d399;
    border-radius: 50%;
    animation: pulse-b-19k163i1da 2s ease-in-out infinite;
}

.log-header .btn-outline[b-19k163i1da] { border-color: rgba(255, 255, 255, 0.2); color: rgba(255, 255, 255, 0.6); font-size: 0.75rem; }
.log-header .btn-outline:hover[b-19k163i1da] { background: rgba(255, 255, 255, 0.08); color: #fff; }

.log-entries[b-19k163i1da] { padding: 12px; max-height: 300px; overflow-y: auto; }

.log-entry[b-19k163i1da] {
    display: flex;
    align-items: baseline;
    gap: 10px;
    padding: 5px 10px;
    font-size: 0.78rem;
    font-family: 'Cascadia Code', 'Consolas', monospace;
    border-radius: 6px;
    transition: background 0.15s;
}

.log-entry:hover[b-19k163i1da] { background: rgba(255, 255, 255, 0.03); }
.log-time[b-19k163i1da] { color: #475569; flex-shrink: 0; }
.log-level[b-19k163i1da] { min-width: 55px; font-weight: 700; flex-shrink: 0; }
.log-message[b-19k163i1da] { color: #cbd5e1; word-break: break-word; }

.log-entry.info .log-level[b-19k163i1da] { color: #60a5fa; }
.log-entry.success .log-level[b-19k163i1da] { color: #34d399; }
.log-entry.error .log-level[b-19k163i1da] { color: #f87171; }
.log-entry.warning .log-level[b-19k163i1da] { color: #fbbf24; }

/* ========== Responsive ========== */
@media (max-width: 768px) {
    .form-row-3[b-19k163i1da] { grid-template-columns: 1fr; }
    .form-row-2[b-19k163i1da] { grid-template-columns: 1fr; }
    .report-files-grid[b-19k163i1da] { grid-template-columns: 1fr; }
    .results-header[b-19k163i1da] { flex-direction: column; align-items: flex-start; }
    .config-grid[b-19k163i1da] { grid-template-columns: 1fr; }
    .hero-content[b-19k163i1da] { flex-direction: column; text-align: center; }
    .hero-status[b-19k163i1da] { margin-left: 0; }
    .tab-header[b-19k163i1da] { flex-direction: column; }
    .tab-btn[b-19k163i1da] { border-bottom: none; border-left: 3px solid transparent; }
    .tab-btn.active[b-19k163i1da] { border-left-color: #3b82f6; border-bottom-color: transparent; }
    .tab-btn.active[b-19k163i1da]::after { display: none; }
}
/* /Pages/HelpLavoroTestPage.razor.rz.scp.css */
/* ==============================================
   HelpLavoro Test Page - Enhanced Styles
   Arkigest Design System v2 - Tema Amber/Orange
   ============================================== */

.hl-test-page[b-byaus9b1y2] {
    max-width: 1400px;
    margin: 0 auto;
    padding: 24px;
    font-family: 'Segoe UI', -apple-system, BlinkMacSystemFont, sans-serif;
}

/* ========== Hero Header (tema amber) ========== */
.page-hero[b-byaus9b1y2] {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 24px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
}

.hero-bg[b-byaus9b1y2] {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #1a0f00 0%, #78350f 40%, #d97706 100%);
    z-index: 0;
}

.hero-bg[b-byaus9b1y2]::after {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 75% 25%, rgba(251, 191, 36, 0.15) 0%, transparent 60%),
                radial-gradient(circle at 25% 75%, rgba(245, 158, 11, 0.1) 0%, transparent 50%);
    animation: heroShimmer-b-byaus9b1y2 8s ease-in-out infinite alternate;
}

@keyframes heroShimmer-b-byaus9b1y2 {
    0% { opacity: 0.6; }
    100% { opacity: 1; }
}

.hero-content[b-byaus9b1y2] {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 28px 32px;
    color: #fff;
}

.hero-icon[b-byaus9b1y2] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.15);
    flex-shrink: 0;
}

.hero-content h1[b-byaus9b1y2] {
    font-size: 1.6rem;
    font-weight: 700;
    margin: 0 0 2px 0;
    letter-spacing: -0.3px;
}

.hero-subtitle[b-byaus9b1y2] {
    margin: 0;
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.7);
}

.hero-badges[b-byaus9b1y2] {
    margin-left: auto;
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.status-pill[b-byaus9b1y2] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    border-radius: 100px;
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.3px;
    white-space: nowrap;
}

.pill-active[b-byaus9b1y2] {
    background: rgba(52, 211, 153, 0.2);
    color: #6ee7b7;
    border: 1px solid rgba(52, 211, 153, 0.3);
}

.pill-inactive[b-byaus9b1y2] {
    background: rgba(248, 113, 113, 0.2);
    color: #fca5a5;
    border: 1px solid rgba(248, 113, 113, 0.3);
}

.pill-info[b-byaus9b1y2] {
    background: rgba(96, 165, 250, 0.2);
    color: #bfdbfe;
    border: 1px solid rgba(96, 165, 250, 0.3);
    font-family: 'Cascadia Code', 'Consolas', monospace;
    font-size: 0.75rem;
}

.status-dot[b-byaus9b1y2] {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    animation: pulse-b-byaus9b1y2 2s ease-in-out infinite;
}

.pill-active .status-dot[b-byaus9b1y2] {
    background: #34d399;
    box-shadow: 0 0 8px rgba(52, 211, 153, 0.6);
}

.pill-inactive .status-dot[b-byaus9b1y2] {
    background: #f87171;
    box-shadow: 0 0 8px rgba(248, 113, 113, 0.6);
}

@keyframes pulse-b-byaus9b1y2 {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.6; transform: scale(0.85); }
}

.hero-alert[b-byaus9b1y2] {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 32px;
    background: rgba(251, 191, 36, 0.1);
    border-top: 1px solid rgba(251, 191, 36, 0.2);
    color: #fde68a;
    font-size: 0.85rem;
}

.hero-alert.alert-branch[b-byaus9b1y2] {
    background: rgba(96, 165, 250, 0.08);
    border-top-color: rgba(96, 165, 250, 0.15);
    color: #bfdbfe;
}

.hero-alert code[b-byaus9b1y2] {
    background: rgba(255, 255, 255, 0.12);
    padding: 2px 6px;
    border-radius: 4px;
    font-size: 0.8rem;
    color: #fff;
}

/* ========== Config Panel ========== */
.config-panel[b-byaus9b1y2] {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    padding: 20px 24px;
    margin-bottom: 24px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
}

.config-panel-header[b-byaus9b1y2] {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 16px;
    color: #92400e;
}

.config-panel-header h3[b-byaus9b1y2] {
    font-size: 0.85rem;
    font-weight: 600;
    color: #92400e;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0.8px;
}

.config-grid[b-byaus9b1y2] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 12px;
}

.config-card[b-byaus9b1y2] {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 14px 16px;
    background: #fffbeb;
    border: 1px solid #fef3c7;
    border-radius: 10px;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.config-card:hover[b-byaus9b1y2] {
    border-color: #fde68a;
    box-shadow: 0 2px 8px rgba(217, 119, 6, 0.08);
}

.config-label[b-byaus9b1y2] {
    font-size: 0.7rem;
    font-weight: 700;
    color: #b45309;
    text-transform: uppercase;
    letter-spacing: 0.7px;
}

.config-value[b-byaus9b1y2] {
    font-size: 0.9rem;
    color: #1e293b;
    font-weight: 500;
}

.config-value.mono[b-byaus9b1y2] {
    font-family: 'Cascadia Code', 'Consolas', monospace;
    font-size: 0.85rem;
    color: #475569;
}

.status-active[b-byaus9b1y2] {
    color: #059669;
    font-weight: 700;
}

.status-inactive[b-byaus9b1y2] {
    color: #dc2626;
    font-weight: 700;
}

/* ========== Alerts ========== */
.alert-warning[b-byaus9b1y2] {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 18px;
    background: linear-gradient(135deg, #fffbeb, #fef3c7);
    border: 1px solid #fbbf24;
    border-radius: 10px;
    color: #92400e;
    font-size: 0.88rem;
}

.alert-warning code[b-byaus9b1y2] {
    background: rgba(0, 0, 0, 0.06);
    padding: 2px 6px;
    border-radius: 4px;
    font-size: 0.82rem;
}

.alert-error[b-byaus9b1y2] {
    padding: 14px 18px;
    background: linear-gradient(135deg, #fef2f2, #fecaca);
    border: 1px solid #f87171;
    border-radius: 10px;
    color: #991b1b;
    font-size: 0.88rem;
}

.alert-success[b-byaus9b1y2] {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 18px;
    background: linear-gradient(135deg, #ecfdf5, #d1fae5);
    border: 1px solid #34d399;
    border-radius: 10px;
    color: #065f46;
    font-size: 0.88rem;
}

/* ========== Info Box ========== */
.info-box[b-byaus9b1y2] {
    display: flex;
    gap: 12px;
    padding: 16px 20px;
    background: linear-gradient(135deg, #eff6ff, #dbeafe);
    border: 1px solid #93c5fd;
    border-radius: 12px;
    color: #1e40af;
    font-size: 0.86rem;
    margin-bottom: 20px;
}

.info-box ul[b-byaus9b1y2] { margin: 6px 0 0 0; padding-left: 18px; }
.info-box li[b-byaus9b1y2] { margin-bottom: 4px; }
.info-box svg[b-byaus9b1y2] { flex-shrink: 0; margin-top: 2px; }

/* ========== Tabs ========== */
.tab-container[b-byaus9b1y2] {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    overflow: hidden;
    margin-bottom: 24px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04), 0 4px 16px rgba(0, 0, 0, 0.03);
}

.tab-header[b-byaus9b1y2] {
    display: flex;
    border-bottom: 1px solid #e5e7eb;
    background: #f8fafc;
}

.tab-btn[b-byaus9b1y2] {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 16px 20px;
    border: none;
    background: transparent;
    cursor: pointer;
    font-size: 0.88rem;
    font-weight: 500;
    color: #94a3b8;
    transition: all 0.25s ease;
    border-bottom: 3px solid transparent;
    margin-bottom: -1px;
    position: relative;
}

.tab-btn:hover[b-byaus9b1y2] {
    color: #d97706;
    background: rgba(217, 119, 6, 0.04);
}

.tab-btn.active[b-byaus9b1y2] {
    color: #92400e;
    border-bottom-color: #d97706;
    font-weight: 600;
    background: rgba(217, 119, 6, 0.04);
}

.tab-btn.active[b-byaus9b1y2]::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 30%;
    right: 30%;
    height: 3px;
    background: linear-gradient(90deg, transparent, #f59e0b, transparent);
    filter: blur(4px);
}

.tab-content[b-byaus9b1y2] {
    padding: 28px;
}

/* Section Header */
.section-header[b-byaus9b1y2] {
    margin-bottom: 22px;
}

.section-header h2[b-byaus9b1y2] {
    font-size: 1.2rem;
    font-weight: 700;
    color: #0f172a;
    margin: 0 0 4px 0;
}

.section-header p[b-byaus9b1y2] {
    color: #94a3b8;
    font-size: 0.82rem;
    margin: 0;
    font-style: italic;
}

/* ========== Forms ========== */
.create-form[b-byaus9b1y2],
.update-form[b-byaus9b1y2],
.delete-form[b-byaus9b1y2] {
    background: linear-gradient(135deg, #f8fafc, #f1f5f9);
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 22px;
    margin-bottom: 24px;
}

.form-section-title[b-byaus9b1y2] {
    font-size: 0.78rem;
    font-weight: 700;
    color: #d97706;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    margin: 18px 0 12px 0;
    padding-bottom: 8px;
    border-bottom: 2px solid #fef3c7;
    display: flex;
    align-items: center;
    gap: 6px;
}

.form-section-title:first-child[b-byaus9b1y2] { margin-top: 0; }

.form-row-3[b-byaus9b1y2] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-bottom: 16px;
}

.form-row-2[b-byaus9b1y2] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    margin-bottom: 16px;
}

.form-group[b-byaus9b1y2] {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.form-group label[b-byaus9b1y2] {
    font-size: 0.75rem;
    font-weight: 700;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 0.4px;
}

.form-group .hint[b-byaus9b1y2] {
    font-weight: 400;
    color: #cbd5e1;
    text-transform: none;
    font-size: 0.72rem;
}

.form-input[b-byaus9b1y2] {
    padding: 10px 14px;
    border: 1px solid #cbd5e1;
    border-radius: 10px;
    font-size: 0.9rem;
    color: #1e293b;
    transition: all 0.2s ease;
    background: #fff;
}

.form-input:focus[b-byaus9b1y2] {
    outline: none;
    border-color: #f59e0b;
    box-shadow: 0 0 0 3px rgba(245, 158, 11, 0.12), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.form-input[b-byaus9b1y2]::placeholder { color: #cbd5e1; }

.form-textarea[b-byaus9b1y2] {
    resize: vertical;
    min-height: 100px;
    font-family: inherit;
}

.form-actions-inline[b-byaus9b1y2] { justify-content: flex-end; }

.btn-group[b-byaus9b1y2] {
    display: flex;
    gap: 10px;
}

/* ========== Buttons ========== */
.btn-primary[b-byaus9b1y2] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 22px;
    background: linear-gradient(135deg, #f59e0b, #d97706);
    color: #fff;
    border: none;
    border-radius: 10px;
    font-size: 0.88rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.25s ease;
    white-space: nowrap;
    box-shadow: 0 2px 8px rgba(217, 119, 6, 0.3);
}

.btn-primary:hover:not(:disabled)[b-byaus9b1y2] {
    background: linear-gradient(135deg, #d97706, #b45309);
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(217, 119, 6, 0.4);
}

.btn-primary:active:not(:disabled)[b-byaus9b1y2] { transform: translateY(0); }
.btn-primary:disabled[b-byaus9b1y2] { opacity: 0.5; cursor: not-allowed; box-shadow: none; }

.btn-secondary[b-byaus9b1y2] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    background: linear-gradient(135deg, #64748b, #475569);
    color: #fff;
    border: none;
    border-radius: 10px;
    font-size: 0.88rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.25s ease;
    white-space: nowrap;
    box-shadow: 0 2px 8px rgba(71, 85, 105, 0.2);
}

.btn-secondary:hover:not(:disabled)[b-byaus9b1y2] {
    background: linear-gradient(135deg, #475569, #334155);
    transform: translateY(-2px);
}

.btn-secondary:disabled[b-byaus9b1y2] { opacity: 0.5; cursor: not-allowed; box-shadow: none; }

.btn-danger[b-byaus9b1y2] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 22px;
    background: linear-gradient(135deg, #ef4444, #dc2626);
    color: #fff;
    border: none;
    border-radius: 10px;
    font-size: 0.88rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.25s ease;
    white-space: nowrap;
    box-shadow: 0 2px 8px rgba(220, 38, 38, 0.3);
}

.btn-danger:hover:not(:disabled)[b-byaus9b1y2] {
    background: linear-gradient(135deg, #dc2626, #b91c1c);
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(220, 38, 38, 0.4);
}

.btn-danger:disabled[b-byaus9b1y2] { opacity: 0.5; cursor: not-allowed; box-shadow: none; }

.btn-sm[b-byaus9b1y2] {
    padding: 6px 14px;
    font-size: 0.78rem;
    border-radius: 8px;
    cursor: pointer;
    font-weight: 600;
}

.btn-outline[b-byaus9b1y2] {
    background: transparent;
    border: 1px solid #d97706;
    color: #d97706;
    transition: all 0.2s ease;
    border-radius: 8px;
}

.btn-outline:hover[b-byaus9b1y2] {
    background: #d97706;
    color: #fff;
}

/* Spinner */
.spinner[b-byaus9b1y2] {
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-top-color: #fff;
    border-radius: 50%;
    animation: spin-b-byaus9b1y2 0.7s linear infinite;
}

.spinner-danger[b-byaus9b1y2] {
    border-color: rgba(255, 255, 255, 0.3);
    border-top-color: #fff;
}

@keyframes spin-b-byaus9b1y2 {
    to { transform: rotate(360deg); }
}

/* ========== Results ========== */
.results-section[b-byaus9b1y2] { margin-top: 24px; }

.results-header[b-byaus9b1y2] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 16px;
}

.results-header h3[b-byaus9b1y2] {
    font-size: 1.05rem;
    font-weight: 700;
    color: #0f172a;
    margin: 0;
}

.results-meta[b-byaus9b1y2] {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.badge[b-byaus9b1y2] {
    padding: 4px 12px;
    border-radius: 100px;
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.6px;
}

.badge-success[b-byaus9b1y2] { background: linear-gradient(135deg, #d1fae5, #a7f3d0); color: #065f46; }
.badge-danger[b-byaus9b1y2] { background: linear-gradient(135deg, #fee2e2, #fecaca); color: #991b1b; }

.meta-text[b-byaus9b1y2] {
    font-size: 0.78rem;
    color: #94a3b8;
    font-family: 'Cascadia Code', 'Consolas', monospace;
}

/* ========== Lookup Tabs ========== */
.lookup-tabs[b-byaus9b1y2] {
    display: flex;
    gap: 8px;
    margin-bottom: 16px;
}

.lookup-tab-btn[b-byaus9b1y2] {
    padding: 8px 18px;
    border: 1px solid #e2e8f0;
    background: #f8fafc;
    border-radius: 100px;
    cursor: pointer;
    font-size: 0.82rem;
    font-weight: 500;
    color: #64748b;
    transition: all 0.2s ease;
}

.lookup-tab-btn:hover[b-byaus9b1y2] {
    background: #fef3c7;
    border-color: #fde68a;
    color: #92400e;
}

.lookup-tab-btn.active[b-byaus9b1y2] {
    background: linear-gradient(135deg, #f59e0b, #d97706);
    color: #fff;
    border-color: transparent;
    box-shadow: 0 2px 8px rgba(217, 119, 6, 0.3);
}

.lookup-filter[b-byaus9b1y2] {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
}

.lookup-filter label[b-byaus9b1y2] {
    font-size: 0.85rem;
    font-weight: 600;
    color: #64748b;
    white-space: nowrap;
}

/* ========== Table ========== */
.results-table-wrapper[b-byaus9b1y2] {
    overflow-x: auto;
    border-radius: 12px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.03);
}

.results-table[b-byaus9b1y2] {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.86rem;
}

.results-table thead[b-byaus9b1y2] {
    background: linear-gradient(135deg, #fffbeb, #fef3c7);
}

.results-table th[b-byaus9b1y2] {
    padding: 12px 14px;
    text-align: left;
    font-weight: 700;
    color: #92400e;
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    border-bottom: 2px solid #fde68a;
    white-space: nowrap;
}

.results-table td[b-byaus9b1y2] {
    padding: 11px 14px;
    border-bottom: 1px solid #f1f5f9;
    color: #1e293b;
}

.results-table tbody tr[b-byaus9b1y2] { transition: background 0.15s; }

.results-table tbody tr:hover[b-byaus9b1y2] {
    background: linear-gradient(135deg, #fffbeb, #fef9c3);
}

.results-table .mono[b-byaus9b1y2] {
    font-family: 'Cascadia Code', 'Consolas', monospace;
    font-size: 0.8rem;
    color: #475569;
}

.row-highlight[b-byaus9b1y2] { background: #fffbeb; }
.row-highlight:hover[b-byaus9b1y2] { background: #fef3c7 !important; }

/* Level badges */
.level-badge[b-byaus9b1y2] {
    display: inline-block;
    padding: 2px 10px;
    border-radius: 100px;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.3px;
}

.level-0[b-byaus9b1y2] { background: #0f172a; color: #fff; }
.level-1[b-byaus9b1y2] { background: #d97706; color: #fff; }
.level-2[b-byaus9b1y2] { background: #7c3aed; color: #fff; }
.level-3[b-byaus9b1y2] { background: #059669; color: #fff; }
.level-4[b-byaus9b1y2] { background: #f1f5f9; color: #64748b; }

/* ========== XML Preview ========== */
.xml-preview[b-byaus9b1y2] {
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    overflow: hidden;
    margin-top: 16px;
}

.xml-preview-header[b-byaus9b1y2] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 18px;
    background: linear-gradient(135deg, #f1f5f9, #e2e8f0);
    border-bottom: 1px solid #e2e8f0;
}

.xml-preview-header h4[b-byaus9b1y2] {
    margin: 0;
    font-size: 0.88rem;
    font-weight: 600;
    color: #475569;
}

.xml-content[b-byaus9b1y2] {
    padding: 18px;
    margin: 0;
    font-size: 0.78rem;
    font-family: 'Cascadia Code', 'Consolas', monospace;
    line-height: 1.6;
    background: #1e1e2e;
    color: #cdd6f4;
    overflow-x: auto;
    max-height: 500px;
    overflow-y: auto;
    white-space: pre-wrap;
    word-break: break-word;
}

/* ========== Log Panel ========== */
.log-panel[b-byaus9b1y2] {
    background: linear-gradient(135deg, #1a0f00, #292524);
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

.log-header[b-byaus9b1y2] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 20px;
    background: rgba(255, 255, 255, 0.03);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.log-header h3[b-byaus9b1y2] {
    margin: 0;
    font-size: 0.9rem;
    font-weight: 600;
    color: #fde68a;
    display: flex;
    align-items: center;
    gap: 8px;
}

.log-header h3[b-byaus9b1y2]::before {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #f59e0b;
    border-radius: 50%;
    animation: pulse-b-byaus9b1y2 2s ease-in-out infinite;
}

.log-header .btn-outline[b-byaus9b1y2] { border-color: rgba(255, 255, 255, 0.2); color: rgba(255, 255, 255, 0.6); font-size: 0.75rem; }
.log-header .btn-outline:hover[b-byaus9b1y2] { background: rgba(255, 255, 255, 0.08); color: #fff; }

.log-entries[b-byaus9b1y2] { padding: 12px; max-height: 300px; overflow-y: auto; }

.log-entry[b-byaus9b1y2] {
    display: flex;
    align-items: baseline;
    gap: 10px;
    padding: 5px 10px;
    font-size: 0.78rem;
    font-family: 'Cascadia Code', 'Consolas', monospace;
    border-radius: 6px;
    transition: background 0.15s;
}

.log-entry:hover[b-byaus9b1y2] { background: rgba(255, 255, 255, 0.03); }
.log-time[b-byaus9b1y2] { color: #78716c; flex-shrink: 0; }
.log-level[b-byaus9b1y2] { min-width: 55px; font-weight: 700; flex-shrink: 0; }
.log-message[b-byaus9b1y2] { color: #d6d3d1; word-break: break-word; }

.log-entry.info .log-level[b-byaus9b1y2] { color: #60a5fa; }
.log-entry.success .log-level[b-byaus9b1y2] { color: #34d399; }
.log-entry.error .log-level[b-byaus9b1y2] { color: #f87171; }
.log-entry.warning .log-level[b-byaus9b1y2] { color: #fbbf24; }

/* ========== Responsive ========== */
@media (max-width: 768px) {
    .form-row-3[b-byaus9b1y2] { grid-template-columns: 1fr; }
    .form-row-2[b-byaus9b1y2] { grid-template-columns: 1fr; }
    .tab-header[b-byaus9b1y2] { flex-direction: column; }
    .tab-btn[b-byaus9b1y2] { border-bottom: none; border-left: 3px solid transparent; }
    .tab-btn.active[b-byaus9b1y2] { border-left-color: #d97706; border-bottom-color: transparent; }
    .tab-btn.active[b-byaus9b1y2]::after { display: none; }
    .results-header[b-byaus9b1y2] { flex-direction: column; align-items: flex-start; }
    .config-grid[b-byaus9b1y2] { grid-template-columns: 1fr; }
    .hero-content[b-byaus9b1y2] { flex-direction: column; text-align: center; }
    .hero-badges[b-byaus9b1y2] { margin-left: 0; justify-content: center; }
    .btn-group[b-byaus9b1y2] { flex-direction: column; }
    .lookup-tabs[b-byaus9b1y2] { flex-wrap: wrap; }
    .lookup-filter[b-byaus9b1y2] { flex-direction: column; align-items: flex-start; }
}
/* /Pages/IndeedTestPage.razor.rz.scp.css */
/* ==============================================
   Indeed Test Page - Arkigest Design System
   Tema Blue/Indigo per Indeed
   ============================================== */

.indeed-test-page[b-7umg9vkhc8] {
    max-width: 1400px;
    margin: 0 auto;
    padding: 24px;
    font-family: 'Segoe UI', -apple-system, BlinkMacSystemFont, sans-serif;
}

/* ========== Hero Header ========== */
.page-hero[b-7umg9vkhc8] {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 24px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
}

.hero-bg[b-7umg9vkhc8] {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #0a0a2e 0%, #1e3a5f 40%, #2557a7 100%);
    z-index: 0;
}

.hero-bg[b-7umg9vkhc8]::after {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 75% 25%, rgba(37, 87, 167, 0.15) 0%, transparent 60%),
                radial-gradient(circle at 25% 75%, rgba(59, 130, 246, 0.1) 0%, transparent 50%);
}

.hero-content[b-7umg9vkhc8] {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 28px 32px;
    color: #fff;
}

.hero-icon[b-7umg9vkhc8] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.15);
    flex-shrink: 0;
}

.hero-content h1[b-7umg9vkhc8] {
    font-size: 1.6rem;
    font-weight: 700;
    margin: 0 0 2px 0;
    letter-spacing: -0.3px;
}

.hero-subtitle[b-7umg9vkhc8] {
    margin: 0;
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.7);
}

.hero-badges[b-7umg9vkhc8] {
    margin-left: auto;
    display: flex;
    gap: 8px;
}

.status-pill[b-7umg9vkhc8] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    border-radius: 100px;
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.3px;
    white-space: nowrap;
}

.pill-active[b-7umg9vkhc8] {
    background: rgba(52, 211, 153, 0.2);
    color: #6ee7b7;
    border: 1px solid rgba(52, 211, 153, 0.3);
}

.pill-inactive[b-7umg9vkhc8] {
    background: rgba(239, 68, 68, 0.2);
    color: #fca5a5;
    border: 1px solid rgba(239, 68, 68, 0.3);
}

.status-dot[b-7umg9vkhc8] {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: currentColor;
}

.hero-alert[b-7umg9vkhc8] {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 32px;
    background: rgba(234, 179, 8, 0.15);
    color: #fde68a;
    font-size: 0.85rem;
    border-top: 1px solid rgba(234, 179, 8, 0.2);
}

/* ========== Config Panel ========== */
.config-panel[b-7umg9vkhc8] {
    background: #fff;
    border-radius: 12px;
    border: 1px solid #e2e8f0;
    margin-bottom: 24px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
}

.config-panel-header[b-7umg9vkhc8] {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 16px 24px;
    border-bottom: 1px solid #e2e8f0;
    color: #1e293b;
}

.config-panel-header h3[b-7umg9vkhc8] {
    margin: 0;
    font-size: 1rem;
    font-weight: 600;
}

.config-grid[b-7umg9vkhc8] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 1px;
    background: #e2e8f0;
}

.config-card[b-7umg9vkhc8] {
    background: #fff;
    padding: 16px 24px;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.config-label[b-7umg9vkhc8] {
    font-size: 0.75rem;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 600;
}

.config-value[b-7umg9vkhc8] {
    font-size: 0.9rem;
    color: #1e293b;
    font-weight: 500;
    word-break: break-all;
}

.config-value.mono[b-7umg9vkhc8] {
    font-family: 'Cascadia Code', 'Fira Code', monospace;
    font-size: 0.82rem;
}

.status-active[b-7umg9vkhc8] { color: #16a34a; }
.status-inactive[b-7umg9vkhc8] { color: #dc2626; }

/* ========== Tabs ========== */
.tab-container[b-7umg9vkhc8] {
    background: #fff;
    border-radius: 12px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
    margin-bottom: 24px;
}

.tab-header[b-7umg9vkhc8] {
    display: flex;
    border-bottom: 2px solid #e2e8f0;
    padding: 0 8px;
    overflow-x: auto;
}

.tab-btn[b-7umg9vkhc8] {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 14px 20px;
    border: none;
    background: none;
    color: #64748b;
    font-size: 0.88rem;
    font-weight: 500;
    cursor: pointer;
    border-bottom: 2px solid transparent;
    margin-bottom: -2px;
    transition: all 0.2s;
    white-space: nowrap;
}

.tab-btn:hover[b-7umg9vkhc8] {
    color: #2557a7;
    background: #f8fafc;
}

.tab-btn.active[b-7umg9vkhc8] {
    color: #2557a7;
    border-bottom-color: #2557a7;
    font-weight: 600;
}

.tab-content[b-7umg9vkhc8] {
    padding: 24px;
}

.section-header[b-7umg9vkhc8] {
    margin-bottom: 20px;
    display: flex;
    align-items: baseline;
    gap: 16px;
    flex-wrap: wrap;
}

.section-header h2[b-7umg9vkhc8] {
    font-size: 1.15rem;
    font-weight: 700;
    color: #1e293b;
    margin: 0;
}

.section-header p[b-7umg9vkhc8] {
    font-size: 0.85rem;
    color: #64748b;
    margin: 0;
}

/* ========== Link Cards ========== */
.link-cards[b-7umg9vkhc8] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 16px;
    margin-bottom: 20px;
}

.link-card[b-7umg9vkhc8] {
    display: flex;
    gap: 16px;
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #e2e8f0;
    background: #f8fafc;
    transition: all 0.2s;
}

.link-card:hover[b-7umg9vkhc8] {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
    transform: translateY(-2px);
}

.link-card-icon[b-7umg9vkhc8] {
    width: 48px;
    height: 48px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.feed-icon[b-7umg9vkhc8] { background: #dbeafe; color: #2557a7; }
.test-icon[b-7umg9vkhc8] { background: #d1fae5; color: #059669; }

.link-card-body h4[b-7umg9vkhc8] {
    margin: 0 0 4px 0;
    font-size: 0.95rem;
    font-weight: 600;
    color: #1e293b;
}

.link-card-body p[b-7umg9vkhc8] {
    margin: 0 0 10px 0;
    font-size: 0.82rem;
    color: #64748b;
}

.link-btn[b-7umg9vkhc8] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 14px;
    border-radius: 6px;
    background: #2557a7;
    color: #fff;
    font-size: 0.8rem;
    font-weight: 500;
    text-decoration: none;
    transition: background 0.2s;
}

.link-btn:hover[b-7umg9vkhc8] { background: #1e4a8e; color: #fff; }

.link-external[b-7umg9vkhc8] { background: #059669; }
.link-external:hover[b-7umg9vkhc8] { background: #047857; }

.info-box[b-7umg9vkhc8] {
    padding: 14px 18px;
    border-radius: 8px;
    background: #f0f9ff;
    border: 1px solid #bae6fd;
    font-size: 0.85rem;
    color: #0369a1;
    line-height: 1.5;
}

.info-box code[b-7umg9vkhc8] {
    background: rgba(0, 0, 0, 0.06);
    padding: 2px 6px;
    border-radius: 4px;
    font-size: 0.82rem;
}

/* ========== Forms ========== */
.form-section[b-7umg9vkhc8] {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.form-group[b-7umg9vkhc8] {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.form-group label[b-7umg9vkhc8] {
    font-size: 0.8rem;
    font-weight: 600;
    color: #475569;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

.form-input[b-7umg9vkhc8] {
    padding: 10px 14px;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    font-size: 0.9rem;
    transition: border-color 0.2s, box-shadow 0.2s;
    outline: none;
    font-family: inherit;
}

.form-input:focus[b-7umg9vkhc8] {
    border-color: #2557a7;
    box-shadow: 0 0 0 3px rgba(37, 87, 167, 0.1);
}

.form-textarea[b-7umg9vkhc8] {
    resize: vertical;
    min-height: 80px;
}

.form-row-2[b-7umg9vkhc8] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.mono[b-7umg9vkhc8] {
    font-family: 'Cascadia Code', 'Fira Code', monospace;
}

/* ========== Buttons ========== */
.btn-group[b-7umg9vkhc8] {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.btn-primary[b-7umg9vkhc8], .btn-secondary[b-7umg9vkhc8] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    border-radius: 8px;
    font-size: 0.88rem;
    font-weight: 600;
    cursor: pointer;
    border: none;
    transition: all 0.2s;
}

.btn-primary[b-7umg9vkhc8] {
    background: #2557a7;
    color: #fff;
}

.btn-primary:hover:not(:disabled)[b-7umg9vkhc8] { background: #1e4a8e; }

.btn-secondary[b-7umg9vkhc8] {
    background: #f1f5f9;
    color: #475569;
    border: 1px solid #d1d5db;
}

.btn-secondary:hover:not(:disabled)[b-7umg9vkhc8] { background: #e2e8f0; }

.btn-primary:disabled[b-7umg9vkhc8], .btn-secondary:disabled[b-7umg9vkhc8] {
    opacity: 0.5;
    cursor: not-allowed;
}

.btn-sm[b-7umg9vkhc8] {
    padding: 6px 14px;
    font-size: 0.8rem;
}

.spinner[b-7umg9vkhc8] {
    width: 16px;
    height: 16px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-top-color: #fff;
    border-radius: 50%;
    animation: spin-b-7umg9vkhc8 0.6s linear infinite;
}

@keyframes spin-b-7umg9vkhc8 {
    to { transform: rotate(360deg); }
}

/* ========== Results ========== */
.result-box[b-7umg9vkhc8] {
    border-radius: 10px;
    padding: 16px 20px;
    border: 1px solid;
}

.result-success[b-7umg9vkhc8] {
    background: #f0fdf4;
    border-color: #86efac;
}

.result-error[b-7umg9vkhc8] {
    background: #fef2f2;
    border-color: #fca5a5;
}

.result-info[b-7umg9vkhc8] {
    background: #f0f9ff;
    border-color: #93c5fd;
}

.result-header[b-7umg9vkhc8] {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 600;
    font-size: 0.9rem;
    margin-bottom: 8px;
}

.result-success .result-header[b-7umg9vkhc8] { color: #16a34a; }
.result-error .result-header[b-7umg9vkhc8] { color: #dc2626; }
.result-info .result-header[b-7umg9vkhc8] { color: #2563eb; }

.result-detail[b-7umg9vkhc8] {
    font-size: 0.85rem;
    color: #475569;
}

.result-body[b-7umg9vkhc8] {
    margin: 8px 0 0 0;
    padding: 10px 14px;
    border-radius: 6px;
    background: rgba(0, 0, 0, 0.04);
    font-family: 'Cascadia Code', 'Fira Code', monospace;
    font-size: 0.8rem;
    overflow-x: auto;
    white-space: pre-wrap;
    word-break: break-all;
}

/* ========== Log Table ========== */
.log-table-container[b-7umg9vkhc8] {
    overflow-x: auto;
    border-radius: 8px;
    border: 1px solid #e2e8f0;
}

.log-table[b-7umg9vkhc8] {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.85rem;
}

.log-table thead[b-7umg9vkhc8] {
    background: #f8fafc;
}

.log-table th[b-7umg9vkhc8] {
    padding: 10px 14px;
    text-align: left;
    font-weight: 600;
    color: #475569;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-bottom: 2px solid #e2e8f0;
}

.log-table td[b-7umg9vkhc8] {
    padding: 10px 14px;
    border-bottom: 1px solid #f1f5f9;
    color: #334155;
}

.log-table tbody tr:hover[b-7umg9vkhc8] {
    background: #f8fafc;
}

.row-error[b-7umg9vkhc8] {
    background: #fef2f2 !important;
}

.td-nowrap[b-7umg9vkhc8] { white-space: nowrap; }

.td-truncate[b-7umg9vkhc8] {
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* Operation badges */
.op-badge[b-7umg9vkhc8] {
    display: inline-block;
    padding: 3px 10px;
    border-radius: 100px;
    font-size: 0.75rem;
    font-weight: 600;
    white-space: nowrap;
}

.op-publish[b-7umg9vkhc8] { background: #dbeafe; color: #1d4ed8; }
.op-unpublish[b-7umg9vkhc8] { background: #fef3c7; color: #b45309; }
.op-application[b-7umg9vkhc8] { background: #d1fae5; color: #047857; }
.op-duplicate[b-7umg9vkhc8] { background: #fef9c3; color: #a16207; }
.op-error[b-7umg9vkhc8] { background: #fee2e2; color: #dc2626; }
.op-disposition[b-7umg9vkhc8] { background: #e0e7ff; color: #4338ca; }
.op-questions[b-7umg9vkhc8] { background: #f3e8ff; color: #7c3aed; }
.op-feed[b-7umg9vkhc8] { background: #ecfdf5; color: #059669; }
.op-default[b-7umg9vkhc8] { background: #f1f5f9; color: #64748b; }

.status-badge[b-7umg9vkhc8] {
    display: inline-block;
    padding: 2px 10px;
    border-radius: 100px;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.3px;
}

.badge-success[b-7umg9vkhc8] { background: #d1fae5; color: #047857; }
.badge-error[b-7umg9vkhc8] { background: #fee2e2; color: #dc2626; }

/* ========== Empty State ========== */
.empty-state[b-7umg9vkhc8] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    padding: 48px 24px;
    color: #94a3b8;
    text-align: center;
}

.empty-state p[b-7umg9vkhc8] {
    margin: 0;
    font-size: 0.9rem;
}
