/* XPlatform: базовые стили */

.xp-dashboard {
    min-height: 100vh;
    padding: 28px;
    background: #f4f7fb;
}

.xp-hero {
    padding: 28px 32px;
    margin-bottom: 24px;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 18px;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
}

.xp-version {
    display: inline-block;
    padding: 5px 10px;
    margin-bottom: 12px;
    font-size: 12px;
    font-weight: 700;
    color: #1d4ed8;
    background: #dbeafe;
    border-radius: 999px;
}

.xp-title {
    margin: 0 0 8px;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.25;
    color: #172033;
}

.xp-subtitle {
    margin: 0;
    font-size: 15px;
    line-height: 1.6;
    color: #64748b;
}

.xp-section-title {
    margin: 0 0 18px;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.3;
    color: #172033;
}

.xp-content {
    min-width: 0;
    padding: 28px;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 18px;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.05);
}

.xp-content h3 {
    margin: 0 0 18px;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.3;
    color: #172033;
}

.xp-content p {
    margin-top: 0;
    line-height: 1.6;
    color: #64748b;
}

.xp-content p:last-child {
    margin-bottom: 0;
}

.xp-empty-state {
    padding: 36px;
    text-align: center;
    background: #ffffff;
    border: 1px dashed #cbd5e1;
    border-radius: 18px;
}

.xp-empty-state h3 {
    margin: 0 0 8px;
    font-size: 20px;
    font-weight: 700;
    color: #172033;
}

.xp-empty-state p {
    margin: 0;
    color: #64748b;
}
