*{box-sizing:border-box}html,body{margin:0;width:100%;height:100%;overflow:hidden;background:white;color:#292331;font:15px system-ui,sans-serif}#canvas{position:fixed;inset:0;background:white}header{position:fixed;z-index:3;top:0;left:0;right:0;display:flex;flex-wrap:wrap;align-items:center;gap:8px;padding: max(10px,env(safe-area-inset-top)) 12px 10px;background:#ffffffed;border-bottom:1px solid #eee}button,a{touch-action:manipulation}header a{color:#684279;text-decoration:none;margin-right:8px}button{font:inherit;min-height:44px;border:1px solid #e3dbe9;border-radius:10px;padding:8px 12px;background:white;color:#503663;cursor:pointer}button:disabled{opacity:.45;cursor:default}#status{font-size:13px;color:#666}#intro{position:relative;max-width:520px;margin:150px auto 0;padding:24px;line-height:1.6;max-height:calc(100dvh - 160px);overflow:auto}h1{font-size:24px}small{color:#666}#dot{position:fixed;z-index:1;width:18px;height:18px;background:#684279;border:2px solid white;box-shadow:0 0 0 1px #684279;border-radius:50%;pointer-events:none;transform:translate(-50%,-50%)}#target{position:fixed;z-index:2;width:50px;height:50px;border-radius:50%;background:#684279;color:white;transform:translate(-50%,-50%);padding:0;border:4px solid #f8f5fa}#webgazerVideoContainer{pointer-events:none;opacity:0} [hidden]{display:none!important}
