/* advanced.css - 高级实时图表视图样式 */
/* 注意：高级视图当前主要使用内联样式，以下样式为预留或之前遗留，暂时不清除 */

.advanced-select-wrapper {
    margin-left: 12px;
}
.advanced-select-wrapper select {
    background: #000;
    color: #fff;
    border: 1px solid #4c6ef5;
    border-radius: 20px;
    padding: 6px 14px;
    font-size: 0.85rem;
    cursor: pointer;
}
.advanced-select-wrapper select:focus {
    outline: none;
    border-color: #7a9aff;
}

.advanced-container {
    height: 70vh;
    min-height: 500px;
    background: #0f0f1a;
    border-radius: 12px;
    overflow: hidden;
}
.advanced-container .tradingview-widget-container {
    height: 100%;
    width: 100%;
}

/* 如需添加高级视图的额外样式，可在此继续 */