html,body,#root{width:100%;height:100%;margin:0}@supports (height:100dvh){#root{height:100dvh}}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}#root{display:flex}*{box-sizing:border-box}button,input{font:inherit}@media (width<=600px){input{font-size:16px!important}}.remote-view{background:#f4f6f5;flex-direction:column;flex:1;min-width:0;min-height:0;display:flex}.remote-toolbar{flex-wrap:wrap;flex-shrink:0;align-items:center;gap:8px;padding:10px 12px;display:flex}.remote-keyboard{flex-wrap:wrap;flex-shrink:0;align-items:center;gap:8px;max-height:45%;padding:12px;display:flex;overflow:auto}.remote-view--expanded{z-index:10;background:#15241c;width:100%;height:100%;position:fixed;inset:0}@supports (height:100dvh){.remote-view--expanded{height:100dvh}}.remote-view--expanded .remote-toolbar{z-index:2;top:max(8px, env(safe-area-inset-top));right:max(8px, env(safe-area-inset-right));max-width:calc(100% - max(16px, env(safe-area-inset-left)) - max(16px, env(safe-area-inset-right)));background:#15241ceb;border-radius:14px;justify-content:flex-end;padding:6px;position:absolute;box-shadow:0 2px 12px #0003}.remote-view--expanded .remote-keyboard{padding-bottom:max(12px, env(safe-area-inset-bottom));background:#f4f6f5}.remote-view:fullscreen{width:100%;height:100%}
