/* ViewTube mobile data-visual responsive contract.
 * The chart canvas is constrained; chart content adapts inside it.
 */
[data-vt-visual-card],[data-vt-visual-module],[data-vt-visual-frame]{container-type:inline-size;min-width:0;max-width:100%}
[data-vt-visual-card] [data-vt-chart-body],[data-vt-visual-module] [data-vt-chart-body],[data-vt-visual-frame] [data-vt-chart-body]{box-sizing:border-box;min-width:0;max-width:100%;overflow:hidden}
[data-vt-visual-card] [data-vt-chart-body] svg,[data-vt-visual-card] [data-vt-chart-body] canvas,[data-vt-visual-module] [data-vt-chart-body] svg,[data-vt-visual-module] [data-vt-chart-body] canvas,[data-vt-visual-frame] [data-vt-chart-body] svg,[data-vt-visual-frame] [data-vt-chart-body] canvas{max-width:100%;max-height:100%}
[data-vt-visual-frame][data-vt-desktop-aspect="16:9"] [data-vt-chart-body]{aspect-ratio:16/9}
[data-vt-visual-frame][data-vt-desktop-aspect="1:1"] [data-vt-chart-body]{aspect-ratio:1}
@media (max-width:767px) and (orientation:portrait){
 [data-vt-visual-card],[data-vt-visual-module],[data-vt-visual-frame]{width:100%!important;min-width:0!important;max-width:100%!important;grid-column:1/-1!important;align-self:start}
 [data-vt-visual-card] [data-vt-chart-body]:not([data-vt-chart-body-fixed]),[data-vt-visual-module] [data-vt-chart-body]:not([data-vt-chart-body-fixed]),[data-vt-visual-frame] [data-vt-chart-body]:not([data-vt-chart-body-fixed]){width:100%!important;height:auto!important;min-height:0!important;max-height:none!important}
 [data-vt-visual-frame][data-vt-portrait-aspect="16:9"] [data-vt-chart-body],[data-vt-preview-16x9] [data-vt-chart-body],[data-vt-preview-canvas-16x9]{aspect-ratio:16/9!important;height:auto!important;min-height:0!important;max-height:none!important}
 [data-vt-visual-frame][data-vt-portrait-aspect="1:1"] [data-vt-chart-body]{aspect-ratio:1!important}
 [data-vt-visual-frame][data-vt-portrait-aspect="natural"] [data-vt-chart-body]{aspect-ratio:auto!important}
 [data-vt-preview-16x9] [data-vt-chart-body]>*,[data-vt-preview-canvas-16x9]>*,[data-vt-visual-frame] [data-vt-chart-body]>*{min-height:0!important;max-height:100%!important}
 [data-vt-visual-card] [data-vt-visual-controls],[data-vt-visual-module] [data-vt-visual-controls],[data-vt-visual-frame] [data-vt-visual-controls],[data-vt-visual-card] [data-vt-metric-strip],[data-vt-visual-module] [data-vt-metric-strip],[data-vt-visual-frame] [data-vt-metric-strip]{max-width:100%;overflow-x:auto;overflow-y:hidden;overscroll-behavior-inline:contain;scrollbar-width:thin;-webkit-overflow-scrolling:touch}
}
@media (max-height:540px) and (orientation:landscape){
 [data-vt-visual-card],[data-vt-visual-module],[data-vt-visual-frame]{width:100%;min-width:0;max-width:100%}
 [data-vt-visual-frame][data-vt-landscape-aspect="16:9"] [data-vt-chart-body],[data-vt-preview-16x9] [data-vt-chart-body],[data-vt-preview-canvas-16x9]{width:min(100%,calc((100svh - 112px)*16/9))!important;aspect-ratio:16/9!important;height:auto!important;min-height:0!important;max-height:calc(100svh - 112px)!important;margin-inline:auto}
 [data-vt-visual-frame][data-vt-landscape-aspect="1:1"] [data-vt-chart-body]{width:min(100%,calc(100svh - 112px))!important;aspect-ratio:1!important;margin-inline:auto}
 [data-vt-visual-frame][data-vt-landscape-aspect="natural"] [data-vt-chart-body]{width:100%!important;aspect-ratio:auto!important}
}
@container (max-width:479px){[data-vt-visual-density="adaptive"]{--vt-visual-label-density:compact;--vt-visual-control-density:compact}}
@container (min-width:720px){[data-vt-visual-density="adaptive"]{--vt-visual-label-density:full;--vt-visual-control-density:normal}}
@media (prefers-reduced-motion:reduce){[data-vt-visual-card] *,[data-vt-visual-module] *,[data-vt-visual-frame] *{scroll-behavior:auto!important}}
