/* ===== ЛЕВАЯ КОЛОНКА (АНАЛИТИКА) ===== */

.analytics-panel {
    width: 250px;
    flex-shrink: 0;
}

.analytics-card {
    margin-bottom: 20px;
    background: white;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    overflow: hidden;
}

.warning-card {
    border-left: 3px solid #dc3545;
}

.warning-content {
    padding: 12px;
}

.warning-text {
    margin: 0;
    font-size: 13px;
    color: #721c24;
    line-height: 1.4;
}

.analytics-image {
    width: 100%;
    display: block;
}

.analytics-title {
    margin: 16px 16px 0 16px;
    font-size: 16px;
    font-weight: 600;
}

.analytics-text-container {
    padding: 16px;
}

.analytics-text-container-with-title {
    padding: 8px 16px 16px 16px;
}

.analytics-text {
    margin: 0;
    font-size: 14px;
    color: #666;
}

.analytics-placeholder {
    border: 2px dashed #ccc;
    padding: 20px;
    text-align: center;
    border-radius: 12px;
    color: #999;
}

.analytics-link-container {
    padding: 0 16px 16px 16px;
}

.analytics-link {
    color: #40a7e3;
    text-decoration: none;
    font-size: 14px;
    display: inline-block;
}

.analytics-link:hover {
    text-decoration: underline;
}