*{box-sizing:border-box}body,html{height:100%;margin:0;padding:0;overflow:hidden;-webkit-tap-highlight-color:transparent}body{background:var(--bg,#fff);transition:background-color .15s ease}body[data-theme=dark]{--bg:#131722}.page{height:100vh;width:100vw;display:flex;flex-direction:column}.theme-toggle{position:fixed;top:8px;right:8px;z-index:10;border:none;border-radius:6px;padding:6px 10px;font-size:12px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;cursor:pointer;background:rgba(0,0,0,.06);color:inherit}body[data-theme=dark] .theme-toggle{background:hsla(0,0%,100%,.12);color:#d1d4dc}.widget-shell{flex:1 1;min-height:0}