/* Mobile Landscape - Forçar visualização completa v3 */
@media screen and (max-height: 500px) and (orientation: landscape),
       screen and (max-device-height: 500px) and (orientation: landscape) {
    html, body {
        zoom: 0.8 !important;
    }
    
    /* Esconder área do histórico/lots para gráfico ocupar mais */
    .lots {
        display: none !important;
    }
    
    /* Gráfico ocupar altura total */
    .center, .chart_window, #placeholder_1, #placeholder_2,
    .tradingview-widget-container, .TVChartContainer {
        height: calc(100vh - 60px) !important;
        max-height: calc(100vh - 60px) !important;
    }
    
    /* Área central ocupar mais */
    .centroJal {
        height: calc(100vh - 60px) !important;
    }
    
    /* Main sem espaço para lots */
    .main {
        height: 100vh !important;
        padding-bottom: 0 !important;
    }
}

@media screen and (max-height: 450px) and (orientation: landscape) {
    html, body {
        zoom: 0.75 !important;
    }
}

@media screen and (max-height: 400px) and (orientation: landscape) {
    html, body {
        zoom: 0.7 !important;
    }
}
