/* gex.css - Styles for lex.php (GEX Analysis page) */

.lex-meta-content {
    max-width: 1200px;
    margin: 20px auto;
    padding: 20px;
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(229,231,235,0.1);
    border-radius: 8px;
    color: #cbd5e1;
    line-height: 1.6;
}

.lex-toolbar-compact {
    min-height: auto;
    max-height: 120px;
    padding: 15px 20px;
}

.gex-container {
    min-height: auto;
}

.gex-chart-wrapper {
    border-radius: 8px;
    padding: 10px 5px 0 0;
}

.gex-chart-panel {
    border-radius: 8px;
    padding: 10px 0 0 5px;
}

#gexCandleChart {
    width: 100%;
    height: 450px;
}

.gex-exp-panel {
    border-radius: 8px;
    padding: 8px 2px 0 2px;
}

.gex-exp-title {
    font-weight: 600;
    font-size: 13px;
    margin-bottom: 4px;
    padding: 0 4px;
}

.gex-exp-buttons {
    display: flex;
    gap: 4px;
    margin-bottom: 6px;
    padding: 0 4px;
}

.gex-exp-btn {
    padding: 2px 6px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background: white;
    cursor: pointer;
    font-size: 10px;
}

#expiration-filters {
    display: flex;
    flex-direction: column;
    gap: 3px;
    padding: 0 2px;
    max-height: 480px;
    overflow-y: auto;
}

.exp-label {
    display: flex;
    align-items: center;
    gap: 4px;
    cursor: pointer;
    padding: 1px 0;
}

.exp-label input {
    margin: 0;
}

.exp-date {
    font-size: 10px;
}

.exp-net {
    color: #666;
    font-size: 9px;
}

.gex-bottom-row {
    display: flex;
    gap: 20px;
}

.gex-bottom-panel {
    flex: 1;
    border-radius: 8px;
    padding: 10px;
    background: rgba(255,255,255,0.02);
    border: 1px solid rgba(229,231,235,0.1);
}

.gex-bottom-title {
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 10px;
    color: #e2e8f0;
}

#gexByExpiryChart,
#gexDecayChart {
    width: 100%;
    height: 300px;
}
