*{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:#0a0f1a}html,body{width:100%;height:100%;overflow:hidden;touch-action:none;background:var(--app-bg);-webkit-tap-highlight-color:transparent;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;background:var(--app-bg);outline:0;-webkit-tap-highlight-color:transparent;tap-highlight-color:transparent;-webkit-user-select:none;user-select:none;-webkit-touch-callout:none}.canvas-field-bridge{position:fixed;z-index:10000;margin:0;border:2px solid #facc15;border-radius:10px;background:#fff;color:#111827;font-family:system-ui,sans-serif;font-weight:600;outline:0;box-sizing:border-box;display:none;touch-action:manipulation;pointer-events:auto;-webkit-user-select:text;user-select:text;-webkit-appearance:none;appearance:none}body.canvas-input-active{touch-action:auto}