:root{--bg:#080808;--bg-pure:#000;--accent:#0070f3;--safe-top:0px;--safe-bottom:0px}*{box-sizing:border-box}body,html{height:100%;min-height:100%;overscroll-behavior:none;overscroll-behavior-x:none;touch-action:pan-y}body{margin:0;background:var(--bg-pure);color:#fff;font-family:-apple-system,BlinkMacSystemFont,SF Pro Text,system-ui,sans-serif;-webkit-font-smoothing:antialiased;-webkit-tap-highlight-color:transparent;display:flex;flex-direction:column}*{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}[contenteditable=true],input,textarea{-webkit-touch-callout:default;-webkit-user-select:text;-moz-user-select:text;user-select:text}a,img{-webkit-user-drag:none}#root-view{flex:1 1;width:100%;min-height:0;overflow:hidden;display:flex;flex-direction:column;background:var(--bg-pure)}button{font-family:inherit;-webkit-tap-highlight-color:transparent}input,textarea{font-family:inherit;-webkit-appearance:none;-moz-appearance:none;appearance:none}a{color:inherit;text-decoration:none}::selection{background:rgba(0,112,243,.35)}@keyframes traceEKG{0%{stroke-dashoffset:76}55%{stroke-dashoffset:0}75%{stroke-dashoffset:0}to{stroke-dashoffset:76}}@keyframes pulseBlink{0%,to{opacity:1}50%{opacity:.3}}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}