/* SOGR Chart Reporter front-end styles */

.sogr-chart-wrapper {
    background: #111;
    border-radius: 12px;
    padding: 18px;
    margin: 20px 0;
    border: 1px solid rgba(255, 215, 0, 0.2);
    color: #fff;
}

.sogr-chart-title {
    margin-top: 0;
    margin-bottom: 8px;
    font-size: 1.4rem;
    color: #ffd75e;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.sogr-chart-period {
    font-size: 0.9rem;
    margin-bottom: 12px;
    opacity: 0.85;
}

.sogr-chart-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.95rem;
}

.sogr-chart-table th,
.sogr-chart-table td {
    padding: 6px 8px;
}

.sogr-chart-table thead th {
    border-bottom: 1px solid rgba(255,255,255,0.25);
    text-align: left;
}

.sogr-chart-table tbody tr:nth-child(even) {
    background: rgba(255,255,255,0.03);
}

.sogr-chart-table tbody tr:hover {
    background: rgba(255,215,0,0.08);
}

.sogr-chart-error {
    background: #550000;
    color: #fff;
    padding: 10px 12px;
    border-radius: 8px;
    margin: 10px 0;
    font-size: 0.95rem;
}
