/* v3 外壳布局 override · 仅 live 多页用(studio-v3.html 自带 grid 不引此)
   静态引入 → 首次绘制前 body 让位,侧栏/顶栏空间已预留,无内容跳动 */
html,body{height:auto!important;overflow:auto!important;}
body{padding:54px 0 0 248px!important;min-height:100vh;background:var(--paper);}
#v3sb{position:fixed;left:0;top:0;bottom:0;width:248px;z-index:60;}
#v3tb{position:fixed;top:0;left:248px;right:0;z-index:50;}
#v3sb .sidebar{height:100%;}
.app-header{display:none!important;}
body > header{display:none!important;}     /* 老页面自带顶栏隐藏 */
@media(max-width:1280px){ body{padding-left:220px!important;} #v3sb{width:220px;} #v3tb{left:220px;} }
@media(max-width:820px){ body{padding-left:0!important;} #v3sb{transform:translateX(-100%);transition:transform .2s;} #v3sb.open{transform:none;} #v3tb{left:0;} }
