/* options.css - Styles for options-stats.php */

.options-container { max-width: 1400px; margin: 20px auto; padding: 0 20px; }
.chart-section { background: rgba(255,255,255,0.03); border: 1px solid rgba(229,231,235,0.1); border-radius: 8px; padding: 20px; margin-bottom: 20px; }
.chart-section h2 { margin: 0 0 10px 0; font-size: 16px; color: #e2e8f0; display: flex; align-items: center; gap: 15px; }
.chart-section h2 select { font-size: 13px; padding: 4px 8px; background: #1e293b; border: 1px solid rgba(229,231,235,0.2); border-radius: 4px; color: #e2e8f0; }
.chart-container { width: 100%; height: 280px; }
.chart-container.tall { height: 450px; }
.charts-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(400px, 1fr)); gap: 20px; }
.back-link { color: #667eea; text-decoration: none; font-size: 14px; }
.back-link:hover { text-decoration: underline; }
.no-data { color: #64748b; text-align: center; padding: 40px 20px; }
.data-table { width: 100%; border-collapse: collapse; font-size: 13px; }
.data-table th, .data-table td { padding: 8px 10px; text-align: left; border-bottom: 1px solid rgba(229,231,235,0.1); }
.data-table th { color: #94a3b8; font-weight: 600; font-size: 11px; text-transform: uppercase; }
.data-table td { color: #e2e8f0; }
.data-table .green { color: #22c55e; }
.data-table .red { color: #ef4444; }
.iv-rank-bar { width: 80px; height: 8px; background: #1e293b; border-radius: 4px; display: inline-block; margin-left: 10px; vertical-align: middle; }
.iv-rank-fill { height: 100%; border-radius: 4px; }
.iv-low { background: #22c55e; }
.iv-mid { background: #eab308; }
.iv-high { background: #ef4444; }

.options-toolbar {
    min-height: auto;
    padding: 15px 20px;
    margin-top: 10px;
}

.surface-filters {
    display: flex;
    gap: 30px;
    margin-bottom: 15px;
    flex-wrap: wrap;
}

.surface-filter-col {
    flex: 1;
    min-width: 200px;
}

.surface-filter-label {
    color: #94a3b8;
    font-size: 12px;
    display: block;
    margin-bottom: 5px;
}

.surface-slider-row {
    display: flex;
    align-items: center;
    gap: 10px;
}

.surface-slider-row input[type="range"] {
    flex: 1;
}
