/* The outer frame owns fixed-position elements; only its inner pane scrolls. */
.gvfx-training-banner{position:fixed;inset:0 0 auto;height:48px;display:flex;align-items:center;justify-content:center;padding:6px 16px;box-sizing:border-box;background:#ffcd38;color:#201b08;border-bottom:3px solid #ae7400;font:800 16px/1.25 Inter,Arial,sans-serif;z-index:2147483647;text-align:center}
.gvfx-training-banner strong{font-weight:800}
.gvfx-training-surface{position:fixed;inset:48px 0 0;overflow:hidden;transform:translateZ(0);isolation:isolate}
.gvfx-training-scroll{height:100%;overflow:auto;overscroll-behavior:contain}
.gvfx-training-surface .sidebar{height:100%;max-height:100%}
.gvfx-training-surface .hub-shell,.gvfx-training-surface .main-shell{min-height:calc(100dvh - 48px)}
.gvfx-training-surface .fullscreen-fallback{height:100%!important}
.gvfx-training-surface .modal-backdrop{max-height:100%}
.gvfx-training-surface .approval-modal{max-height:calc(100dvh - 88px)}
.gvfx-training-embedded .gvfx-training-banner{display:none}
.gvfx-training-embedded .gvfx-training-surface{inset:0}
@media(max-width:380px){.gvfx-training-banner{font-size:14px}}
@media print{.gvfx-training-banner{position:static}.gvfx-training-surface{position:static;transform:none;overflow:visible}.gvfx-training-scroll{overflow:visible}}
