*{box-sizing:border-box;margin:0;padding:0}:root{--sat:env(safe-area-inset-top,0);--sar:env(safe-area-inset-right,0);--sab:env(safe-area-inset-bottom,0);--sal:env(safe-area-inset-left,0);--app-bg:#451a03}html,body{width:100%;height:100%;overflow:hidden;touch-action:none;user-select:none;-webkit-user-select:none;background:var(--app-bg);-webkit-tap-highlight-color:transparent}@supports(height:100dvh){html,body{height:100dvh}}body{padding:var(--sat,0) var(--sar,0) var(--sab,0) var(--sal,0)}#app{display:block;position:relative;width:100% !important;height:100% !important;min-height:100%}.canvas-field-bridge{position:fixed;z-index:10000;display:none;margin:0;padding:3px 7px;border:2px solid #fbbf24;border-radius:7px;outline:0;background:#292524;color:#fef3c7;font:600 16px/1.2 system-ui,sans-serif;appearance:none;-webkit-appearance:none;touch-action:manipulation;pointer-events:auto;user-select:text;-webkit-user-select:text}body.canvas-input-active{touch-action:auto}