/* VIP HTML 壳子专属样式 —— html/body/iframe 布局
 * loader 骨架屏和举报按钮见 shell-common.css */

html, body { margin: 0 !important; padding: 0 !important; overflow: hidden; height: 100%; }
#iframe-container { width: 100%; height: 100vh; overflow: hidden; }
#cloud-content { width: 100%; height: 100%; border: none; overflow-y: auto; }
@supports (-webkit-touch-callout: none) { #cloud-content { height: 100vh; height: -webkit-fill-available; } }
iframe { width: 100%; height: 100vh; border: none; display: block; pointer-events: auto; }
